document.write( "Question 309523: Math You agree to pour water into cups for the Booster Club at a football game. The pitcher contains 64 ounces of water when you begin. After you have filled 8 cups, the pitcher is empty and must be refilled.\r
\n" );
document.write( "\n" );
document.write( "Write a function to represent the arithmetic sequence. \n" );
document.write( "
Algebra.Com's Answer #221383 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Math You agree to pour water into cups for the Booster Club at a football game. The pitcher contains 64 ounces of water when you begin. After you have filled 8 cups, the pitcher is empty and must be refilled. \n" ); document.write( "Write a function to represent the arithmetic sequence \n" ); document.write( "----------- \n" ); document.write( "a(1) = 64 \n" ); document.write( "d = -8 \n" ); document.write( "------ \n" ); document.write( "a(n) = 64 + (n-1)(-8), n = 1,2,3,...,9 \n" ); document.write( "=========================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |