I hate MATH [can you solve this]

Sort:
RandomPerson427
2*2+0
Hawksteinman

it was 23 grin.png

karl_fallout4
superman0101 wrote:

no

cry.pngcry.pngcry.png

friedmelon

yay

Hawksteinman
What is the square root of minus two? 😂😂😂😂
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
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"

friedmelon

I give up.

friedmelon

ok, got it

friedmelon

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

karl_fallout4

z=-0.8

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

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

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?