Find all School-related info fast with the new School-Specific MBA Forum

It is currently 19 Jun 2013, 12:05
Customize  |  Hide

Quadratic Equation Help Required

  Question banks Downloads My Bookmarks Reviews  
Author Message
TAGS:
Intern
Intern
Joined: 28 Feb 2011
Posts: 37
Followers: 0

Kudos [?]: 5 [0], given: 1

Quadratic Equation Help Required [#permalink] New post 06 May 2011, 12:47
Hi Guys,

I came across the below problem in one of the online gmat test..I got stuck in the middle...any suggestions to solve the problem..??

The function f(x) is given by 2x^2 +bx+c, b and c having specific numerical values. On replacing x by a number 2 greater than itself, f(x) increases by 12. What is the value of x ?


F(x) = 2x^2 +bx+c ......(1)

let r1 and r2 be the roots of hte equation:

r1 +r2 = -b/2
r1r2 = c/2

on replacing x by a number 2 greater than itself, as per my understanding the equation would be:

f(x+2) = (2x^2 +bx+c )+ 12.... (2)

f(x+2) = f(x) +12

i'm stuck here..any siggestions pls?

Regards,
anu
Kaplan GMAT Prep Discount CodesKnewton GMAT Discount CodesGMAT Pill GMAT Discount Codes
Math Forum Moderator
Joined: 20 Dec 2010
Posts: 2098
Followers: 109

Kudos [?]: 666 [0], given: 376

GMAT Tests User
Re: Quadratic Equation Help Required [#permalink] New post 06 May 2011, 12:57
anuu wrote:
Hi Guys,

I came across the below problem in one of the online gmat test..I got stuck in the middle...any suggestions to solve the problem..??

The function f(x) is given by 2x^2 +bx+c, b and c having specific numerical values. On replacing x by a number 2 greater than itself, f(x) increases by 12. What is the value of x ?


F(x) = 2x^2 +bx+c ......(1)

let r1 and r2 be the roots of hte equation:

r1 +r2 = -b/2
r1r2 = c/2

on replacing x by a number 2 greater than itself, as per my understanding the equation would be:

f(x+2) = (2x^2 +bx+c )+ 12.... (2)

f(x+2) = f(x) +12 This is correct in my opinion.

i'm stuck here..any siggestions pls?

Regards,
anu


2(x+2)^2+b(x+2)+c = 2x^2+bx+c

After solving;
x = \frac{2+b}{4}. Maybe some mistake. Please verify.
_________________

~fluke

Find out what's new at GMAT Club - latest features and updates

Intern
Intern
Joined: 28 Feb 2011
Posts: 37
Followers: 0

Kudos [?]: 5 [0], given: 1

Re: Quadratic Equation Help Required [#permalink] New post 06 May 2011, 13:37
The answer choices given in the online test are:

-2, 2, -1,1 and cannot be determined.

Can you pls explain the last line where you have equated the two equations..
i do understand that u have replaced x with x+2 in the equation 2x^2+bx+c

thus 2x^2+bx+c = 2 (x+2)^2 + b(x+2) +c

why are we equating the two equations ? and the increase in 12 is not accounted for? Can you pls explain the concept?

Regards,
Anu
Math Forum Moderator
Joined: 20 Dec 2010
Posts: 2098
Followers: 109

Kudos [?]: 666 [0], given: 376

GMAT Tests User
Re: Quadratic Equation Help Required [#permalink] New post 06 May 2011, 13:54
anuu wrote:
The answer choices given in the online test are:

-2, 2, -1,1 and cannot be determined.

Can you pls explain the last line where you have equated the two equations..
i do understand that u have replaced x with x+2 in the equation 2x^2+bx+c

thus 2x^2+bx+c = 2 (x+2)^2 + b(x+2) +c

why are we equating the two equations ? and the increase in 12 is not accounted for? Can you pls explain the concept?

Regards,
Anu


Oh, I missed the "+12" part. It should be there.

2(x+2)^2+b(x+2)+c=2x^2+bx+c+12
2(x^2+4+4x)+bx+2b+c=2x^2+bx+c+12
2x^2+8+8x+bx+2b+c=2x^2+bx+c+12
8+8x+2b=12
8x+2b=4
4x+b=2
x=\frac{2-b}{4}

So, x is dependent on the value of "b" and thus cannot be determined.

If b=0; x=1/2; will satisfy the condition
If b=2; x=0; will satisfy the condition
If b=1002; x=(2-b)/4= (2-1002)/4=-250 will satisfy the condition.
Thus, there is no fixed value of x.

Please let me know if something is not clear.
_________________

~fluke

Find out what's new at GMAT Club - latest features and updates

Intern
Intern
Joined: 29 Jul 2010
Posts: 44
Followers: 0

Kudos [?]: 1 [0], given: 1

Re: Quadratic Equation Help Required [#permalink] New post 07 May 2011, 19:37
I agree with Fluke. Value of x is dependent on b.

To get f(x+2), replace x by x+2 in whole equation. So, f(x+2) = 2 (x+2)^2 + b(x+2) +c
and then equate it to f(x) by adding 12. I got the same answer as above post.
_________________

"Not everyone who works hard succeeds. But all those who succeeded have worked hard!" ~~ Coach Kamogawa

Best,
ItsNotOver

Manager
Manager
User avatar
Status: 700 (q47,v40); AWA 6.0
Joined: 16 Mar 2011
Posts: 82
GMAT 1: 700 Q47 V40
Followers: 1

Kudos [?]: 24 [0], given: 3

Re: Quadratic Equation Help Required [#permalink] New post 08 May 2011, 02:54
anuu wrote:
Hi Guys,

I came across the below problem in one of the online gmat test..I got stuck in the middle...any suggestions to solve the problem..??

The function f(x) is given by 2x^2 +bx+c, b and c having specific numerical values. On replacing x by a number 2 greater than itself, f(x) increases by 12. What is the value of x ?


F(x) = 2x^2 +bx+c ......(1)

let r1 and r2 be the roots of hte equation:

r1 +r2 = -b/2
r1r2 = c/2

on replacing x by a number 2 greater than itself, as per my understanding the equation would be:

f(x+2) = (2x^2 +bx+c )+ 12.... (2)

f(x+2) = f(x) +12

i'm stuck here..any siggestions pls?

Regards,
anu


Not to nit-pick but merely to suggest that I would not do so if I faced the question: why do you even calculate the roots/their sums/their products? This is not a question asking you to eke out the roots of the QE. Is it? I thought it is a waste of time. Just be wary that not every appearance that appears quadriatic needs be solved..That is a learning for me too.

Regards
Rahul
_________________

Regards
Rahul

Intern
Intern
Joined: 28 Feb 2011
Posts: 37
Followers: 0

Kudos [?]: 5 [0], given: 1

Re: Quadratic Equation Help Required [#permalink] New post 08 May 2011, 09:06
@ Rahul,
I too agree there is no need to calculate the sum/product of the roots. In the first instance i saw the question, i just wrote down the sum/product of the roots (thinking it might be of some use as I proceed solving the QE...but there is no use for the roots)..and yes in the real GMAT , it wud be waste of time doing this considering that there is only 2min for each question.

Anu
VP
VP
Status: There is always something new !!
Affiliations: PMI,QAI Global,eXampleCG
Joined: 08 May 2009
Posts: 1395
Followers: 8

Kudos [?]: 86 [0], given: 10

GMAT Tests User
Re: Quadratic Equation Help Required [#permalink] New post 08 May 2011, 22:18
x = (2-b)/4.

X will be in terms of b here.
_________________

Visit -- http://www.sustainable-sphere.com/
Promote Green Business,Sustainable Living and Green Earth !!

Re: Quadratic Equation Help Required   [#permalink] 08 May 2011, 22:18
    Similar topics Author Replies Last post
Similar
Topics:
New posts Quadratic Equation w07 3 16 Jul 2005, 07:48
New posts Quadratic equation jawwem 2 01 Jan 2007, 20:58
New posts Value in quadratic equation TriColor 2 17 Jun 2009, 18:09
New posts 1 Experts publish their posts in the topic Equating coefficients in a quadratic equation vicksikand 3 29 Oct 2010, 06:30
New posts Quadratic Equation Help!! anuu 2 06 May 2011, 19:27
Display posts from previous: Sort by

Quadratic Equation Help Required

  Question banks Downloads My Bookmarks Reviews  


cron

GMAT Club MBA Forum Home| About| Privacy Policy| Terms and Conditions| GMAT Club Rules| Contact| Sitemap

Powered by phpBB © phpBB Group and phpBB SEO

Kindly note that the GMAT® test is a registered trademark of the Graduate Management Admission Council®, and this site has neither been reviewed nor endorsed by GMAC®.