I hate MATH [can you solve this]

Sort:
Avatar of RandomPerson427
2*2+0
Avatar of Hawksteinman

it was 23 grin.png

Avatar of karl_fallout4
superman0101 wrote:

no

cry.pngcry.pngcry.png

Avatar of friedmelon

yay

Avatar of Hawksteinman
What is the square root of minus two? 😂😂😂😂
Avatar of karl_fallout4
karl_fallout4 wrote:
Fred ran around the park for 82052/4+80560y(-796zy) miles in 3x squared by "5"+41x squared by "4" -3 squared by 2-x squared by 2 +7x+ 3y squared by 4 - 5y squared by 3 +9y squared by 2 +6 The total sum =the minutes Fred took to ran around the park .He ran much slower during his second run doing 77423.05 km in 2a squared by 2 + 3a seconds if z=0.8 what is his average time
Every1 TRY AT LEAST TO SOLVE THIS
 
 
 
 
B
 
 
 
O
Avatar of karl_fallout4
karl_fallout4 wrote:
Fred ran around the park for 82052/4+80560y(-796zy) miles in 3x squared by "5"+41x squared by "4" -3 squared by 2-x squared by 2 +7x+ 3y squared by 4 - 5y squared by 3 +9y squared by 2 +6 The total sum =the minutes Fred took to ran around the park .He ran much slower during his second run doing 77423.05 km in 2a squared by 2 + 3a seconds if z=0.8 what is his average time

When I say "Squared By" I mean "To the power of"

Avatar of friedmelon

I give up.

Avatar of friedmelon

ok, got it

Avatar of friedmelon

Fred ran around the park for 20513+-4028000(39800z) z must be less than 0

Avatar of karl_fallout4

z=-0.8

Avatar of karl_fallout4
Or he walked backwards
Avatar of Trexler3241
a2+b=19 (and) b2+a=17. What is a and what is b?
Avatar of LTwo

Wait what is up with the 2s after a and b?

Avatar of goodgoodgood

Does anyone know code? Here's a simple problem.

 

a = 4;

for (i = 0; i <= 5; i++)

{

    if (i % 2 == 0)

    {

        a += i;

    }

}

 

What does a evaluate to?