document.write( "Question 854209: There are four numbers in an Arithmetic Progression. The sum of the two extremes is 8, and the product of the middle two numbers is 15. What are the numbers?\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #514497 by aditya2117(32)\"\" \"About 
You can put this solution on YOUR website!
Let the first term be a and the C.D be d.
\n" ); document.write( "The series is a,a+d,a+2d,a+3d\r
\n" ); document.write( "\n" ); document.write( "Accordingly,
\n" ); document.write( " a + a + 3d = 8 ......................................... (1)
\n" ); document.write( " (a+d)(a+2d)= 15......................................... (2)
\n" ); document.write( "from (1),
\n" ); document.write( " a= 8-3d/2
\n" ); document.write( "Now in (2),
\n" ); document.write( " (8-3d/2 + d)(8-3d/2 + 2d) = 15
\n" ); document.write( " => (8-3d+2d)/2*(8-3d+4d)/2 = 15
\n" ); document.write( " => (8-d)(8+d) = 15*4
\n" ); document.write( " => 64-d^2=60
\n" ); document.write( " => d^2 = 64-60 =4
\n" ); document.write( " => d = +2 or -2
\n" ); document.write( "a = 8-3.2/2
\n" ); document.write( " = 8-6/2
\n" ); document.write( " =1
\n" ); document.write( "a = 8-3.(-2)/2
\n" ); document.write( " = 8+6/2
\n" ); document.write( " =14/2=7
\n" ); document.write( "The series is : (1,3,5,7) / (7,5,3,1)
\n" ); document.write( "Both are same. (ANS.)
\n" ); document.write( "
\n" );