Ask Question
22 May, 11:24

Write a recursive rule for all positive odd numbers.

+5
Answers (1)
  1. 22 May, 14:05
    0
    Consider the set of positive even numbers: 2, 4, 6, 8, ... Each next is equal to the previous plus 2. Relation of this type is called a recurrence relation. The set of positive even numbers is defined recursively in the following way: 2 is an even number if a is an even number, a + 2 is also an even number. Example 2: Consider the set of positive odd numbers 1, 3, 5, 7, 9, ... Each next is equal to the previous plus 2. The set of positive odd numbers is defined recursively in the following way: 1 is an odd number if a is an odd number, a + 2 is also an odd number.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “Write a recursive rule for all positive odd numbers. ...” in 📙 Mathematics if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers