document.write( "Question 509635: There are 104 baseball cards total.
\n" );
document.write( "Tom has 8 more cards than Mike.
\n" );
document.write( "How many cards do Mike and Tom each have? \n" );
document.write( "
Algebra.Com's Answer #341529 by edjones(8007)![]() ![]() You can put this solution on YOUR website! m=number of Mike's cards. \n" ); document.write( "t=m+8=Tom's cards. \n" ); document.write( "m+m+8=104 \n" ); document.write( "2m=96 \n" ); document.write( "m=48 \n" ); document.write( "t=56 \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |