document.write( "Question 325074: find the two digit number whose ten digit is four less than its unit digits. If the orignial number is two more than three ties the sum of the digit. The answer is one of the following four answers: 48 or 15 or 26 or 37\r
\n" );
document.write( "\n" );
document.write( "I am stumped. \n" );
document.write( "
Algebra.Com's Answer #232827 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let x be in the tens place \n" ); document.write( "y in units place \n" ); document.write( ".. \n" ); document.write( "10x+y is the number. \n" ); document.write( ".. \n" ); document.write( "y-4 =x \n" ); document.write( "y-x=4.............1 \n" ); document.write( ".. \n" ); document.write( "10x+y= 3(x+y)+2 \n" ); document.write( "10x+y=3x+3y+2 \n" ); document.write( "7x-2y=2...........2 \n" ); document.write( ".. \n" ); document.write( "multiply equation1 by 2 and add equation 2 to it \n" ); document.write( "2y-2x=8 \n" ); document.write( ".. \n" ); document.write( "2y-2x+7x-2y=8+2 \n" ); document.write( "5x=10 \n" ); document.write( "x=2 the tens place. \n" ); document.write( "plug the value of x in the equation 1 \n" ); document.write( "y-x =4 \n" ); document.write( "y-2=4 \n" ); document.write( "y=6 \n" ); document.write( ".. \n" ); document.write( "The number is 26 \n" ); document.write( " |