document.write( "Question 288188: A trip will cost $70 per person plus a $420 deposit for the bus. Write a function that represents the total cost of the trip per person. \n" ); document.write( "
Algebra.Com's Answer #208905 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! A trip will cost $70 per person plus a $420 deposit for the bus. Write a function that represents the total cost of the trip per person. \n" ); document.write( ". \n" ); document.write( "cost_per_person = \"amount of ticket\" + \"share of deposit\" \n" ); document.write( "C(p) = 70 + 420/p \n" ); document.write( "Where \n" ); document.write( "C(p) is the cost per person \n" ); document.write( "p is the total number of people taking the trip\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |