Problem 70
Question
Among all of the pairs of numbers whose difference is 12, find the pair with the smallest product. What is the product?
Step-by-Step Solution
Verified Answer
The smallest product is -36, from the pair (6, -6).
1Step 1: Define the Variables
Let's define two variables: let the first number be \( x \) and the second number be \( y \). Since their difference should be 12, we can write the equation as \( x - y = 12 \).
2Step 2: Express One Variable in Terms of the Other
From the equation \( x - y = 12 \), express \( y \) in terms of \( x \). This gives us the equation: \( y = x - 12 \).
3Step 3: Set Up the Product Function
We want to find the pair whose product is smallest. The product \( P \) of the two numbers is \( P = x \cdot y = x(x - 12) \). This simplifies to \( P = x^2 - 12x \), which is the function we need to minimize.
4Step 4: Find the Minimum of the Quadratic Function
The expression \( P = x^2 - 12x \) is a quadratic function in the standard form \( ax^2 + bx + c \) with \( a = 1 \), \( b = -12 \), and \( c = 0 \). The minimum value of this quadratic function occurs at the vertex, which has an \( x \)-coordinate of \( x = -\frac{b}{2a} = \frac{12}{2} = 6 \).
5Step 5: Calculate the Corresponding Pair and Product
Substitute \( x = 6 \) back into the expression for \( y \): \( y = x - 12 = 6 - 12 = -6 \). Thus, the pair is \( (6, -6) \). The product is \( P = 6 \cdot (-6) = -36 \).
6Step 6: Verify and Conclude
Verify that the difference between 6 and -6 is indeed 12, and confirm that this yields the minimum product. Therefore, the smallest product for any such pair is \(-36\).
Key Concepts
Difference of NumbersVertex of a ParabolaProduct of Numbers
Difference of Numbers
In the given problem, we are tasked with finding pairs of numbers with a specific difference of 12. The "difference of numbers" is simply the result when one number is subtracted from another. Here, the difference we are given is 12. This means that the first number, let's call it \( x \), minus the second number, \( y \), equals 12. Mathematically, it is represented as:
- \( x - y = 12 \)
Vertex of a Parabola
A parabola's vertex is a crucial point when dealing with quadratic functions, such as our product function \( P = x^2 - 12x \). This quadratic expression stands in the form \( ax^2 + bx + c \), where \( a = 1 \), \( b = -12 \), and \( c = 0 \). The vertex of the parabola gives the point where the function reaches its minimum or maximum value (minimum in this problem as the coefficient of \( x^2 \) is positive).
- The x-coordinate of the vertex is found using the formula:
\(-\frac{b}{2a}\) - Substituting our values, we have \(-\frac{-12}{2 \times 1} = 6\)
Product of Numbers
The concept of "product of numbers" refers to the result obtained from multiplying two numbers together. In this scenario, after determining the relationship \( y = x - 12 \), the product of the two numbers \( x \) and \( y \) is expressed as:
- \( P = x \times y = x(x - 12) = x^2 - 12x \)
- \( P = 6 \times (-6) = -36 \)
Other exercises in this chapter
Problem 70
For the following exercises, use the given volume of a box and its length and width to express the height of the box algebraically. Volume is \(10 x^{3}+30 x^{2
View solution Problem 70
For the following exercises, use a calculator to approximate local minima and maxima or the global minimum and maximum. $$ f(x)=-x^{4}+3 x-2 $$
View solution Problem 70
Use the written statements to construct a polynomial function that represents the required information. A rectangle is twice as long as it is wide. Squares of s
View solution Problem 71
Find the dimensions of the box described. The length is twice as long as the width. The height is 2 inches greater than the width. The volume is 192 cubic inche
View solution