document.write( "Question 673652: the digit at the tens place of a two digit number is three times the digit at ones place.if the sum of this number and the formed by reversing its digit is 88, find the number .
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #418783 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! let x = the 10's digit \n" ); document.write( "let y = the units \n" ); document.write( "then \n" ); document.write( "10x+y = the number \n" ); document.write( ": \n" ); document.write( "Write an equation for each statement: \n" ); document.write( ": \n" ); document.write( "\" the digit at the tens place of a two digit number is three times the digit at ones place.\" \n" ); document.write( "x = 3y \n" ); document.write( ": \n" ); document.write( "\"The sum of this number and the number formed by reversing its digit is 88,\" \n" ); document.write( "(10x + y) + (10y + x) = 88 \n" ); document.write( "10x + x + 10y + y = 88 \n" ); document.write( "11x + 11y = 88 \n" ); document.write( "simplify, divide by 11 \n" ); document.write( "x + y = 8 \n" ); document.write( ": \n" ); document.write( "You should be able to do it now. (Replace x with 3y)\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |