FAQ: Induction and Strong Induction - Introduction to Proofs and Induction

This community-built FAQ covers the “Introduction to Proofs and Induction” exercise from the lesson “Induction and Strong Induction”.

Paths and Courses
This exercise can be found in the following Codecademy content:

[Beta] Discrete Math

FAQs on the exercise Introduction to Proofs and Induction

There are currently no frequently asked questions associated with this exercise – that’s where you come in! You can contribute to this section by offering your own questions, answers, or clarifications on this exercise. Ask or answer a question by clicking reply (reply) below.

If you’ve had an “aha” moment about the concepts, formatting, syntax, or anything else with this exercise, consider sharing those insights! Teaching others and answering their questions is one of the best ways to learn and stay sharp.

Join the Discussion. Help a fellow learner on their journey.

Ask or answer a question about this exercise by clicking reply (reply) below!
You can also find further discussion and get answers to your questions over in Language Help.

Agree with a comment or answer? Like (like) to up-vote the contribution!

Need broader help or resources? Head to Language Help and Tips and Resources. If you are wanting feedback or inspiration for a project, check out Projects.

Looking for motivation to keep learning? Join our wider discussions in Community

Learn more about how to use this guide.

Found a bug? Report it online, or post in Bug Reporting

Have a question about your account or billing? Reach out to our customer support team!

None of the above? Find out where to ask other questions here!

can i take this course with some basic math skills?

on introduction to proofs and induction, they’re asking to set the variable “guess” to the sum of the first 4 positive odd integers given 2i. so that would be 2(1) + 2(3) + 2(5) + 2(7) or 2 + 6 + 10 + 14, which is 32. however, the exercise is saying the answer is 25.

We are not being asked to apply the constraints given in the narrative (2 * i), just to sum the first five odd numbers that we are aware of from the counting sequence we learned as school children (Natural numbers).

1 + 3 + 5 + 7 + 9

It’s a guess because we’re doing it in our head, not on paper or by otherwise mechanical means. Induction is a real time thought process. We think it.

Computers can by no means replicate this, even with all the power of AI. It’s still our one true domain over the machine.

cool, thanks for the reply.

1 Like