I am given a list with 5 questions. If I answer 1 question in the list incorrectly, 5 more questions would be added to my list. If I want to complete no more than 100 questions, how many questions (maximum) can I answer incorrectly?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
If I want to do no more than 100 questions wrong, let questions I can answer incorrectly be x . then, number of questions done: 1 0 0 = 5 ( x + 1 ) . Solving for x results in 19. Thus, maximum of 19 questions can be answered incorrectly.