document.write( "Question 759980: in a positive number of two digits, the tens place exceeds the unit digit by 5. if the product of the digit is 36 find the number. \n" ); document.write( "
Algebra.Com's Answer #462345 by sachi(548)\"\" \"About 
You can put this solution on YOUR website!
the tens place exceeds the unit digit by 5.
\n" ); document.write( "say the units place is x so the tens place is x+5
\n" ); document.write( "the product of the digit is 36
\n" ); document.write( "so x(x+5)=36
\n" ); document.write( "or x^2+5x-36=0
\n" ); document.write( "or x^2+9x-4x-36=0
\n" ); document.write( "or x(x+9)-4(x+9)=0
\n" ); document.write( "or (x+9)(x-4)=0
\n" ); document.write( "or x=-9 or 4
\n" ); document.write( "
\n" ); document.write( "
\n" );