Density

is given by

where m is the mass of the object
V is the Volume of the object
let m1 be the mass of the smaller cube
let m2 be the mass of the larger cube
you know that the larger cube has twice the mass of the smaller cube
or m2=2*m1
so apply this information into the density equation and you can determine the volume of the larger cube
It would have taken you 5:30 for each mile. 55/10 is 5.5 thats 5 and a half, half a minute is 30 seconds. so 5 minutes and 30 seconds
S(t) = -4.9t^2 + 19.6t + 24.5
when it reaches the ground s(t) = 0
so we have -4.9t^2 + 19.6t + 24.5 = 0
solve this for t:-
-4.9(t^2 - 4t - 5) = 0
(t + 1)(t - 5) = 0
so required time t = 5 seconds
answer 5 seconds
Answer:I am giving out 60 points if answer my question s
Step-by-step explanation:
Plz help
Answer:
1) Decimal 
2) Binary 
3) Octal 
4) Hexadecimal 
Step-by-step explanation:
Given : Integer is 25
To find : Represent integer in decimal, binary, octal, and hexadecimal formats.
Solution :
1) Integer into decimal - To convert into decimal the base goes to 10.
So, 
2) Integer into binary - To convert into binary the base goes to 2, it form in 0 and 1 and we divide integer by 2.
Divide 25 by 2 and note down the remainders.
2 | 25
2 | 12 R=1 ←
2 | 6 R=0 ↑
2 | 3 R=0 ↑
2 | 1 → R=1 ↑
So, 
3) Integer into octal - To convert into octal the base goes to 8 and we divide integer by 8.
Divide 25 by 8 and note down the remainders.
8 | 25
| 3 → R=1
So, 
4) Integer into hexadecimal - To convert into hexadecimal the base goes to 16 and we divide integer by 16.
Divide 25 by 16 and note down the remainders.
16 | 25
| 1 → R=9
So, 