Answer:
75
Step-by-step explanation:
Given That :
Operation cost = $2250 per month
Purchase price per bike = $40
Average selling price per bike = $70
How many bicycles must the store sell each month to break even ;
Break even point = point at which there is net profit / loss = 0
Let number of bicycles store must sell = x
Operation cost + (purchase price * Number of bicycles) = selling price * Number of bicycles
2250 + 40x = 70x
2250 = 70x - 40x
2250 = 30x
x = 2250 / 30
x = 75
To break even 75 bicycles must be sold
Answer:
1. a =3(2a) +5 and a= 6a+5
2. 47=3(2times 7) +5 and 47 =6 time 7 plus 5
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
This is a geometric sequence with a common ratio of 2
an = a1 * r^(n - 1)
n = term to find = 21
a1 = first term = 0.05
r = common ratio = 2
now we sub
a21 = 0.05 * 2^(21 - 1)
a21 = 0.05 * 2^20
a21 = 0.05 * 1048576
a21 = 52428.80 <==== after working 21 days
First, identify the terms.
23
+6c
+8d
-7d
-6
Now combine like terms. Like terms are terms with the same variable (i.e. 1x and 3x)
23 and -6
6c
8d and -7d
Now combine!
23 - 6 = 17
6c = 6c
8d - 7d = 1d
So the answer is 17 + 6c + 1d