Answer:
$26.75 per scarf
Step-by-step explanation:
3 scarves = $80.25 (quite expensive)
1 scarf = $80.25/3
1 scarf = $26.75
1, 1.84+2= 1.84+2.00=3.84
3, 0.90+2= 0.90+2.00 = 2.90
4, 0.5+5= 0.5+5.0=5.5
Do you want more?
f(n) = f(n+1) +3
f(1) = f(2) +3
f(2) =f(3) +3
f(3) = f(4) +3
So f(1) = f(n) + 3* (n-1)
Put n=4 here so you found
f(1) = f(4) + 3* 3
= 22 +9
=31 ans
hope it helps