document.write( "Question 1103997: Kimberly bought 90 stamps in denominations of 41 cents, 58 cents and 75 cents. To test her daughter, who is taking an algebra class, she said that she bought three times as many 41 cent stamps as 58 cent stamps and that the total cost of the stamps was $43.70. How many stamps of each denomination did she buy? \n" ); document.write( "
Algebra.Com's Answer #718720 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! let a = 41 cent stamps \n" ); document.write( "let b = 58 cent stamps \n" ); document.write( "let c = 75 cent stamps \n" ); document.write( ": \n" ); document.write( "write an equation for each statement \n" ); document.write( "; \n" ); document.write( "\"Kimberly bought 90 stamps\" \n" ); document.write( "a + b + c = 90 \n" ); document.write( " three times as many 41 cent stamps as 58 cent stamps \n" ); document.write( "a = 3b \n" ); document.write( " and that the total cost of the stamps was $43.70.\" \n" ); document.write( ".41a + .58b + .75c = 43.70 \n" ); document.write( " How many stamps of each denomination did she buy? \n" ); document.write( ": \n" ); document.write( "Replace a with 3b in the first equation \n" ); document.write( "3b + b + c = 90 \n" ); document.write( "4b + c = 90 \n" ); document.write( "c = (90-4b) use this for substitution in the 3rd equation \n" ); document.write( ".41a + .58b + .75c = 43.70 \n" ); document.write( ".41a + .58b + .75(90-4b) = 43.70 \n" ); document.write( ".41a + .58b + 67.5 - 3b = 43.70 \n" ); document.write( "combine like terms \n" ); document.write( ".41a - .58b - 3b = 43.70 - 67.50 \n" ); document.write( ".41a - 2.42b = -23.80 \n" ); document.write( "replace a with 3b \n" ); document.write( ".41(3b) - 2.42b = -23.80 \n" ); document.write( "1.23b -2.42b = -23.80 \n" ); document.write( "-1.19b = -23.80 \n" ); document.write( "b = -23.80/-1.19 \n" ); document.write( "b = +20 ea .58 cent stamps \n" ); document.write( "then \n" ); document.write( "3*20 = 60 ea .41 cent stamps \n" ); document.write( "and \n" ); document.write( "90 - 20 - 60 = 10 ea .75 cent stamps \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check this in the 3rd equation \n" ); document.write( ".41(60) + .58(20) + .75(10) = \n" ); document.write( "24.60 + 11.69 + 7.50 = 43.70 \n" ); document.write( " \n" ); document.write( " |