document.write( "Question 750730: you buy 4 candles and 3 matches for $34. for two candles and 1 matches , the coast is $16. choose and a system of equations to find the costs of matches and candles.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #456761 by Cromlix(4381) You can put this solution on YOUR website! x = candle y = match\r \n" ); document.write( "\n" ); document.write( "4x + 3y = $34....1 \n" ); document.write( "2x + y = $16....2\r \n" ); document.write( "\n" ); document.write( "Multiply (2) by 3\r \n" ); document.write( "\n" ); document.write( "4x + 3y = $34....1 \n" ); document.write( "6x + 3y = $48....2\r \n" ); document.write( "\n" ); document.write( "Subtract (1) from (2)\r \n" ); document.write( "\n" ); document.write( "2x = $14 \n" ); document.write( " x = $7 \n" ); document.write( "Substitute $7 for x in:\r \n" ); document.write( "\n" ); document.write( "4x + 3y = $34 \n" ); document.write( "28 + 3y = $34 \n" ); document.write( " 3y = $34 - $28 \n" ); document.write( " 3y = $6 \n" ); document.write( " y = $2\r \n" ); document.write( "\n" ); document.write( "Candles cost $7 and matches cost $2\r \n" ); document.write( "\n" ); document.write( "Hope this helps :-) \n" ); document.write( " |