document.write( "Question 1086699: the sum of three numbers is 150. The second number is thrice the first, and the third is ten less than twice the second. Find all numbers. \n" ); document.write( "
Algebra.Com's Answer #700969 by jorel1380(3719)![]() ![]() You can put this solution on YOUR website! Let your numbers be l, m, and n. Then: \n" ); document.write( "l+m+n=150 \n" ); document.write( "m=31 \n" ); document.write( "n=2(31)-10 \n" ); document.write( "So: \n" ); document.write( "l+31+61-10=150 \n" ); document.write( "10l=160 \n" ); document.write( "l=16 \n" ); document.write( "m=48 \n" ); document.write( "n=86 \n" ); document.write( "☺☺☺☺ \n" ); document.write( " |