Which ever graph looks like this
X= 14 + 9y over 2
y= -x - 7 over 6
Answer:
The sale price is 
The expression is 
Step-by-step explanation:
we know that
The sale price is equal to subtract the discount price from the original price
The discount price is equal to multiply the original price by the percent discount in decimal form
Let
x ----> the sale price
y ---> discount price
----> percent discount in decimal form


substitute

therefore
the expression is

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
Simplify the expression and you get 512x^6.
Hope this helps.