document.write( "Question 23163: 1) Sunset rents an SUV at $21.95 plus $0.23 per mile. Sunrise rents the same vehicle for $24.95 plus $0.19 per mile. For what mileage is the cost the same?\r
\n" );
document.write( "\n" );
document.write( "2) Your piggy bank has 25 coins in it; some are quarters and some are nickels. You have $3.45. How many nickels do you have?\r
\n" );
document.write( "\n" );
document.write( "3) There were 1500 people at a high school football game. Student tickets were $2.00 and adult tickets were $3.50. The total receipts for the game were $3825. How many students bought tickets?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #11695 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! 1. Let number of miles driven be \"x\", then: \n" ); document.write( "Sunset cost is 2195 + 23x cents for x miles driven \n" ); document.write( "Sunrise cost is 2495 +19x cents for x miles driven \n" ); document.write( "EQUATION: Set costs equal to one another and solve \n" ); document.write( "for \"x\". \n" ); document.write( "2. Let number of nickels be \"x\". \n" ); document.write( "Then number of quarter is \"25-x\". \n" ); document.write( "Value of nickels is (5)x cents \n" ); document.write( "Value of quarters is (25)(25-x)= 625-25x cents \n" ); document.write( "EQUATION: \n" ); document.write( " Value of nickels + Value of Quarters is 345 cents \n" ); document.write( " 5x + 625-25x = 345 \n" ); document.write( " -20x = -280 \n" ); document.write( " x = 14 (number of nickels) \n" ); document.write( " 25-x = 11 (number of quarters) \n" ); document.write( "#3 This problem is done the same way as #2 except now \n" ); document.write( "the coins are tickets and their respective values are \n" ); document.write( "200 and 350 cents. Give it a try.\r \n" ); document.write( "\n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |