document.write( "Question 621269: Three numbers are in A. P. The difference between the first and the last is 8 and theproduct of these two is 20. Find the numbers. \n" ); document.write( "
Algebra.Com's Answer #390680 by KMST(5328) You can put this solution on YOUR website! I am assuming that A. P. stands for arithmetic progression (or arithmetic sequence). \n" ); document.write( "The three numbers are m-d, m, and m+d (m is the middle number and d is the common difference in the arithmetic progression). \n" ); document.write( "The difference between the first and the last is \n" ); document.write( " \n" ); document.write( "The product of the first and the last numbers is \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "So the numbers would be 6-4, 6, 6+4 or 2, 6, 10. \n" ); document.write( "But if the numbers are allowed to be negative, we could have \n" ); document.write( "-6-4, -6, -6+4 or -10, -6, -2. \n" ); document.write( " |