document.write( "Question 840901: The product of the digits of a two digit positive number is 24. If 18 is added to the number then the number is interchanged. Find the numer. \n" ); document.write( "
Algebra.Com's Answer #805928 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! 2-digit number: AB\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "AB = 24 \n" ); document.write( "10A + B + 18 = 10B + A ----> 9A - 9B = -18 ---> A - B = -2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Substitute A = B - 2 into the first equation.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(B-2)(B) = 24 \n" ); document.write( "B^2 - 2B - 24 = 0 \n" ); document.write( "(B - 6)(B + 4) = 0\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The digits have to be positive, so B = 6 and A = 4.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The number is AB = 46. \n" ); document.write( " |