The rate of a certain chemical reaction is directly

This topic has expert replies
Master | Next Rank: 500 Posts
Posts: 124
Joined: Wed May 19, 2010 10:20 pm
Thanked: 3 times
GMAT Score:1100

Timer

00:00

Your Answer

A

B

C

D

E

Global Stats

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 B present. If the concentration of chemical B is increased by 100 percent, which of the following is closest to the percent change in the concentration of chemical A required to keep the reaction rate unchanged?

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

Hi I need HELP with this question please! This is what I understand so far....

lets call rate, R
........concentration of chem a, A
..........concentration of chem b, B
C is a constant

Given that concentration of chem a SQUARED is directly proportional to rate , we get ... [ R/A^2 ]= C

Given that concentration of chem b is inversely proportional to rate ... R*B= C

If B is increased by 100%, it means it is doubled so to maintain the same constant, C we must halve the rate, R

i.e. 4*2 = 8, if 4 is halved then 2 needs to be doubled to get 8 & vice versa.


& When R is halved , A^2 will have to be reduced (maybe even halved) to maintain the same, C

i.e. given 14/2 = 7 if 14 is halved it becomes 7, then 2 will have to be halved to become 1 to get 7.

So clearly A^2 needs to be reduced by some percent

BUT ! the answer is D - which means A^2 has to be increased!! I don't understand pls help!!!

I need as simple a solution though!! thank you veeeeery much in advance! :)

User avatar
Legendary Member
Posts: 1460
Joined: Tue Dec 29, 2009 1:28 am
Thanked: 135 times
Followed by:7 members

by selango » Sun Jun 27, 2010 8:20 am
Rate =KA^2/B

Now B is increased by 100%(ie) B+B=2b

Rate=KA^2/2B

To keep the rate unchanged,we need to increase A.

A will become V2 A so that rate is unchanged.

Rate=K(V2)^2/2B

We are increasing A.So percentage increase in A

(V2A-A)=(1.414-1)A=(.414)A=41%

Approximately 40% increase.

Hence D

User avatar
Legendary Member
Posts: 1893
Joined: Sun May 30, 2010 11:48 pm
Thanked: 215 times
Followed by:7 members

by kvcpk » Sun Jun 27, 2010 8:27 am
Hi,

You are confused a lot. Understand the main Point in the question: keep the reaction rate unchanged
The increase in conc of A should be nullified by decrease in conc of C

This means that the rate of reaction should be same throughout. Let me explain this:

Let R1,R2 be the rate of reactions
A1,A2 be the conc of chem A
B1,A2 be the conc of chem B

now,

(R1/R2) = (A1/A2)^2 * (B2/B1)

We know that B2=2B1, Also, R1=R2(since rates should be same)

Therefore we get, (A1/A2)^2 = 1/2
A2 = root(2) * A1

Therefore approx 40 percent increase.

Hope this helps!!

Newbie | Next Rank: 10 Posts
Posts: 6
Joined: Sun Apr 18, 2010 11:33 am

by shankysainik » Sun Jun 27, 2010 9:21 am
Let Rate R=A^2/B
A- Concentration of A, B similar
Now according to the next statement R1 = A^2/2B
Now for R1 to equal R, the value of a needs to be v2 so that it balances the 2 in the denominator.
v2 = 1.414 which signifies an increase of approx 41%.

I am not very good at explaining stuff.
Hope this was helpful !

User avatar
Legendary Member
Posts: 1261
Joined: Sun Sep 14, 2008 3:46 am
Thanked: 27 times
GMAT Score:570

by reply2spg » Sun Sep 26, 2010 8:46 pm
I got the same question and I got it wrong. However, after confirming answer I came to know that I was wrong.

Equation is very simple R = A^2/B. You need some constant but let's say constant is 1.

Now let's say A = 10 and B = 100

R = 1.

B increases to 200, you need R nearly equal to 1.

How will you get. which square is near to 200?

It is 196.

so 196/200 = will be approximately 1.

Sqrt(196) = 14. increase in A is 4, means 40% increase.
Sudhanshu
(have lot of things to learn from all of you)

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 » Mon Sep 27, 2010 6:12 am
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

User avatar
Legendary Member
Posts: 866
Joined: Mon Aug 02, 2010 6:46 pm
Location: Gwalior, India
Thanked: 31 times

by goyalsau » Mon Sep 27, 2010 8:31 am
reply2spg wrote:I got the same question and I got it wrong. However, after confirming answer I came to know that I was wrong.

Equation is very simple R = A^2/B. You need some constant but let's say constant is 1.

Now let's say A = 10 and B = 100

R = 1.

B increases to 200, you need R nearly equal to 1.

How will you get. which square is near to 200?

It is 196.

so 196/200 = will be approximately 1.

Sqrt(196) = 14. increase in A is 4, means 40% increase.
Easiest among all,
Saurabh Goyal
[email protected]
-------------------------


EveryBody Wants to Win But Nobody wants to prepare for Win.

Master | Next Rank: 500 Posts
Posts: 273
Joined: Thu Sep 08, 2011 6:50 am
Thanked: 5 times
Followed by:3 members

by fangtray » Thu Apr 05, 2012 4:11 pm
GMATGuruNY wrote: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.
Sorry for restarting an old thread, but as i as i was solving this question using those plug-ins, i got (100x/4)=50. And then I would solve for X giving me 2. Could you show me what was wrong with this approach?

I multiply A by a constant X, to show me the increase, just like we multiplied 2 by a constant (100%, or 2) to show an increase in B also so why not A?

User avatar
GMAT Instructor
Posts: 1449
Joined: Sat Oct 09, 2010 2:16 pm
Thanked: 59 times
Followed by:33 members

by fskilnik@GMATH » Sat Nov 17, 2018 3:00 pm
mitzwillrockgmat 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 B present. If the concentration of chemical B is increased by 100 percent, which of the following is closest to the percent change in the concentration of chemical A required to keep the reaction rate unchanged?

A) 100% decrease
B) 50% decrease
C) 40% decrease
D) 40% increase
E) 50% increase
\[rate = {\text{cte}} \cdot \frac{{{{\left[ A \right]}^2}}}{{\left[ B \right]}}\,\,\,\,\,\left( {{\text{cte}} \ne 0} \right)\,\,\,\,\,\,\mathop \Rightarrow \limits^{{\text{rate}}\,\,{\text{unchanged}}} \,\,\,\,\,{\text{cte}} \cdot \frac{{{{\left[ {{A_{\,\,2}}} \right]}^2}}}{{\left[ {{B_{\,2}}} \right]}} = {\text{cte}} \cdot \frac{{{{\left[ {{A_{\,\,1}}} \right]}^2}}}{{\left[ {{B_{\,1}}} \right]}}\,\,\,\,\,\,\,\mathop \Rightarrow \limits^{{\text{cte}}\,\, \ne \,\,{\text{0}}} \,\,\,\,\,\,{\left( {\frac{{\left[ {{A_{\,2}}} \right]}}{{\left[ {{A_{\,1}}} \right]}}} \right)^{\,2}} = \frac{{\left[ {{B_{\,2}}} \right]}}{{\left[ {{B_{\,1}}} \right]}}\]
\[\left[ {{B_{\,2}}} \right] = \left[ {2{B_{\,1}}} \right]\,\,\,\,\,\,;\,\,\,\,\,\,\left[ {{A_{\,2}}} \right] = \left[ {k{A_{\,1}}} \right]\,\,\,\,\,\,\,\left( {k > 0} \right)\]
\[?\,\, \cong \,\,k - 1\]
\[{\left( {\frac{{\left[ {{A_{\,2}}} \right]}}{{\left[ {{A_{\,1}}} \right]}}} \right)^{\,2}} = \frac{{\left[ {{B_{\,2}}} \right]}}{{\left[ {{B_{\,1}}} \right]}}\,\,\,\,\,\,\, \Rightarrow \,\,\,\,\left\{ \begin{gathered}
{k^2} = 2 \hfill \\
\sqrt 2 \cong 1.41 \hfill \\
\end{gathered} \right.\,\,\,\,\,\,\,\,\mathop \Rightarrow \limits^{k\,\, > \,\,0} \,\,\,\,\,\,?\,\, = \,\,\sqrt 2 - 1\,\,\, \cong \,\,\,0.41\,\,\, = \,\,\,41\% \,\,\,\,\,\,\,\,\,\,\,\,\,\left( {\sqrt 2 - 1\,\, > 0\,\,\,\, \Rightarrow \,\,\,{\text{increase}}} \right)\]


This solution follows the notations and rationale taught in the GMATH method.

Regards,
Fabio.
Fabio Skilnik :: GMATH method creator ( Math for the GMAT)
English-speakers :: https://www.gmath.net
Portuguese-speakers :: https://www.gmath.com.br

GMAT/MBA Expert

User avatar
GMAT Instructor
Posts: 7244
Joined: Sat Apr 25, 2015 10:56 am
Location: Los Angeles, CA
Thanked: 43 times
Followed by:29 members

by Scott@TargetTestPrep » Tue Apr 02, 2019 6:09 pm
mitzwillrockgmat 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 B present. If the concentration of chemical B is increased by 100 percent, which of the following is closest to the percent change in the concentration of chemical A required to keep the reaction rate unchanged?

A) 100% decrease
B) 50% decrease
C) 40% decrease
D) 40% increase
E) 50% increase
We can let n = the rate of a certain chemical reaction, a = the concentration of chemical A, and b = the concentration of chemical B. We are given that 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, so, for some positive constant k, we have:

n = ka^2/b

When b is increased by 100 percent, b becomes 2b. To keep the reaction rate unchanged, we can let a become c, so we have:

ka^2/b = kc^2/(2b)

2bka^2 = bkc^2

2a^2 = c^2

c = √(2a^2)

c = a√2

Since √2 ≈ 1.4, c ≈ 1.4a or approximately 140% of a, i.e., a 40% increase in the concentration of chemical A.

Answer: D

Scott Woodbury-Stewart
Founder and CEO
[email protected]

Image

See why Target Test Prep is rated 5 out of 5 stars on BEAT the GMAT. Read our reviews

ImageImage