Answer:
B. 10
Step-by-step explanation:
First, we need to recognize that the two triangles are similar (the triangle with a leg value of 21 and the triangle with a leg value of 4 and hypotenuse x)
Let's first label the leg of the second triangle as y.
Then, we can set up this equation

Cross multiplying gives us
84=y^2
So, y=sqrt(84) or 2 sqrt(21).
Now, using the pythagorean theorem, we get
4^2+2sqrt(21)^2=x^2
100=x^2
x=10
Nina will need 3 columns,3 rows and she will use 9 squares in all.
Hope that helped
D
Area of a circle is: 兀r✖️r, so 4.1m ➗2 = 2.05, 2.05✖️2.05 = 4.2025
Answer:
The answer is: small+large.
Step-by-step explanation:
If the variable of the smaller sheetrock is stored in small:
var small.
And the variable of the larger sheetrock is stored in large:
var large.
The length of the wall will be the sum of the two pieces of sheetrock:
For example:
var small = 5;
var large = 10;
small+large = 5 + 10 = 15 is the length of the wall.