document.write( "Question 447202: The units digit of a two digit number is 1 less than twice the tens digit. The square of the tens digit is 9 more than the units digit. Find the number. \n" ); document.write( "
Algebra.Com's Answer #307937 by jorel1380(3719)![]() ![]() You can put this solution on YOUR website! 2x=y+1 \n" ); document.write( "x2=y+9 \n" ); document.write( "2x-1=y \n" ); document.write( "x2=2x-1+9 \n" ); document.write( "x2-2x-8=0 \n" ); document.write( "(x-4)(x+2)=0 \n" ); document.write( "x=4 or -2 \n" ); document.write( "Throwing out the negative number, we get x=4, y=7; thus the number is 47.. \n" ); document.write( " \n" ); document.write( " |