document.write( "Question 242798: The fun guys game rental store chargesan annual fee of $10 plus $3.50 per game rented. The game bank the annual fee of $22 plus $2.50 per game. For how many game rentals will the cost be the same at both stores? What is the cost? \n" ); document.write( "
Algebra.Com's Answer #177764 by oberobic(2304)![]() ![]() ![]() You can put this solution on YOUR website! Define your terms: \n" ); document.write( "x = number of game bank rentals \n" ); document.write( "f = cost of fun guys game rentals = $10 + $3.50 * x = 10 + 3.5x. \n" ); document.write( "g = cost of game bank rentals = $22 + $2.50 * x = 22 + 2.5x. \n" ); document.write( "The question actually asks 2 questions \n" ); document.write( "1) What value of x makes the costs the same? \n" ); document.write( "2) What is the cost? \n" ); document.write( "Answering questions: \n" ); document.write( "To test the value of x that makes the costs equal, set the equations equal to one another. \n" ); document.write( "10 + 3.5x = 22 + 2.5x \n" ); document.write( "Subtracting 2.5x from both sides. \n" ); document.write( "10 + 1x = 22. (Note that 1x is typically shown as just 'x'.) \n" ); document.write( "Subtracting 10 from both sides. \n" ); document.write( "x = 22 - 10 = 12. \n" ); document.write( "Check your work by substituting in for values you don't know. \n" ); document.write( "f = 10 + 3.5(12) = 10 + 42 = 52 \n" ); document.write( "g = 22 + 2.5(12) = 22 + 30 = 52 \n" ); document.write( "That shows the value x = 12 solves both. \n" ); document.write( "And checking the solutions reveals the answer to the second question: $52. \n" ); document.write( "An interesting third question is: Which is the better value? \n" ); document.write( "Since the annual dues are paid just once, after you rent at least 12 games per year, the game bank is cheaper per rental: $2.50 vs. the $3.50 charged by the fun guys. \n" ); document.write( "So, IF you plan to rent at least 12 games per year (or 1 per month), then the game bank is less costly. \n" ); document.write( " \n" ); document.write( " |