| 1. |
A positive integer whose sum is -5 |
|
Answer» Answer: Positive integer = 6 Negative Integer = -11 Step-by-step explanation: Positive INTEGERS : The positive integers are the numbers 1, 2, 3, ... sometimes called the counting numbers or natural numbers, denoted +Z . They are the solution to the simple linear RECURRENCE equation. Negative Integers : The negative integers are the numbers -1, -2, -3, ... sometimes called the counting numbers or natural numbers, denoted -Z . They are the solution to the simple linear recurrence equation. Now, We need to find a negative and positive integer such that their sum is -5 Let positive integer be X and negative integer be y Take x = 6 ⇒ 6 + y = -5 ⇒ y = -5 - 6 ⇒ y = -11 So, Positive integer = 6 Negative Integer = -11 |
|