document.write( "Question 147840: How would you solve an equation like x^n*x^n+1? \n" ); document.write( "
Algebra.Com's Answer #108214 by mangopeeler07(462)\"\" \"About 
You can put this solution on YOUR website!
It's more simple than it looks \"x%5En%2Ax%5E%28n%2B1%29\". Simply add the exponents. So it is \"x%5E%28n%2Bn%2B1%29\". Simplify it as \"x%5E%282n%2B1%29\". That's your final answer. \n" ); document.write( "
\n" );