document.write( "Question 815493: The sum of three numbers in an arithmetic sequence is 9 and their product is 24. Find the three numbers \n" ); document.write( "
Algebra.Com's Answer #491009 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! The sum of three numbers in an arithmetic sequence is 9 and their product is 24. Find the three numbers \n" ); document.write( "----------- \n" ); document.write( "9/3 = 3, the middle number \n" ); document.write( "1, 3, 5 doesn't work \n" ); document.write( "--> 2, 3, 4 \n" ); document.write( "================== \n" ); document.write( "(n-x) + n + (n+x) = 3n = 9 \n" ); document.write( "n = 3 \n" ); document.write( "(n-x)*n*(n+x) = 24 \n" ); document.write( "(3-x)*3*(3+x) = 24 \n" ); document.write( "9 - x^2 = 8 \n" ); document.write( "x = 1 \n" ); document.write( "--> 2, 3, 4 \n" ); document.write( " \n" ); document.write( " |