document.write( "Question 1190791: Split 69 into three parts such that they are in A. P. and the product of the two smaller parts is 483 \n" ); document.write( "
Algebra.Com's Answer #822499 by math_helper(2461)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "a1 + a2 + a3 = 69\r
\n" ); document.write( "\n" ); document.write( "Since we are given a1,a2,a3 form an AP, we can write:\r
\n" ); document.write( "\n" ); document.write( "a1 + (a1+k) + (a1+2k) = 69 where k is the common difference\r
\n" ); document.write( "\n" ); document.write( "3a1 + 3k = 69
\n" ); document.write( "a1 + k = 23 \r
\n" ); document.write( "\n" ); document.write( "Trying a1 = 21, a1+k = 23, and a1+2k = 25, we see this AP meets the requiremnt that the first two terms multiply out to 483, thus {21,23,25} satisfies the condition.\r
\n" ); document.write( "\n" ); document.write( "----
\n" ); document.write( "Alternate solution:
\n" ); document.write( "a1 * (a1+k) = 483
\n" ); document.write( "\"a1%5E2+%2B+a1%2Ak+-+483+=+0\"
\n" ); document.write( "\"+%28a1-21%29%28a1%2B23%29+=+0+\"
\n" ); document.write( "Expanding it back to a quadratic:
\n" ); document.write( "\"+a1%5E2+%2B2a1+-+483+=+0+\" so we see a1=21, k=2 works, resulting in {21,23,25} as above\r
\n" ); document.write( "\n" ); document.write( " \n" ); document.write( "
\n" );