document.write( "Question 54374: Nikki paid Dalton $15.50 for a combination of 15 baseball and football cards. The baseball cards were $1.50 each, and the football cards were $0.50 each. How much did Nikki spend on the baseball cards? \n" ); document.write( "
Algebra.Com's Answer #36678 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Nikki paid Dalton $15.50 for a combination of 15 baseball and football cards. The baseball cards were $1.50 each, and the football cards were $0.50 each. How much did Nikki spend on the baseball cards? \n" ); document.write( "---------- \n" ); document.write( "Let number of football cards be \"x\" \n" ); document.write( "Value of those cards is 0.50x. \n" ); document.write( "Number of baseball cards is \"15-x\" \n" ); document.write( "Value of those cards is 1.50(15-x)= 22.5-1.5x \n" ); document.write( "EQUATION: \n" ); document.write( "value + value = 15.50 \n" ); document.write( "0.50x+22.5-1.5x=15.50 \n" ); document.write( "-x=-7 \n" ); document.write( "x=7 (# of football cards) \n" ); document.write( "15-x=8 (# of baseball cards) \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |