The difference of square of two number is 180. The square of smaller n...
Problem Statement: The difference of square of two number is 180. The square of smaller number is 8 times the larger number. Find the two numbers.
Solution:
Let's assume two numbers as x and y, where x is the smaller number and y is the larger number.
Equation 1: The difference of square of two number is 180
According to the problem statement, we can write the equation as:
x^2 - y^2 = 180
Equation 2: The square of smaller number is 8 times the larger number
According to the problem statement, we can write the equation as:
x^2 = 8y
Solving the Equations:
We can use the substitution method to solve the equations.
Substituting the value of x^2 from Equation 2 in Equation 1, we get:
8y - y^2 = 180
Rearranging the equation, we get:
y^2 - 8y + 180 = 0
We can solve this quadratic equation using the quadratic formula:
y = [8 ± √(8^2 - 4*1*180)]/2
y = [8 ± √(-304)]/2
The value under the square root is negative, which means there are no real solutions for y.
Therefore, there are no real solutions for the two numbers x and y that satisfy the given conditions.
Conclusion: The given problem does not have any real solutions for the two numbers x and y.
The difference of square of two number is 180. The square of smaller n...