document.write( "Question 263883: The Cellular Connection charges $60 for a phone and $29 per month under its economy plan. Write an equation that can be used to determine the total cost,
\n" );
document.write( "C(t), of operating a Cellular Connection phone for t months. Then find the total cost for 6 months. \n" );
document.write( "
Algebra.Com's Answer #194405 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! y=29x+60 \n" ); document.write( "let x=6 \n" ); document.write( "y=29*6+60 for a six month plan \n" ); document.write( "y=6*(29+10)=6*39 \n" ); document.write( " |