Asked by Reginah
Please help me find the process or fuction rule if input numbers are 1;2;3;4 and output numbers are 4;8;16;32. Please help me
Answers
Answered by
Ms. Sue
Obviously the input numbers increase by 1 each time. The output numbers are doubled each time.
Answered by
Reiny
1 ---> 4 = 2^2
2 ---> 8 = 2^3
3 ---> 16 = 2^4
4 ---> 32 = 2^5
mmmhhh, look at the exponent of 2 and compare it to your input value.
isn't it always one greater ?
so .....
2 ---> 8 = 2^3
3 ---> 16 = 2^4
4 ---> 32 = 2^5
mmmhhh, look at the exponent of 2 and compare it to your input value.
isn't it always one greater ?
so .....
Answered by
Ms. Sue
Reiny's answer makes more sense than mine.
There are no AI answers yet. The ability to request AI answers is coming soon!
Submit Your Answer
We prioritize human answers over AI answers.
If you are human, and you can answer this question, please submit your answer.