Given that,
Mass of the block, m = 2700 g
Let the dimensions of the block are 20 cm, 5 cm and 10 cm.
To find,
The density of the granite.
Solution,
Let d is the density of the granite. We know that the density of an object is equal to the mass per unit volume. So,
d = m/V
or

So, the density of the block is 2.7 m/s².
A=1/2h(a+b)
1/2 can be said as 0.5
so
A=0.5h(a+b)
0.5h is being multiplied with (a+b), taking this expression of left hand side gives
A/0.5(a+b)=h
OR
h=A/0.5(a+b)
This is the final answer
The hard disk drive, OR HDD Stores all the information on the computer.
Answer:
Answered below.
Explanation:
#Answer is written in Python programming language
#Get inputs
radius = float(input("Enter radius in inches: "))
height = float(input("Enter height in feet: "))
#Convert height in feet to height in inches
height_in_inches = height * 12
#calculate volume in cubic inches
volume = 3.14 * (radius**2) * height_to_inches
#convert volume in cubic inches to volume in gallons
volume_in_gallons = volume * 0.00433
#output result
print (volume_in_gallons)