Answer:
Equation
28 = X - 12
Solve for X
Isolate the X
28+12 = X
40 = X
Step-by-step explanation:
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
Answer:
About 2.72
Step-by-step explanation:
From reading the comments, I suppose you meant v actually means x so:
14 × 14 = 196
196 ÷ 72 ≈ 2.72
Hope this helped! :)
Answer:
a(10) = 3^9 = 19683
Step-by-step explanation:
In this sequence each new term is equal to 3 times the previous term. Thus, 3 is the common ratio. The first term is 1.
The general formula for the nth term of a geometric sequence i
a(n) = a(1)*r^(n -1), where r is the common ratio.
Here, a(n) = 1*3^(n - 1), and so
the 10th term is
a(10) = 1*3^(10 - 1), or
a(10) = 3^9 = 19683
Answer:
x = 1.25y
Step By Step
whole sale price = x
selling price = y
since the whole sale price is 25% (0.25) more than the selling price,
x=y+y0.25, or x=1.25y
edit: pls consider giving me the Brainliest if this helped you thank you! ;)