document.write( "Question 176170: Question: A heating and ventilation engineer purchases four 1m radiators and three 1.5m radiators at a cost of £159 for a project. In addition he purchases five 1m radiators and two 1.5m radiators at a cost of £134. Determine the cost of both types of radiator. \n" ); document.write( "
Algebra.Com's Answer #131260 by EMStelley(208) You can put this solution on YOUR website! First, let's declare some variables: \n" ); document.write( "x: cost of 1m radiator \n" ); document.write( "y: cost of 1.5m radiator \n" ); document.write( "Then, the first sentence tell us that \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "Let's use the addition method to solve. I will multiply the first equation by 5, and the second equation by -4: \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "Now we add the two together: \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "So the 1.5m radiator costs £37. Now, to find the cost of the 1m radiator, we substitute in this y value to either of the equations. I will use the first one for simplicity: \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "So the 1m radiator costs £12. \n" ); document.write( " |