document.write( "Question 1145901: 15 articles are bought.some cost 5 c each and the remainder cost 8 c each. if the total amount spent is 90 c, how many of each are bought? \n" ); document.write( "
Algebra.Com's Answer #767170 by VFBundy(438)![]() ![]() You can put this solution on YOUR website! 5 cent items = x \n" ); document.write( "8 cent items = y \n" ); document.write( " \n" ); document.write( "Make two equations: \n" ); document.write( " \n" ); document.write( "x + y = 15 \n" ); document.write( "5x + 8y = 90 \n" ); document.write( " \n" ); document.write( "Multiply the first equation by -8: \n" ); document.write( " \n" ); document.write( "-8x - 8y = -120 \n" ); document.write( "5x + 8y = 90 \n" ); document.write( " \n" ); document.write( "Add both equations together, then solve for x: \n" ); document.write( " \n" ); document.write( "-3x = -30 \n" ); document.write( "x = 10 \n" ); document.write( " \n" ); document.write( "Now that we know x = 10, substitute this into either one of the original two equations, then solve for y: \n" ); document.write( " \n" ); document.write( "x + y = 15 \n" ); document.write( "10 + y = 15 \n" ); document.write( "y = 5 \n" ); document.write( " \n" ); document.write( "5 cent items = x = 10 \n" ); document.write( "8 cent items = y = 5 |