document.write( "Question 433072: Here is the Problem:\r
\n" );
document.write( "\n" );
document.write( "I have a family of 4 (2 adults, 2 children). I need to compare the cost for between a daily pass and yearly pass for the aqaurium. The family will generally visit the aqauriom 5 times per year. Which option will be most advantageous based on the number of yearly visits. \r
\n" );
document.write( "\n" );
document.write( "The cost of the Yearly pass is as follows:\r
\n" );
document.write( "\n" );
document.write( "Adult Yearly pass is $62.95
\n" );
document.write( "Child yearly Pass is $45.95\r
\n" );
document.write( "\n" );
document.write( "The Daily pass is as follows:\r
\n" );
document.write( "\n" );
document.write( "Adult pass is $24.95
\n" );
document.write( "The child is $18.95\r
\n" );
document.write( "\n" );
document.write( "I need to develop a linear algebraic equation using either substituion or elimination method showing where the two the two cost options are equivilalent, showing all work.\r
\n" );
document.write( "\n" );
document.write( "I also then need to depict this on a graph.\r
\n" );
document.write( "\n" );
document.write( "Please help.\r
\n" );
document.write( "\n" );
document.write( "I can be reached at oasisrm@hotmail.com\r
\n" );
document.write( "\n" );
document.write( "Thanks \n" );
document.write( "
Algebra.Com's Answer #300183 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! I have a family of 4 (2 adults, 2 children). I need to compare the cost for between a daily pass and yearly pass for the aquarium. The family will generally visit the aqaurium 5 times per year. Which option will be most advantageous based on the number of yearly visits. \n" ); document.write( "The cost of the Yearly pass is as follows: \n" ); document.write( "Adult Yearly pass is $62.95 \n" ); document.write( "Child yearly Pass is $45.95 \n" ); document.write( "--- \n" ); document.write( "Yearly pass cost: 2*62.95+2*45.95 = 217.80 \n" ); document.write( "-- \n" ); document.write( "The Daily pass is as follows: \n" ); document.write( "Adult pass is $24.95 \n" ); document.write( "The child is $18.95 \n" ); document.write( "--------------------------------------- \n" ); document.write( "Let x be the number of days the family attends the aquarium. \n" ); document.write( "Daily pass cost: x(2*24.95+2*18.95) = x(2*24.95+2*18.95) = 87.8x \n" ); document.write( "---------------------------------------------------------------- \n" ); document.write( "I need to develop a linear algebraic equation using either substituion or elimination method showing where the two the two cost options are equivalent, showing all work. \n" ); document.write( "I also then need to depict this on a graph. \n" ); document.write( "------ \n" ); document.write( "Equations: \n" ); document.write( "Yearly cost = 217.8 \n" ); document.write( "Daily cost = 87.8x \n" ); document.write( "----- \n" ); document.write( "Equivalent means the costs are the same: \n" ); document.write( "Solve for \"x\": \n" ); document.write( "87.8x=217.8 \n" ); document.write( "x = 2.48 days. \n" ); document.write( "--- \n" ); document.write( "If the family goes to the aguarium 1 or 2 days the daily \n" ); document.write( "pass is their best buy. \n" ); document.write( "If the family goes to the aquarium 3,4, or 5 days the \n" ); document.write( "yearly pass is the best buy. \n" ); document.write( "================================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |