InterviewSolution
Saved Bookmarks
| 1. |
If a2x + b2y + c2z = 9x + 121y + 81z, where a, b, c are positive integers, then find the value of c + a - b1. 12. -313. -14. 5 |
|
Answer» Correct Answer - Option 1 : 1 Given- a2x + b2y + c2z = 9x + 121y + 81z Concept Used- Comparison of both sides of an equation. Calculation- a2x + b2y + c2z = 9x + 121y + 81z Comparing both sides of the above equation we get, a = 3, b = 11, c = 9 c + a - b = 9 + 3 - 11 ∴ c + a - b = 1 |
|