document.write( "Question 79685: angelica and her brother, morton, had a total fo $100 they earned washing walls. they heard about a fantastic garage sale and went to see what they could find. when they saw the prices for paperback books, jeans, and winter jackets, they decided to buy 100 items for their $100. if hte jackets were $9 each, the jeans $3 a pair, and the books 5 for $1, how many of each did they buy?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #57181 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! they decided to buy 100 items for their $100. if hte jackets were $9 each, the jeans $3 a pair, and the books 5 for $1, how many of each did they buy?\r \n" ); document.write( "\n" ); document.write( "---------------- \n" ); document.write( "Let # of jackets be \"k\" ; Value of those jackets is 900k cents \n" ); document.write( "Let # of jeans be \"n\" ; value of those jeans is 300n cents \n" ); document.write( "Let # of books be \"b\" ; value of those books is 20n cents \n" ); document.write( "------------- \n" ); document.write( "EQUATIONS: \n" ); document.write( "k + n + b = 100 \n" ); document.write( "900k + 300n + 20b = 10000 cents \n" ); document.write( "-------- \n" ); document.write( "k + n + b = 100 \n" ); document.write( "45k + 15n +b = 500 \n" ); document.write( "--------- \n" ); document.write( "Subtract 1st from 2nd to get: \n" ); document.write( "44k + 13n = 400 \n" ); document.write( "--------------- \n" ); document.write( "Make a list of the multiples of 44 and another list of the multiples \n" ); document.write( "of 13. Try to find a sum that equals 400. That should tell you \n" ); document.write( "what k and n are. Using that information you can find b. \n" ); document.write( "It can be done because k and n must be Natural or Counting numbers. \n" ); document.write( "-------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |