It shows that there is only one way to get to 10 which is by multiplying it by 1
Percentage of depreciation of the car that Marie bought = 15%
Present value of the car = 13000
Let us assume that the value of the car at the time of buying = x
So
The percentage valuation of the car now = (100 - 15) percent
= 85 percent
Then
(85/100) * x = 13000
85x = 13000 * 100
85x = 1300000
x = 1300000/85
= 15294.12
So the actual cost of the car is 15294.12. I hope the procedure is clear enough for you to understand.
this is the answer you can try it to see if it works
Hmm, this answer is mathematically incorrect. If the question has no errors, 38 can go into 7 0 times, it can't because its bigger than 7.
However, if it were meant to be the other way round, how many times does 7 go into 38, the answer would be 5.
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