document.write( "Question 992167: Please help me out with this maths.
\n" );
document.write( "The sum of the digits of a two-digit number is 12. The tens digit is the square of its units digit. Find the number. \n" );
document.write( "
Algebra.Com's Answer #611778 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! x + y = 12, where x is the tens digit and y is the units digit \n" ); document.write( "x = y^2 \n" ); document.write( "substitute for x in first equation \n" ); document.write( "y^2 + y - 12 = 0 \n" ); document.write( "factor the equation \n" ); document.write( "(y-3)*(y+4) = 0 \n" ); document.write( "y = 3 or y = -4 \n" ); document.write( "x = 9 or x = 16 \n" ); document.write( "***************************************** \n" ); document.write( "we have one solution since we are looking for a two digit number \n" ); document.write( "93 \n" ); document.write( " |