How do you solve 49^x=7^(x^2-15)?

1 Answer
Nov 16, 2016

x = -3" OR "x = 5

Explanation:

" "
49^x= 7^(x^2-15)
" "
rArr (7^2)^x = 7^(x^2-15)
" "
rArr 7^(2x) = 7^(x^2-15)
" "
Solving the equation of two powers having same base is
" "
determined by solving the equation formed from the equality
" "
of their powers.
" "
Therefore,
" "
2x = x^2-15
" "
rArr -x^2+2x+15 = 0
" "
rArrx^2-2x- 15 = 0" " EQ1
" "
Solving this equation is determined by Factorizing it.
" "
Factorization is determined by applying trial and error method:
" "
X^2 + SX + P = (X +a)(X + b)"
" "
S= a + b " and " P = axxb

In the equation :
" "
" S= -2" " and " " P = -15" " then a = -5 "and " b=+3
" "
Factorizing x^2-2x- 15 by using the explained method above:
" "
color(blue)(x^2-2x- 15 = (x+3)(x-5)" " EQ2
" "
Continuing to solve EQ1
" "
x^2-2x- 15 = 0" " EQ1
" "
rArr(x+3)(x-5) = 0 " " Substituting " color(blue)(EQ2)
" "
Therefore,
" "
x+3 = 0 rArr x =-3
" "
OR
" "
x - 5 = 0 rArr x = 5
" "
" "
Hence," " x = - 3" " Or " " x=5