InterviewSolution
Saved Bookmarks
| 1. |
Is of two consecutive odd natural numbers is . Find those1235numbers. |
|
Answer» suppose two numbers are a-d and a+d1/(a-d)+1/(a+d)=12/35(a+d+a-d)/(a^2-d^2)=12/352a/(a^2-d^2)=12/35a/(a^2-d^2)=6/35so a=6 and d=1so numbers are 5 and 7 |
|