Difference between revisions of "2023 AMC 10A Problems/Problem 10"
Walmartbrian (talk | contribs) |
m (→Solution 1) |
||
Line 4: | Line 4: | ||
==Solution 1== | ==Solution 1== | ||
− | Let a represent the amount of tests taken previously and x the mean of the scores taken previously. | + | Let <math>a</math> represent the amount of tests taken previously and <math>x</math> the mean of the scores taken previously. |
− | ~walmartbrian ~Shontai | + | We can write the equation <math>(ax+11)/a+1 = x+1</math> and <math>(ax+33)/a+3 = x+2</math>. |
+ | |||
+ | Expanding, <math>ax+11 = ax+a+x+1</math> and <math>ax+33 = ax+2a+3x+6</math>. | ||
+ | |||
+ | This gives us <math>a+x = 10</math> and <math>2a+3x = 27</math>. Solving for each variable, <math>x=7</math> and <math>a=3</math>. (D) | ||
+ | |||
+ | ~walmartbrian ~Shontai ~andyluo |
Revision as of 19:47, 9 November 2023
Maureen is keeping track of the mean of her quiz scores this semester. If Maureen scores an on the next quiz, her mean will increase by . If she scores an on each of the next three quizzes, her mean will increase by . What is the mean of her quiz scores currently?
Solution 1
Let represent the amount of tests taken previously and the mean of the scores taken previously.
We can write the equation and .
Expanding, and .
This gives us and . Solving for each variable, and . (D)
~walmartbrian ~Shontai ~andyluo