How do you solve 25^x = 5^(x^2 - 15)25x=5x215?

1 Answer
Mar 28, 2016

x={-3,5}x={3,5}

Explanation:

25^x=5^(x^2-15)25x=5x215

color(red)(5)^(2x)=color(red)(5)^(x^2-15)52x=5x215
"equation has the same base value"equation has the same base value

2x=x^2-152x=x215

x^2-2x-15=0x22x15=0

(x-5)(x+3)=0(x5)(x+3)=0
if (x-5)=0" then " x=5
if(x+3)=0" then "x=-3
x={-3,5}