Answer:
<h2><u>Solution</u><u> </u><u>:</u><u>-</u></h2>
We know that
V = πr²h
400 = 22/7 × r² × 8
400 × 7 = 22 × 7r²
2800 = 154r²
2800/154 = r²
18 ≈ r²
4.2 = r
The answer for this question is 1468
Answer:
Step-by-step explanation:

Simplify the complex fractions
A) (from the picture) = 1 2/5.
B) (from the picture) = 13/22
Solve each equation below
A) (from the picture) x= 9
B) (from the picture) w= 10 1/2
C) (from the picture) y= -80
Find the sum of each number below. Describe how you know what the sign of you answer will be.
A) -19 + 8 = -11
B) -6 + (-5) = -11
Franck's answer is better (using ~), but I just wanted to point out that the conditional in yours is slightly redundant. It's easy to forget that, since you already have a boolean value, you don't need to perform a comparison in your conditional. So you could have just done this...
<span>if x
x = false;
else
x = true;
<span>end</span></span>