document.write( "Question 370570: Given twelve consecutive odd integers, the ninth of which is R + 4, find the sum of the third and the twelfth of these odd integers. \r
\n" );
document.write( "\n" );
document.write( "(Translating Word Phrases into Mathematical Expression) \n" );
document.write( "
Algebra.Com's Answer #264207 by robertb(5830) You can put this solution on YOUR website! a9 = r + 4 = a1+ (9-1)2 = a1 + 16. Hence a1 = r - 12. \n" ); document.write( "Thus a3 = r - 12 + 2*2 = r -12+4 = r - 8, and \n" ); document.write( "a13 = r - 12 + 12*2 = r - 12 + 24 = r + 12. The sum of the 3rd and 13th terms is then r - 8 + r + 12 = 2r + 4. \n" ); document.write( " |