Answer:
c
Step-by-step explanation:
V=1024 pi m^3 and v=250 pi m^3
the similarity ratio of the smaller to larger similar cones is
k= V/v=1024 pi m^3/250 pi m^3= 4.096
the great cone is 4.096 times of the small cone (in volume)
Answer:
Step-by-step explanation:
If m is parallel to p then the angles 1 and 8 are =. If 8 and 2 are = (as said in the paper), then a and b are parallel
Let X is the random number Erik thinks of, and Y is the random number Nita thinks of.
Both X and Y are in the range from 0 to 20.
<span>X<=20
Y<=20
If the difference between their two numbers is less than 10, then Erik wins.
The difference between the two numbers can be written X-Y, or Y-X depending on which number (X or Y) is greater. But we do not know that. In order not to get negative value, we calculate absolute value of X-Y, written |X-Y| which will give positive value whether X is greater than Y or not.
If |X-Y|<10 Erik wins.
</span><span>If the difference between their two numbers is greater than 10, then Nita wins.
</span><span>If |X-Y|>10 Nita Wins
</span>