document.write( "Question 831332: When the sum of 522 and three times a positive number is subtracted from the square of the number, the result is 126. Find the number. \n" ); document.write( "
Algebra.Com's Answer #501262 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
let the number be x\r
\n" ); document.write( "\n" ); document.write( "sum of 522 and 3 times the number = 3x+522\r
\n" ); document.write( "\n" ); document.write( "square of a number = x^2\r
\n" ); document.write( "\n" ); document.write( "x^2-(3x+522)=126\r
\n" ); document.write( "\n" ); document.write( "x^2-3x-522=126\r
\n" ); document.write( "\n" ); document.write( "x^2-3x-648=0\r
\n" ); document.write( "\n" ); document.write( "x^2-27x+24x-648=0\r
\n" ); document.write( "\n" ); document.write( "x(x-27)+24(x-27)=0\r
\n" ); document.write( "\n" ); document.write( "(x-27)(x+24)=0\r
\n" ); document.write( "\n" ); document.write( "x=27 OR -24\r
\n" ); document.write( "\n" ); document.write( "But number is positive\r
\n" ); document.write( "\n" ); document.write( "the number is 27\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );