Question
If 8x3 - 125y3 = (2x - Ay) X
(Bx2 + 25y2 + Cxy), then find the value of 3 X (2A + 6B) - 2C.Solution
8x3 - 125y3 = (2x - Ay) X (Bx2 + 25y2 - Cxy) We know that, a3 - b3 = (a - b) X (a2 + b2 + ab) So, 8x3 - 125y3 = (2x) 3 - (5y) 3 = (2x - 5y) X (4x2 + 25y2 + 2x X 5y) = (2x - 5y) X (4x2 + 25y2 + 10xy) So,(2x - Ay) X (Bx2 + 25y2 + Cxy) = (2x - 5y) X (4x2 + 25y2 + 10xy) On comparing coefficients of LHS and RHS, we get, A = 5, B = 4, and C = 10 So, 3 X (2A + 6B) - 2C = 3 X {2 X 5 + 6 X 4} - 2 X 10 = 3 X (10 + 24) - 20 = 3 X 34 - 20 = 102 - 20 = 82
What does the following code do?
x = [1, 2, 3]
y = [4, 5, 6]
z = x + y
Binary relationship has how many participating entities?
Which component of RDBMS allows users and applications to interact with the database through SQL queries?
Which circuit configuration has a single path for current flow?
Which type of tree structure is optimized for sequential access and range queries?
Simplify the following Boolean expression using Boolean algebra laws:
F = (A + B) * (A' + C) * (B + C)
What is the main purpose of a digital signature?
Which of the following is a key function of the network layer?
syntax of loops in shell scripting?
Default value of boolean variable in an array