Answer:
do we do the x veriable as the numerator? if so it's not a or c if not vice versa
Step-by-step explanation:
Answer:
The height of parallelogram is 51.87 cm
Step-by-step explanation:
Let The height of a parallelogram = a cm
Then
The base of a parallelogram = 3a cm
So by the given condition
3a×a = 897
3a^2 = 897
a^2 = 897/3
a^2 = 299
a = 17.29
So the height of parallelogram = 3×17.29= 51.87 cm
Answer:
x = 24
Step-by-step explanation:
ABCD is a parallelogram.
Angle B and Angle C are adjacent (successive) angles.
Adjacent angles of a parallelogram are supplementary.
Therefore,

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
Based on the amount that Nick is left with at the end of the month, the amount he earns is $2,400
<h3>What does Nick earn?</h3>
The amount of $300 that is left is 25% of 50% of Nick's income as the other 75% of the 50% went to paying for the car and other expenses.
25% of 50% is:
= 25% x 50%
= 12.5%
The amount Nick makes per month is:
= Amount remaining / Amount remaining in percentage terms
= 300 / 12.5%
= $2,400
Find out more on percentages at brainly.com/question/843074
#SPJ1