

InterviewSolution
Saved Bookmarks
1. |
gary sold 8 more tickets than peter. tracy sold 12 less than peter. they sold 50 tickets in total. how many tickets did gray sell. |
Answer» <html><body><p>g, Peter sold tickets = x ( Because both the Gary and tracy tickets are according to Peter) Gary = x + 8 ( Sold 8 more ticket than Peter, given) Tracy = x - 12 ( Sold 12 less ticket than Peter, given) Total tickets sold = 50So Peter + Gary + Tracy = 50Therefore, x + x +8 + x -12 = 503x - 4 = 503x = 54x = 18Therefore, Peter sold x Tickets = 18Garry sold 8 More than Peter (x + 8) = 26Tracy sold 12 less than Peter (x - 12) = 6So, Total tickets sold = 18 (Peter) + <a href="https://interviewquestions.tuteehub.com/tag/26-298265" style="font-weight:bold;" target="_blank" title="Click to know more about 26">26</a> (Garry) + <a href="https://interviewquestions.tuteehub.com/tag/6-327005" style="font-weight:bold;" target="_blank" title="Click to know more about 6">6</a> Tracy = 50 Tickets. So Gary (<a href="https://interviewquestions.tuteehub.com/tag/gray-1011388" style="font-weight:bold;" target="_blank" title="Click to know more about GRAY">GRAY</a>) sold 26 Tickets.</p></body></html> | |