Why does 2^(2x+y) equal 4^x times 2^y?

  • Context: High School 
  • Thread starter Thread starter PsychStudent
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
PsychStudent
Messages
9
Reaction score
0
Is 22x+y = 4x2y? If I substitute various digits into the x and y variables, it works, but I can't understand why. Can anyone please explain this to me?

For example, if we choose x=3 and y=1,
2(2)(3)+1 = 27 = 128
2(2)(3)+1 = 4321 = 64(2) = 128

Thanks
 
Mathematics news on Phys.org
It follows from the basic rules of combining exponents.

[tex]x^a x^b = x^{(a+b)}[/tex]

[tex]x^{ab} = (x^a)^b[/tex]
 
I can't believe I didn't figure that out. Thank you!