Question

In: Math

Consider Cardano's problem of finding two numbers whose sum is 10 and whose product is 40....

Consider Cardano's problem of finding two numbers whose sum is 10 and whose product is 40.

a) Cardano knew beforehand that no such (real) numbers existed. How did he know? Can you prove it?

b) Solve the system of equations x+y=10 and xy=40 to find Cardano's complex solution.

c) Check that this solution does work-that is, thatb the sum of your complex numbers is 10 and that their product is 40.

Solutions

Expert Solution

a)These two numbers must be both positive. If they are both negative, their product could be 40 but then their sum would be a negative number, not 10. If they are one positive and one negative, then their product would be a negative number, not 40.

Two positive integers whose sum is 10. Their product would be the greatest when they are equal. This is a fact my son learnt from geometry: of all the rectangles with same perimeter, square is the one with greatest area.

So in this case, the biggest product of these two numbers would be 5 x 5 = 25. Since 40 is higher than 25, this is impossible.

b)So first I'd solve for y in one equation.

x+y=10

y= 10-x

Then I'd put that in the other equation.
xy=40

x(10-x) = 40

-x^2 + 10x = 40

x^2 - 10x +40=0

Now do the quadratic formula.

The discriminant is negative.

100-4(1)(40)= -60

Which have two imaginary roots :
x = 5 + sqrt(15)i
x = 5 - sqrt(15)i


Related Solutions

Equation: f(x)=x^3-6x^2+40 Find two numbers whose product is maximum, but whose sum is 2. Repeat the...
Equation: f(x)=x^3-6x^2+40 Find two numbers whose product is maximum, but whose sum is 2. Repeat the previous problem using the product x^2 · y and the sum 2?
Consider the problem of finding if an array contains a pair of integers with a sum...
Consider the problem of finding if an array contains a pair of integers with a sum of 100. The array contains n integers. a. Define the signature (header) of a C++ function that solves this problem (hint: inputs/outputs of function) b. Write the pseudocode or C++ body of the function (extra credit: write the most efficient algorithm) c. What is the asymptotic complexity of your algorithm? d. What would be the complexity of the best algorithm for this problem if...
Find three positive numbers whose sum is 400 and whose product is a maximum. show all...
Find three positive numbers whose sum is 400 and whose product is a maximum. show all steps or don't solve please
The sum of two numbers is 34. a)Find the largest possible product of these numbers.
  1-The sum of two numbers is 34.    a)Find the largest possible product of these numbers.    b)What would be the largest possible product if the sum if the two numbers were "k"? 2-Sixty meters of fencing are used to fence a rectangular garden.    a)Find the dimensions that will give that maximum area.    b)What would be the maximum area if "k" feet of fencing were used in terms of "k"? THANK YOU
Two dice are rolled. 1. Find the probability of getting two numbers whose sum is greater...
Two dice are rolled. 1. Find the probability of getting two numbers whose sum is greater than 10 2. Find the probability of getting two numbers whose sum is less than 13. 3. Find the probability of getting two numbers whose sum is less than or equal to 10.
Sum of numbers between 1 and 10
Calculate the values from the  smallest number to the largest number
Of all the numbers whose difference is 54, find the two that have the minimum product.
Of all the numbers whose difference is 54, find the two that have the minimum product.
The sum of two numbers is 35 and their difference is 13. Find the numbers?
The sum  of two numbers is 35 and their difference is 13. Find the numbers?
Overflow. Find out what happens when you try to add two numbers whose sum exceeds the...
Overflow. Find out what happens when you try to add two numbers whose sum exceeds the maximum integer value (just over two billion, one hundred million). Test two billion plus two billion. What result did you get? Explain why overflow happens on a computer. Explain inexact results on integer division such as: 2 / 5 = 0 and 51 / 25 = 2
Input 10 integers and display the following: a. the sum of even numbers. b. the sum...
Input 10 integers and display the following: a. the sum of even numbers. b. the sum of odd numbers. c. the largest integer d. the smallest integer e. the total count of even numbers f. the total count of odd numbers. Using C++ program with for loop..
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT