

InterviewSolution
Saved Bookmarks
1. |
Find x if abs[[2,4],[5,1]]=abs[[2x,4],[6,x]] |
Answer» <html><body><p></p>Solution :The given equation may be <a href="https://interviewquestions.tuteehub.com/tag/written-732709" style="font-weight:bold;" target="_blank" title="Click to know more about WRITTEN">WRITTEN</a> as <br/> 2-20 = `2x^2 - 24 <a href="https://interviewquestions.tuteehub.com/tag/implies-1037962" style="font-weight:bold;" target="_blank" title="Click to know more about IMPLIES">IMPLIES</a> -<a href="https://interviewquestions.tuteehub.com/tag/18-278913" style="font-weight:bold;" target="_blank" title="Click to know more about 18">18</a> = 2x^2 - 24 implies 2x^2 = 6 implies x^2 = <a href="https://interviewquestions.tuteehub.com/tag/3-301577" style="font-weight:bold;" target="_blank" title="Click to know more about 3">3</a>`</body></html> | |