document.write( "Question 1187739: A party rental company has chairs and tables for rent. The total cost to rent 5 chairs and 2 tables is $18. The total cost to rent 3 chairs and 8 tables is $55. What is the cost to rent each chair and each table? \n" ); document.write( "
Algebra.Com's Answer #818761 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Let c be the rental cost for each chair \n" ); document.write( "Let t be the rental cost for each table \n" ); document.write( "The total cost to rent 5 chairs and 2 tables is $18: 5c + 2t = 18 \n" ); document.write( "The total cost to rent 3 chairs and 8 tables is $55. 3c + 8t = 55 \n" ); document.write( "(1) Solving the problem informally, using logical reasoning.... \n" ); document.write( "Since the cost of 5 chairs and 2 tables is $18, the cost of 20 chairs and 8 tables is 4*$18 = $72. \n" ); document.write( "But the cost of 3 chairs and 8 tables is $55; the difference between the two cases is 20-3 = 17 more chairs for an additional $72-$55 = $17. So the rental cost for each chair is $17/17 = $1. \n" ); document.write( "And then since 5 chairs at $1 each and 2 tables cost $18 to rent, the cost for the 2 tables is $13, so the cost per table is $6.50. \n" ); document.write( "ANSWER: $1 per chair and $6.50 per table \n" ); document.write( "CHECK: \n" ); document.write( "5c+2t = 5(1)+2(6.50) = 5+13 = 18 \n" ); document.write( "3c+8t = 3(1)+8(6.50) = 3+52 = 55 \n" ); document.write( "(2) Using formal algebra.... \n" ); document.write( "5c + 2t = 18 \n" ); document.write( "3c + 8t = 55 \n" ); document.write( "Multiply the first equation by 4: \n" ); document.write( "20c + 8t = 72 \n" ); document.write( "Compare that equation to the second original equation: \n" ); document.write( "17c = 17 \n" ); document.write( "Solve to find the cost for each chair: \n" ); document.write( "c = 17/17 = 1 \n" ); document.write( "Use that cost per chair in the first original equation to find the cost per table: \n" ); document.write( "5(1)+2t = 18 \n" ); document.write( "5+2t = 18 \n" ); document.write( "2t = 18-5 = 13 \n" ); document.write( "t = 13/2 = 6.5 \n" ); document.write( "ANSWERS: c=1; t=6.5 -- i.e. $1 per chair and $6.50 per table \n" ); document.write( "Observe that the solution using formal algebra uses EXACTLY the same calculations as the informal solution. \n" ); document.write( "But we need to understand the formal algebraic solution, because an informal solution will not be possible when the problems get a lot more complicated. \n" ); document.write( " \n" ); document.write( " |