Percentage and Proportions

This topic has expert replies
Junior | Next Rank: 30 Posts
Posts: 24
Joined: Tue May 29, 2012 3:30 pm

Percentage and Proportions

by Striver » Sat Sep 22, 2012 11:44 am
The rate of a certain chemical reaction is directly proportional to the square of the concentration of Chemical A present and inversely proportional to the concentration of chemical B present. If the concentration of chemical B is increased by 100 percent, which of the following is closer to the percent change in the concentration of chemical A required to keep the reaction rate unchanged?

A) 100% increase
B) 50% decrease
C) 40% decrease
D) 40% increase
E) 50% increase

Answer was D. why?

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 » Sat Sep 22, 2012 11:53 am
Striver wrote:The rate of a certain chemical reaction is directly proportional to the square of the concentration of Chemical A present and inversely proportional to the concentration of chemical B present. If the concentration of chemical B is increased by 100 percent, which of the following is closer to the percent change in the concentration of chemical A required to keep the reaction rate unchanged?

A) 100% increase
B) 50% decrease
C) 40% decrease
D) 40% increase
E) 50% increase
The trick is translate the chemical relationship into the following equation:

R = (A^2)/B

Here's why the equation above works:

1) The problem states that R is directly proportional to A^2. Directly proportional means that as one value increases, the other value also increases by a proportionate amount. In the equation above, if we increase R, we'll have to increase A^2 by a proportionate amount in order for the equation to remain valid.

2) The problem states that R is inversely proportional to B. Inversely proportional means that as one value increases, the other value decreases by a proportionate amount. In the equation above, if we increase R, we'll have to decrease B by a proportionate amount in order for the equation to remain valid.

Now let's plug in values.
Let A = 10 and B = 2.
R = (10^2)/2 = 100/2 = 50.
If we increase B by 100%, new B = 4.
R = 50 must be unchanged.
50 = (A^2)/4
A^2 = 200
New A = √200 = 10√2 ≈ 14

% change in A = Difference/(Original A) * 100 = (14-10)/10 * 100 = 4/10 * 100 = 40%.

The correct answer is D.
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

Master | Next Rank: 500 Posts
Posts: 118
Joined: Mon May 21, 2012 10:07 pm
Thanked: 23 times
Followed by:4 members

by das.ashmita » Thu Sep 27, 2012 1:04 am
Hi Striver

My approach for this question goes like this:

let, Initial conc of A = Ai ; New conc of A = An
Initial conc of B = Bi ; New conc of B = Bn
and proportionality constant = k

equations:
Rate(initial) = (k * Ai^2)/Bi
Rate(new) = (k * An^2)/Bn
= (k * An^2)/2Bi since Bn = 2Bi

Given: Rate(initial) = Rate(new)

therefore, (k * Ai^2)/Bi = (k * An^2)/2Bi
=> An = √2 Ai = 1.414 Ai = (1 + 41.4%)Ai => 40% increase(approx)

Ans: D

Hope it helps:)