What are we multiplying exactly?
3/4 = .75 so you have to find 75 % of 3/9
100% = 3/9
1% = (3/9)/100
75% = (3/9)/100 * 75 =.25
Answer:
24
Step-by-step explanation:
f(n) = f(n − 1) + 3
if n = 7 => f(7) = f(7-1) + 3 = f(6) + 3
if n = 6 => f(6) = f(6-1) + 3 = f(5) + 3
if n = 5 => f(5) = f(5-1) + 3 = f(4) + 3
if n = 4 => f(4) = f(4-1) + 3 = f(3) + 3
if n = 3 => f(3) = f(3-1) + 3 = f(2) + 3
if n = 2 => f(2) = f(2-1) + 3 = f(1) + 3
if f(1) = 6 then f(2) = 9
f(3) = 12
f(4) = 15
f(5) = 18
f(6) = 21
f(7) = 24
Step-by-step explanation:
First, we define the variables:
x: number of years after 1950
f (x): amount of vinyl sold.
Then, with the variables defined, we have:
68594 vinyl records were sold in 1958 ---------> f (8) = 68594
91299 vinyl records were sold in 1961 ---------> f (11) = 91299
38720 vinyl records were sold in 1952 ---------> f (2) = 38720
161743 vinyl records were sold in 1967 ---------> f (17) = 161743