
William W. answered 11/16/24
Math and science made easy - learn from a retired engineer
Amber already has her situation modeled with a function:
f(x) = 3(4)x
Ben's situation is also an exponential equation fitting y = a•bx with the initial value of 2, which means a = 2. And the multiplier is 3 (triples daily) but we need the value on day 2 to be 6, therefore the exponent needs to be "x - 1". We'll let Ben's function be g(x). So g(x) = 2(3)x-1 The verbiage says the first day is day 0 and the second day is day 2 which isn't consistent. We need to call the first day "day 1", then the second day is day 2 and the third day is day 3. Checking our function: g(1) = 2(3)1-1 = 2(3)0 = 2(1) = 2 and g(2) = 2(3)2-1 = 2(3)1 = 2(3) = 6 and g(3) = 2(3)3-1 = 2(3)2 = 2(9) = 18 so this seems to check out.
Carter's situation again is an exponential function but with a multiplier of 2 and an initial value of 10 so (using what we did with Ben's situation), letting Carter be h(x) we get h(x) = 10(2)x-1
Amber: f(x) = 3(4)x
so f(3) = 3(4)3 = 3(64) = 192
and f(10) = 3(4)10 = 3(1048576) = 3145728
Ben: g(x) = 2(3)x-1
so g(3) = 2(3)3-1 = 2(3)2 = 2(9) = 18
and g(10) = 2(3)10-1 = 2(3)9 = 2(19683) = 39366
Carter: h(x) = 10(2)x-1
so h(3) = 10(2)3-1 = 10(2)2 = 10(4) = 40
and h(10) = 10(2)10-1 = 10(2)9 = 10(512) = 5120