document.write( "Question 81427: One number is 6 more than another. If the sum of the smaller number and 3 times the larger number is 34, find the two numbers. \n" ); document.write( "
Algebra.Com's Answer #58367 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! let n equal the smaller number ... n+(3(n+6))=34 ... n+3n+18=34 ... 4n=16 ... n=4\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "so the numbers are 4 and 10 \n" ); document.write( " |