document.write( "Question 1132021: Set up a system of equations and solve. Mike sold 12 sports cards. He sold baseball cards for 25 cents each and football cards for 5 cents each. Mike made a total of $2.00. How many of each type of card did Mike
\n" );
document.write( "sell?\r
\n" );
document.write( "\n" );
document.write( "My teacher just doesn't show us how to do word problems \n" );
document.write( "
Algebra.Com's Answer #748841 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! baseball cards=b \n" ); document.write( "football cards=f \n" ); document.write( "b+f=12, since he sold 12 cards \n" ); document.write( "so let f=12-b \n" ); document.write( "now there is only one variable to solve for \n" ); document.write( ".25*b+.05(12-b)=2.00, the money equation \n" ); document.write( ".25b+.60-0.05b=2.00 \n" ); document.write( ".20b=1.40 \n" ); document.write( "b=7baseball cards of 0.25 or $1.75 \n" ); document.write( "12-b=5 football cards of 0.05 or $0.25 \n" ); document.write( "They add to $2.00 \n" ); document.write( " |