Question
When the sum of the squares of two positive integers is
given as 1,600, and their product is given as 768. Determine the value of the smaller integer.Solution
ATQ, Let, the two numbers be 'm' and 'n', such that, 'm > 'n'. ATQ, m 2 + n2 = 1600 And, m × n = 768 We know that, (a + b)2 = a2 + b2 + 2ab, and, (a - b)2 = a2 + b2- 2ab So, (m + n)2 = 1600 + 2 × 768 Or, (m + n)2 = 1600 + 1536 Or, (m + n)2 = 3136 Since both the numbers are greater than zero. So, m + n = 56 ....(i) Similarly, (m - n)2 = m2 + n2- 2mn So, m - n = 8 ....(ii) On subtracting equation (ii) from equation (i) , we get, 2n = 48 So, n = 24 So, the value of the smaller number = n = 24
Why classes are known as abstract data types (ADT)?
Which company originally developed the Go programming language?
What happens to the memory allocated to a local variable when the function exits?
Which type of memory is faster to access and closer to the processor, providing temporary storage for frequently used data?
Which command will help you to find the time of how long the system is being running?
Which of the following clause return specific rows?
Conditional statements are also known as ________ statements.
Which scheduling policy uses priority levels to determine the order of execution?
What is a "token" in lexical analysis?
What is the purpose of a "private blockchain"?