document.write( "Question 888197: The sum of the two digits of a two digit number is 15 and the difference between the two digits of the two digit number is 3. What is the product of the two digits of the two-digit number? \n" ); document.write( "
Algebra.Com's Answer #537186 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! The sum of the two digits of a two digit number is 15 and the difference between the two digits of the two digit number is 3. What is the product of the two digits of the two-digit number? \n" ); document.write( "*** \n" ); document.write( "let u=units digit \n" ); document.write( "let t=tens digit \n" ); document.write( ".. \n" ); document.write( "u+t=15 \n" ); document.write( "u-t= 3 \n" ); document.write( "add \n" ); document.write( "2u=18 \n" ); document.write( "u=9 \n" ); document.write( "t=15-u=6 \n" ); document.write( "product of the two digits of the two-digit number=9*6=54 \n" ); document.write( " |