document.write( "Question 1003096: 0johny pays $30 to join the gym plus monthly dues that are $1. Write an expression that represents the total cost of belonging to the gym for x months.\r
\n" );
document.write( "\n" );
document.write( "timmy’s taxis charges $1 for the first mile plus $0.35 per mile for every mile after the first mile. Write an expression to represent the total cost of a taxi ride that is x miles long.\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #619952 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Hi there, \n" ); document.write( "johny pays $30 to join the gym \n" ); document.write( "plus monthly dues that are $10. \n" ); document.write( "Equation showing total cost for x months \n" ); document.write( "Cost = $30 + $10x \n" ); document.write( "timmy’s taxis charges $1 for the first mile \n" ); document.write( "plus $0.35 per mile for every mile \n" ); document.write( "Equation showing total cost for x miles \n" ); document.write( "Cost = $1 + $0.35x \n" ); document.write( "Hope this helps :-) \n" ); document.write( " |