document.write( "Question 972441: Seven times a two digit number is equal to four times the number obtained by reversing the digits. If the difference between the two digits is 3, find the number.
\n" );
document.write( "Plzzzzzz solve it.......
\n" );
document.write( "Thank you. ...!!!! \n" );
document.write( "
Algebra.Com's Answer #594758 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! let xy be the two digit number, now \n" ); document.write( "xy = 10x + y and \n" ); document.write( "x - y = 3 then \n" ); document.write( "x = y+3 \n" ); document.write( "*********************************** \n" ); document.write( "7(xy) = 4(yx) \n" ); document.write( "7(10x+y) = 4(10y+x) \n" ); document.write( "now substitute y+3 for x \n" ); document.write( "7(10(y+3)+y) = 4(10y+y+3) \n" ); document.write( "7(10y+30+y) = (40y+4y+12) \n" ); document.write( "77y+210 = 44y+12 \n" ); document.write( "33y = -198 \n" ); document.write( "y = -6 \n" ); document.write( "x = -3 \n" ); document.write( "xy = -36 \n" ); document.write( "************************************* \n" ); document.write( "check answer \n" ); document.write( "7(-36) = 4(-63) \n" ); document.write( "-252 = -252 \n" ); document.write( "answer checks \n" ); document.write( " \n" ); document.write( " |