document.write( "Question 938829: The sum of three integers is 92. The second number is three times the first number. The third number is ten less than twice the first number. Find the integers.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #571992 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! 1st + 2nd + 3rd = 92 \n" ); document.write( "x + 3x + (2x-10) = 92 \n" ); document.write( "6x = 102 \n" ); document.write( "x = 17 \n" ); document.write( "... \n" ); document.write( "Integers are: 17, 51, 24 \n" ); document.write( "And..checking \n" ); document.write( "sum = 92 \n" ); document.write( " |