InterviewSolution
Saved Bookmarks
| 1. |
`(79^(2) - 9^(2))/(89^(2) - 9^(2)) = "_________"`A. `(5)/(8)`B. `(13)/(15)`C. `(6)/(9)`D. `(11)/(14)` |
|
Answer» Correct Answer - D `((79 + 9) (79-9))/((89 + 9) (89-9))` `= (88 xx 70)/(98 xx 80) = (11)/(14)` Hence , the correct option is (d) . |
|