document.write( "Question 334729: X squared = x+42\r
\n" );
document.write( "\n" );
document.write( "Confused and not able to come up with an answer that works. I would appreciate your help with this one. \n" );
document.write( "
Algebra.Com's Answer #239845 by mananth(16946)![]() ![]() You can put this solution on YOUR website! x^2=x+42 \n" ); document.write( "x^2-x-42=0 \n" ); document.write( "x^2-7x+6x-42=0 \n" ); document.write( "x(x-7)+6(x-7)=0 \n" ); document.write( "(x+6)(x-7)=0 \n" ); document.write( "x=-6,OR x=7 \n" ); document.write( " |