Answer:
I am in 6th grade, why are high school things popping up??
Explanation:
Answer:
The minimum volume requirement for the granite stones is 1543.64 cm³
Explanation:
1 granite stone weighs 10 denarium
100 granted stones will weigh 1000 denarium
1 denarium = 3.396g
1000 denarium = 3396g.
But we're told that 20% of material is lost during the making of these stones.
This means the mass calculated represents 80% of the original mass requirement, m.
80% of m = 3396
m = 3396/0.8 = 4425 g
This mass represents the minimum mass requirement for making the stones.
To now obtain the corresponding minimum volume requirement
Density = mass/volume
Volume = mass/density = 4425/2.75 = 1543.64 cm³
Hope this helps!!!
Explanation:
First of all get the input from the user, number of rows and number of columns where rows represents seat digit number and column represents the seat letter
rows is initialized to 1 to ensure that row starts at 1 or you can remove it then seat number will start from 0.
The first loop is used for digits starting from 1 to number of rows
The second loop is used for letters starting from 1 to number of columns
since rows and cols are not of the same type that's why we are converting the int type to string type
print(str(rows)+cols) counter will keep updating the columns A, B, C.....
rows= rows + 1 counter will keep updating the rows 1, 2, 3....
Code:
Please refer to the attached image.
Output:
Please enter the number of rows: 2
Please enter the number of columns: 3
1A
1B
1C
2A
2B
2C
Answer:
1) 4.361 x 10 raised to power 8 revolutions
2) 1.744 x 10 raised to power 9 firings
3) 2.18 x 10 raised to power 8 intake strokes
Explanation:
The step by step explanation is as shown in the attachment