document.write( "Question 929469: The sum of a double digit number is 8, multipled that number by 4 and the answer is 104 what is the number \n" ); document.write( "
Algebra.Com's Answer #564318 by ptaylor(2198) You can put this solution on YOUR website! Let x be the 10's digit \n" ); document.write( "And let y be the 1's digit\r \n" ); document.write( "\n" ); document.write( "x+y=8-------eq1 \n" ); document.write( "4(10x+y)=104, or \n" ); document.write( "40x+4y=104------eq2 \n" ); document.write( "multiply eq1 by 4 \n" ); document.write( "4x+4y=32 subtract this from eq2 \n" ); document.write( "36x=72 \n" ); document.write( "x=2-----10's digit substitute into eq1 \n" ); document.write( "2+y=8 \n" ); document.write( "y=6----1's digit \n" ); document.write( "sooooo 26 is the answer \n" ); document.write( "Hope this helps----ptaylor \n" ); document.write( " |