document.write( "Question 700679: Karen brought 10 stamps. Some cost $.32 and some cost $.20. SHe spent $2.84. How many of each did she buy? \n" ); document.write( "
Algebra.Com's Answer #431941 by stanbon(75887) ![]() You can put this solution on YOUR website! Karen bought 10 stamps. Some cost $.32 and some cost $.20. SHe spent $2.84. How many of each did she buy? \n" ); document.write( "---------- \n" ); document.write( "Quantity Eq:::: a + b = 10 \n" ); document.write( "Value Eq::::: 32a + 20b = 284 cents \n" ); document.write( "------- \n" ); document.write( "32a + 32b = 32*10 \n" ); document.write( "32a + 20b = 284 \n" ); document.write( "------- \n" ); document.write( "Subtract and solve for \"b\": \n" ); document.write( "12b = 36 \n" ); document.write( "b = 3 (# of 20 cent stanps) \n" ); document.write( "------ \n" ); document.write( "Solve for \"a\": \n" ); document.write( "a + b = 10 \n" ); document.write( "a + 3 = 10 \n" ); document.write( "a = 7 (# of 32 cent stamps) \n" ); document.write( "------------------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "=============== \n" ); document.write( " |