1.

If the sum of two consecutive numbers is 71 and one number is x, then the other number is ?

Answer» <html><body><p><strong>Step-by-step explanation:</strong></p><p>If the sum of <a href="https://interviewquestions.tuteehub.com/tag/two-714195" style="font-weight:bold;" target="_blank" title="Click to know more about TWO">TWO</a> <a href="https://interviewquestions.tuteehub.com/tag/consecutive-929616" style="font-weight:bold;" target="_blank" title="Click to know more about CONSECUTIVE">CONSECUTIVE</a> numbers is 71 and one <a href="https://interviewquestions.tuteehub.com/tag/number-582134" style="font-weight:bold;" target="_blank" title="Click to know more about NUMBER">NUMBER</a> is x, then it can be represented as- A None of these B x + x = 71 <a href="https://interviewquestions.tuteehub.com/tag/c-7168" style="font-weight:bold;" target="_blank" title="Click to know more about C">C</a> X + (x+1) = 71 D X + (x+2) = 71 ` 71 x + 37 y = <a href="https://interviewquestions.tuteehub.com/tag/253-1830571" style="font-weight:bold;" target="_blank" title="Click to know more about 253">253</a> `, <br/> ` 37 x + 71 y = 287`.</p></body></html>


Discussion

No Comment Found