document.write( "Question 1103143: A ferry charges a fare for each person in a vehicle. There is also a fare for the vehicle itself. The total fare for a vehicle with n people is represented by f(n) in the table. How much does the ferry charge per person?\r
\n" );
document.write( "\n" );
document.write( "n=1,3,5,8
\n" );
document.write( "f(n)= $40,$58,$76,$103\r
\n" );
document.write( "\n" );
document.write( "A. $18/person
\n" );
document.write( "B. $13/person
\n" );
document.write( "C. $5/person
\n" );
document.write( "D. $9/person \n" );
document.write( "
Algebra.Com's Answer #717815 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! x+3y=58 \n" ); document.write( "x+y=40 \n" ); document.write( "2y=18 \n" ); document.write( "y=9 \n" ); document.write( " |