View Full Version : What formula generates the pairs (20,20), (40,40), (60,80), (80,160), (100,320)?
GreatPegasus305
Apr 12, 2016, 07:15 AM
What formula generates the pairs (20,20), (40,40), (60,80), (80,160), (100,320)?
ebaines
Apr 12, 2016, 08:41 AM
Hint - note that the y-value doubles for each increment in the x-value. This tells you that the formula is of the form 2^x, with appropriate scaling factors. Starting with this, can you now develop a formula that matches these points? Post back with your attempt and we'll help if you are still stuck.