document.write( "Question 692800: What is the mathematical equation of \"One number is 8 more than thrice another. Their sum is 82\"?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #427096 by rimjhim.tomar(21) You can put this solution on YOUR website! \n" ); document.write( "let one number be x, then another would be 3x+8. \n" ); document.write( "Given the sum is 82, \n" ); document.write( "equation follows- \n" ); document.write( "x+3x+8=82 \n" ); document.write( "or \n" ); document.write( "4x+8=82. \n" ); document.write( " |