document.write( "Question 601346: A 2 digit no is such that the product of its digits is 35. If 18 is added to the Number, the digits interchange their places. Find the Number. \n" ); document.write( "
Algebra.Com's Answer #379712 by flame8855(424)![]() ![]() You can put this solution on YOUR website! let x be the ones digit and y be the tenth digit \n" ); document.write( "xy=35 \n" ); document.write( "the number is equal to 10y+x \n" ); document.write( "if 18 is added \n" ); document.write( "10y +x+ 18 \n" ); document.write( "digit are interchanged so the number is xy, 10x+y \n" ); document.write( "so 10y +x+ 18 = 10x+y \n" ); document.write( "solve the two equations \n" ); document.write( "9y-9x+18=0 \n" ); document.write( "y-x-2=0 \n" ); document.write( "x=y-2 \n" ); document.write( "xy=35 \n" ); document.write( "(y-2)(y)=35 \n" ); document.write( "y^2 -2y-35 =0 \n" ); document.write( "(y-7) (y+5) =0 \n" ); document.write( "y=7 so x = 5 \n" ); document.write( "y = -5 is rejected since -5 is negative \n" ); document.write( "the number is 35\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |