document.write( "Question 1003363: The cost in dollars of a field trip is 60+5n, where n is the number of people attending attending. What is the cost for 35 people? \n" ); document.write( "
Algebra.Com's Answer #620090 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! Replace n with 35 to get...\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "60 + 5n = 60 + 5*35 = 235\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So it will cost $235 total \n" ); document.write( " |