document.write( "Question 503352: A fitness club requires a $100 initiation fee and dues of $25 each month.write an expression for the cost of membership for n months.t hen find the cost of membership for one year
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #339193 by mananth(16946)![]() ![]() You can put this solution on YOUR website! Down payment = $100 \n" ); document.write( "per month = $25 \n" ); document.write( "number of months = n\r \n" ); document.write( "\n" ); document.write( "C(m)= 100+25n\r \n" ); document.write( "\n" ); document.write( "For 1 year = 12 months\r \n" ); document.write( "\n" ); document.write( "C(m)=100+25*12 \n" ); document.write( "C(m)=400 \n" ); document.write( " |