SOLUTION: The sum of a 3-digit number and a 1-digit number is 217. The product of the numbers is 642. If one number is between 200 and 225, what are the numbers?

Algebra ->  Customizable Word Problem Solvers  -> Numbers -> SOLUTION: The sum of a 3-digit number and a 1-digit number is 217. The product of the numbers is 642. If one number is between 200 and 225, what are the numbers?      Log On

Ad: Over 600 Algebra Word Problems at edhelper.com


   



Question 525708: The sum of a 3-digit number and a 1-digit number is 217. The product of the numbers is 642. If one number is between 200 and 225, what are the numbers?
Answer by lmeeks54(111) About Me  (Show Source):
You can put this solution on YOUR website!
There are two different ways to solve this (three if you count trial and error): one using algebra and one using a quickly built MS Excel spreadsheet (almost all of life can be modeled in Excel!) 8-)...
...
We can derive two equations with two unknowns, which are easy to solve:
...
a + b = 217
a * b = 642
...
There are also two other constraints:
...
Either a or b is a 3-digit number, and the other has 1 digit
the 3-digit number is 200 < a < 225
...
The classic method for two equations with two unknowns, in one equation, set one of the unknowns in terms of the other and insert that equality into the other equation so you are solving 1 equation with 1 unknown:
...
b = 217 - a
...
a * (217 - a) = 642
217a - a^2 = 642
...
subtract 642 from both sides to restate as a quadratic equation = 0:
...
-a^2 + 217a - 642 = 0
...
factor this equation:
...
(-a - 214)*(a - 3) = 0
...
a = -214 or 3
...
-214 is a nonsensical answer given our original problem, so we throw out that solution. We are left with a = 3
...
Plug a = 3 into the original a + b = 217 equation:
..
3 + b = 217
b = 217 - 3
b = 214
...
check our work with the other equation:
...
a * b = 642
3 * 214 = 642
642 = 642 checks...
...
cheers,
Lee
...
PS you could have done this faster with Excel. Set up a spreadsheet with 4 columns:
a, b, sum of a + b, product of a * b
...
fill the first column with all possible a's from 201 to 224
put a formula for b that equals 217 - a to fill that column
the 3rd column will always be 217
the 4th column will be the product of all possible a's and b's
...
look down the product column for 642. It appears where a = 214 and b = 3 (yes, I know, the reverse of how I labeled the variables above)...
...
The 3rd method was trial and error. Using some logic, you can eliminate most of the possible solutions so you don't have to check too many.
...
Of the 224 possible solutions given the constraint 200 < a < 225, the range of:
a = {201, 202, 203, 204, 205, 206, 207} yields a b that is not a 1-digit number. Those don't work.
...
Of the possible solutions with a > 217, b will be 0 (product doesn't work) or a negative number (product will go in the wrong direction)
...
Of the remaining potential solutions, any with a high b (b > 4 or 5) are going to produce a really large product of a and b.
...
Once you start thinking about this, you get to the solution very quickly.
...
8-)