document.write( "Question 402113: one number is eight less than three times another number. the sum of the numbers is 44. find the two numbers\r
\n" );
document.write( "\n" );
document.write( "how do i set it up.... i keep coming up with x=3x-8=44 n i work it out n get x=17.33 and im sure thats not rite... so im stuck \n" );
document.write( "
Algebra.Com's Answer #284478 by mananth(16946) You can put this solution on YOUR website! one number =x \n" ); document.write( "other number = 3x-8 \n" ); document.write( "... \n" ); document.write( "x+3x-8=44 \n" ); document.write( "4x-8=44 \n" ); document.write( "+8 \n" ); document.write( "4x=44+8 \n" ); document.write( "4x=52 \n" ); document.write( "/4 \n" ); document.write( "x=13 \n" ); document.write( ".. \n" ); document.write( "the numbers are 13,31 \n" ); document.write( " \n" ); document.write( " |