Step-by-step explanation:
hope you can send the questions again because your question is to long to answer everything. I answered 1,2,3,4
125 = 5^3 = 25 * 5

The simplification you are trying to do involves finding the prime factorization of a number. Since 125 is not divisible by 2, move on to 3. 125 is also not divisible by 3, so move on to 5. Then 125/5 = 25, and 25/5 = 5, so 125 = 5^3. The prime factorization of 125 is 5^3.
<h3>
Answer: 297 square cm</h3>
=============================================
Work Shown:
Break up the figure as shown in the diagram below.
A rectangle and trapezoid form
-------------
Area of rectangle = base*height = 9*15 = 135 cm^2
Area of trapezoid = (1/2)*(b1+b2)*h = (1/2)*(18+9)*12 = 162 cm^2
total area = (area of rectangle)+(area of trapezoid)
total area = (135) + (162)
total area = 297 square cm
Answer:
import pandas as pd
vec = pd.Series([7.12,24,4,18,12,9])
vec.plot(kind = 'hist')
Step-by-step explanation:
You can use python for that.
By doing
import pandas as pd
vec = pd.Series([7.12,24,4,18,12,9])
vec.plot(kind = 'hist')
And this is the result you get
Hello from MrBillDoesMath!
Answer: 70%
Discussion:
Goal = 5000
Amount raised = 3500
Percent of goal reached = ( 3500/5000) * 100 =
0.7 * 100 = 70
Thank you,
MrB