To find the average weight of the class

This topic has expert replies
Legendary Member
Posts: 641
Joined: Tue Feb 14, 2012 3:52 pm
Thanked: 11 times
Followed by:8 members
Hello,

Can you please help with the following:

The average weight of a class is x pounds. When a new student weighing 80 pounds joins the class, the average decreases by 1 pound. In a few months the student's weight increases to 110 pounds and the average weight of the class becomes x + 4 pounds. None of the other students' weights changed. What is the value of x?

A) 85
B) 86
C) 88
D) 90
E) 92

OA: B

My approach was:

x = S(n)/n where, S(n) = Sum of n number of students

When a new student weighing 80 pounds joins the class,
x - 1 = (S(n) + 80)/(n+1) => S(n) + 80 = (x-1)(n+1) => S(n) = (x-1)(n+1) - 80 - Eq. 1

When the student's weight increases to 110 pounds,
x + 4 = (S(n) + 110)/(n+1) => S(n) + 110 = (x+4)(n+1) => S(n) = (x+4)(n+1) - 110 - Eq. 2

From 1 and 2,
(x-1)(n+1) - 80 = (x+4)(n+1) - 110

On solving we get n = 5

However, I was not how to solve further for x. Can you please assist? Thanks a lot.

Regards,
Sri
Source: — Problem Solving |

User avatar
GMAT Instructor
Posts: 15539
Joined: Tue May 25, 2010 12:04 pm
Location: New York, NY
Thanked: 13060 times
Followed by:1906 members
GMAT Score:790

by GMATGuruNY » Wed May 07, 2014 7:22 pm
gmattesttaker2 wrote:Hello,

Can you please help with the following:

The average weight of a class is x pounds. When a new student weighing 80 pounds joins the class, the average decreases by 1 pound. In a few months the student's weight increases to 110 pounds and the average weight of the class becomes x + 4 pounds. None of the other students' weights changed. What is the value of x?

A) 85
B) 86
C) 88
D) 90
E) 92

OA: B
Let n = the number of students.

Before the new student:
Sum of the weights = (number of students)(average weight) = nx.

After the new student:
(new number of students)(new average) = old sum + new student's weight
(n+1)(x-1) = nx + 80
nx + x - n - 1 = nx + 80
x - n = 81.

After new student gains weight:
(new number of students)(new average) = old sum + new student's heavier weight
(n+1)(x+4) = nx + 110
nx + x + 4n + 4 = nx + 110
x + 4n = 106.

Subtracting the first equation from the second, we get:
(x + 4n) - (x - n) = 106-81
5n = 25
n = 5.

Substituting n=5 into x - n = 81, we get:
x - 5 = 81
x = 86.

The correct answer is B.
Private tutor exclusively for the GMAT and GRE, with over 20 years of experience.
Followed here and elsewhere by over 1900 test-takers.
I have worked with students based in the US, Australia, Taiwan, China, Tajikistan, Kuwait, Saudi Arabia -- a long list of countries.
My students have been admitted to HBS, CBS, Tuck, Yale, Stern, Fuqua -- a long list of top programs.

As a tutor, I don't simply teach you how I would approach problems.
I unlock the best way for YOU to solve problems.

For more information, please email me (Mitch Hunt) at [email protected].
Student Review #1
Student Review #2
Student Review #3

Junior | Next Rank: 30 Posts
Posts: 10
Joined: Fri Apr 25, 2014 10:27 pm

by itzmyzone911 » Fri May 09, 2014 2:53 am
GMATGuruNY wrote:
gmattesttaker2 wrote:Hello,

Can you please help with the following:

The average weight of a class is x pounds. When a new student weighing 80 pounds joins the class, the average decreases by 1 pound. In a few months the student's weight increases to 110 pounds and the average weight of the class becomes x + 4 pounds. None of the other students' weights changed. What is the value of x?

A) 85
B) 86
C) 88
D) 90
E) 92

OA: B
Let n = the number of students.

Before the new student:
Sum of the weights = (number of students)(average weight) = nx.

After the new student:
(new number of students)(new average) = old sum + new student's weight
(n+1)(x-1) = nx + 80
nx + x - n - 1 = nx + 80
x - n = 81.

After new student gains weight:
(new number of students)(new average) = old sum + new student's heavier weight
(n+1)(x+4) = nx + 110
nx + x + 4n + 4 = nx + 110
x + 4n = 106.

Subtracting the first equation from the second, we get:
(x + 4n) - (x - n) = 106-81
5n = 25
n = 5.

Substituting n=5 into x - n = 81, we get:
x - 5 = 81
x = 86.

The correct answer is B.
Hello,Mitch

I had a different approach. Request you to evaluate.

Total (end-to-end) change in weight of class by combining both the situations = 110-80=30 lb.
Corresponding (total (end-to-end)) change in average weight of class = +4-(-1)=5 lb.
This would imply that for every unit (1 lb.) change in average there is a corresponding change in total weight of class by (30/5)=6 lb.
Going ahead, if we were to assume that the 1st case HAS ALREADY taken place,it would mean that the original average x HAS ALREADY reduced. And since we know that this reduction in x is one unit, the original value of x would be 1 unit in excess of 80 lb. which is 80+6 = 86 lb.
This method works if I consider the 2nd case too...110-4(6)=86 lb.

User avatar
Legendary Member
Posts: 1556
Joined: Tue Aug 14, 2012 11:18 pm
Thanked: 448 times
Followed by:34 members
GMAT Score:650

by theCodeToGMAT » Fri May 09, 2014 3:55 am
Average Weight = X'

Students = S

x - 1 = (SX + 80)/(S + 1)
==> (S + 1) (X - 1) = (SX + 80)
==> SX - S + X - 1 = SX + 80
==> X - S = 81


X + 4 = (SX + 110)/(S + 1)
==> SX + 4S + X + 4 = SX + 110
==> 4S + X = 106

4S + 81 + S = 106
5s = 25
S = 5

==> S = 86
R A H U L