Lesson Find the number using quadratic equation

Algebra ->  Customizable Word Problem Solvers  -> Numbers -> Lesson Find the number using quadratic equation      Log On

Ad: Over 600 Algebra Word Problems at edhelper.com


   


This Lesson (Find the number using quadratic equation) was created by by ikleyn(52750) About Me : View Source, Show
About ikleyn:

Find the number using quadratic equation


Problem 1

Find two integers with a product of  -40  and a sum of  -3.

Solution


ANSWER.   The numbers are  -8  and  5.

Two solutions are possible.


One solution is to guess the answer.

A person familiar with the multiplication table, can do it mentally (without using equations) in 5 seconds.



Alternative solution is algebraic.


    x + y = -3     (1)

    xy = -40.      (2)


From equation (1), express  y = -3 - x  and substitute to equation (2)

    x*(-3-x) = -40.


Simplify it and reduce to the standard form of the quadratic equation

    -x^2 - 3x + 40 = 0,   or, equivalently,

     x^2 + 3x - 40 = 0.


You may solve the last equation EITHER factoring

    (x+8)*(x-5) = 0

OR using the quadratic formula

    x%5B1%2C2%5D = %28-3+%2B-+sqrt%283%5E2+-+4%2A%28-40%29%29%29%2F2 = %28-3+%2B-+sqrt%28169%29%29%2F2 = %28-3+%2B-+13%29%2F2.


It gives you the answer that is placed at the very beginning of my post.

Problem 2

Two positive integers differ by  6.  Their product is  616.  Find the integers.

Solution

Let the smaller integer is x; then the greater integer is (x+6).


Then you write the condition for the product


    x*(x+6) = 616,

or

    x^2 + 6x - 616 = 0.


Use the quadratic formula to solve this quadratic equation.


    x%5B1%2C2%5D = %28-6+%2B-+sqrt%28%28-6%29%5E2+%2B+4%2A616%29%29%2F2 = %28-6+%2B-+sqrt%282500%29%29%2F2 = %28-6+%2B-+50%29%2F2


Only the positive root is the solution to the problem  x = %28-6+%2B+50%29%2F2 = 44%2F2 = 22.


ANSWER.  The numbers are 22 and 28.

Problem 3

The difference of two positive numbers is six.  Their product is  223  less than the sum of their squares.
What are the two numbers?

Solution

Let x be the larger number, y be the lesser number.


Then

x - y = 6,                (1)
xy = x^2 + y^2 - 223.     (2)


Square equation (1) (both sides).  Keep equation (2) as is:

x^2 - 2xy + y^2 =  36,    (3)
x^2 - xy  + y^2 = 223     (4)    (<<<---=== it is transformed eq(2) )

----------------------------------Subtract eq(3) from eq(4). You will get

      xy        = 187.


Now you have system of two equations

x - y =   6,
xy    = 187.


It is reduced to the quadratic equation

x*(x-6) = 187

x^2 -6x - 187 = 0

x%5B1%2C2%5D = %286+%2B-+sqrt%2836+%2B+4%2A187%29%29%2F2 = %286+%2B-+28%29%2F2,

x%5B1%5D = %286%2B28%29%2F2 = 17,  y%5B1%5D = 11.

x%5B2%5D = %286-28%29%2F2 = -11,  y%5B2%5D = -17.


Answer.  There are TWO solutions:   a) (x,y) = (17,11);  b) (x,y) = (-11,-17).      

         Since the problem asks about positive numbers, only first pair satisfies this requirement.

Problem 4

The sum of a number and its reciprocal is  10/3.  What is the number?

Solution

There are two ways to solve this problem. One way is easy and gives the solution in 3-4-5 seconds.

The other way is formal, through solving a quadratic equation.

I will show you both ways.


                Easy way


After reading the condition, turn on your mind.


     10%2F3 = 3 1%2F3 = 3 + 1%2F3.


So, the number is  3  and its reciprocal is  1%2F3.    


It is one answer.  Another answer is THIS:


    The number is  1%2F3  and its reciprocal is 3.

Thus easy way is complete.


                The formal way


Let x be the number; then reciprocal is  1%2Fx.

The equation is THIS:

    x + 1%2Fx = 10%2F3.


Multiply both sides by 3x


    3x^2 + 3 = 10x

    3x^2 - 10x + 3 = 0

    x%5B1%2C2%5D = %2810+%2B-+sqrt%2810%5E2+-+4%2A3%2A3%29%29%2F%282%2A3%29 = %2810+%2B-+sqrt%2864%29%29%2F6 = %2810+%2B-+8%29%2F6.


One root is  x%5B1%5D = %2810%2B8%29%2F6 = 18%2F6 = 3.


The other root is  x%5B2%5D = %2810-8%29%2F6 = 2%2F6 = 1%2F3.


Thus we solved the problem formally and obtained  BOTH  solutions (!)


Some people, some students and some teachers consider such problems as  "joke" problems,
that can be solved mentally in 3-4-5 seconds using easy way.


For advanced young students of the  5th - 6th grade level,  who are able manipulate fractions freely,
it is a  "joke" problem,  which  SHOULD  be solved mentally,  and it is fan for them to do it.


For other students,  the formal way is often very boring and torturing way to solve the problem formally.


Good student should know both ways.

Without knowing both ways,  Math education can not be considered as complete.

Therefore,  I started with this easy  "joking"  mode.


Problem 5

One positive number is  10  less than another positive number.  If the reciprocal of the smaller number is added
to three times the reciprocal of the larger number,  the sum is  1/4.  Find the two numbers.

Solution

Let x be the greater number, y be the lesser number.
Then from the condition you have this system of two equations

x - y = 10,      (1)

3%2Fx + 1%2Fy = 1%2F4.     (2)


From equation (1), express x = 10 + y  and substitute it into equation (2), replacing x.

You will get a single equation for y:

3%2F%2810%2By%29 + 1%2Fy = 1%2F4.


To solve it, multiply both sides by 4y*(10+y).  You will get

12y + 4*(10+y) = y*(10+y).


Simplify and solve for y:


12y + 40 + 4y = y^2 + 10y,

y^2 - 6y - 40 = 0.


Factor left side

(y-10)*(y+4) = 0.


The last equation has two solutions y= 10  and  y= -4,  but only one of them, y= 10, is positive.

The other solution does not work.


So, the problem has only one solution:  y= 10,  x = y+10 = 10+10 = 20.


Answer.  The solution is  x= 20, y= 10.

Check.   x - y = 10;

        3%2Fx + 1%2Fy = 3%2F20 + 1%2F10 = 3%2F20+%2B+2%2F20 = 5%2F20 = 1%2F4   ! Correct !

Problem 6

The product of two consecutive odd integers is  323.  Find the integers.

Solution

Let x be the EVEN integer exactly midway between the two odd consecutive integers.


Then the odd integers are (x-1) and (x+1), and


    (x+1)*(x-1) = 323.   or


     x^2 - 1    = 323

     x^2        = 323 + 1 = 324

     x                    = +/- sqrt%28324%29 = +/- 18.


So, the positive odd integers are 17 and 19;

    the negative odd integers are -19 and -17.


My other lessons in this site for word problems on finding numbers are
    - Simple and simplest word problems on finding numbers solved by different methods
    - Find the number using a single linear equation
    - Find the numbers using system of equations
    - Digit problems - Find the number using system of equations
    - Entertainment problems on finding numbers
    - OVERVIEW of lessons for word problems on finding numbers

Use this file/link  ALGEBRA-I - YOUR ONLINE TEXTBOOK  to navigate over all topics and lessons of the online textbook  ALGEBRA-I.


This lesson has been accessed 1786 times.