document.write( "Question 1159355: Kyle collects baseball cards. His initial collection contained 125 baseball cards. Each month he adds the same number of cards to his collection. In the 8th month, he had 965 baseball cards. Which function below can be used to determine the number of baseball cards in Kyle’s collection in any month. \n" ); document.write( "
Algebra.Com's Answer #782380 by MowMow(42)![]() ![]() You can put this solution on YOUR website! 125 + 8n = 965 \n" ); document.write( "solves for n cards added for 8 months \n" ); document.write( "n = 105 cards per month. \n" ); document.write( " |