document.write( "Question 436711: 1. find the 7th term in 16, 8, 4,....\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "2. Find the sum of the first 11 terms in the sequence 4,6,9...\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "3. What is the sum of the first 100 even numbers \n" );
document.write( "
Algebra.Com's Answer #302096 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! 1. find the 7th term in 16, 8, 4,.... \n" ); document.write( "a = 7 ; r = (1/2) \n" ); document.write( "a(7) = 7*(1/2)^6 = 7/64 \n" ); document.write( "------------------------------------\r \n" ); document.write( "\n" ); document.write( "2. Find the sum of the first 11 terms in the sequence 4,6,9... \n" ); document.write( "a = 4 ; r = 3/2 \n" ); document.write( "S(11) = 4[(3/2)^11-1 / (3/2)-1] \n" ); document.write( "----- \n" ); document.write( "S(11) = 4[85.50/0.5] \n" ); document.write( "S(11) = 4[171] = 684 \n" ); document.write( "-------------------------------------\r \n" ); document.write( "\n" ); document.write( "3. What is the sum of the first 100 even numbers \n" ); document.write( "--- \n" ); document.write( "2+4+6+....+200 \n" ); document.write( "200+198+....+2 \n" ); document.write( "----- \n" ); document.write( "Adding you get \n" ); document.write( "2S = 100(1st+last) \n" ); document.write( "S = 50*202 \n" ); document.write( "Sum = 10,100 \n" ); document.write( "==================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |