document.write( "Question 1186586: The proposed Sky train fare would charge ₱35for the first 5 km of travel and ₱6.50for each additional kilometer over the proposed fare.
\n" );
document.write( "A. Find the fare function f(s) where s represents the number of kilometers needed.
\n" );
document.write( "B. What is the proposed fare for a distance of 50km?
\n" );
document.write( "C. How much isthe fare for the distance of 45km?
\n" );
document.write( "D. Jay will travel to UP Diliman, he travelled a distance of 23km. How much did he pay for the train fare? \n" );
document.write( "
Algebra.Com's Answer #817511 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! The proposed Sky train fare would charge ₱35for the first 5 km of travel and ₱6.50for each additional kilometer over the proposed fare. \n" ); document.write( ": \n" ); document.write( "A. Find the fare function f(s) where s represents the number of kilometers needed. \n" ); document.write( "f(s) = 6.5(s-5) + 35 \n" ); document.write( ": \n" ); document.write( "B. What is the proposed fare for a distance of 50km? \n" ); document.write( "f(s) = 6.5(50-5) + 35 \n" ); document.write( "f(s) = 6.5(45) + 35 \n" ); document.write( "f(s) = 292.5 + 35 \n" ); document.write( "f(s) = P327.50 \n" ); document.write( ": \n" ); document.write( "C. How much is the fare for the distance of 45km? \n" ); document.write( " Do this the same way, s=45 \n" ); document.write( ": \n" ); document.write( "D. Jay will travel to UP Diliman, he travelled a distance of 23km. \n" ); document.write( " How much did he pay for the train fare? \n" ); document.write( " s = 23 \n" ); document.write( " |