document.write( "Question 1204176: The sum of the digits of a two-digit number is 14. The tens digit is the square of a number which is 2 less than the units digit. Find the two-digit number. \n" ); document.write( "
Algebra.Com's Answer #840243 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
The sum of the digits of a two-digit number is 14. The tens digit is the square of a number which is 2 less than the units digit. Find the two-digit number.\r
\n" ); document.write( "\n" ); document.write( "Let the digits in tens place be x
\n" ); document.write( "and the digit in units place be y\r
\n" ); document.write( "\n" ); document.write( "x+y=14............................................(1)\r
\n" ); document.write( "\n" ); document.write( "The tens digit is the square of a number which is 2 less than the units digit.\r
\n" ); document.write( "\n" ); document.write( "y= (x-2)^2.........................................(2)\r
\n" ); document.write( "\n" ); document.write( "substitute y in (1)\r
\n" ); document.write( "\n" ); document.write( "x+(x-2)^2= 14\r
\n" ); document.write( "\n" ); document.write( "x+x^2-4x+4=14\r
\n" ); document.write( "\n" ); document.write( "x^2-3x-10=0\r
\n" ); document.write( "\n" ); document.write( "factorize\r
\n" ); document.write( "\n" ); document.write( "x^2-5x+2x-10=0\r
\n" ); document.write( "\n" ); document.write( "x(x-5)+2(x-5)=0\r
\n" ); document.write( "\n" ); document.write( "(x-2)(x-5)=0\r
\n" ); document.write( "\n" ); document.write( "x=2 or x=5\r
\n" ); document.write( "\n" ); document.write( "x cannot be equal to 2\r
\n" ); document.write( "\n" ); document.write( "so x=5\r
\n" ); document.write( "\n" ); document.write( "y=9\r
\n" ); document.write( "\n" ); document.write( "The number = 59\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );