document.write( "Question 1151135: Three numbers form a geometric progression. If 4 is subtracted from the third term, then the three numbers will form an arithmetic progression. If, after this, 1 is subtracted from the second and third terms of the progression, then it will again result in a geometric progression. Find these three numbers.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #772775 by greenestamps(13198)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "There are probably nicer ways to solve this problem.... But this is what I came up with. \n" ); document.write( "The original geometric progression is \n" ); document.write( "a, ar, ar^2 \n" ); document.write( "When 4 is subtracted from the third number, the resulting progression \n" ); document.write( "a, ar, ar^2-4 \n" ); document.write( "is an arithmetic progression. \n" ); document.write( "Then when 1 is subtracted from the second and third terms, the resulting progression \n" ); document.write( "a, ar-1, ar^2-5 \n" ); document.write( "is again a geometric progression. \n" ); document.write( "(1) Using the fact that the last progression is geometric: \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "(2) Using the fact that the second progression is arithmetic: \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "(3) Substituting [2] in [1].... \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "Both solutions satisfy the conditions of the problem. \n" ); document.write( "(A) r = 3 \n" ); document.write( "From [1], a = 1/(2(3)-5) = 1/1 = 1. \n" ); document.write( "The original sequence is \n" ); document.write( "1, 3, 9 \n" ); document.write( "When 4 is subtracted from the third number, the resulting sequence is \n" ); document.write( "1, 3, 5 \n" ); document.write( "which is an arithmetic progression. \n" ); document.write( "Then when 1 is subtracted from each of the second and third terms, the resulting sequence is \n" ); document.write( "1, 2, 4 \n" ); document.write( "which is again a geometric progression. \n" ); document.write( "(B) r = 7 \n" ); document.write( "From [1], a = 1/(2(7)-5) = 1/9. \n" ); document.write( "The original sequence is \n" ); document.write( "1/9, 7/9, 49/9 \n" ); document.write( "When 4 is subtracted from the third number, the resulting sequence is \n" ); document.write( "1/9, 7/9, 13/9 \n" ); document.write( "which is an arithmetic progression. \n" ); document.write( "Then when 1 is subtracted from each of the second and third terms, the resulting sequence is \n" ); document.write( "1/9, -2/9, 4/9 \n" ); document.write( "which is again a geometric progression. \r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |