Rule :5n + 2

Input,n 1 2 3 4 5
Process
Output

Input 1 Process 5(1)+2 Output 7
input 2 process 5(2)+2 Output 12
input 3.process 5(3)+2 output 17
input 4. Process 5(4)+2 output 22
input 5. process 5(5)+2 output 27

To calculate the values of the expression 5n + 2 for different input values of n, follow these steps:

1. Start with the given expression 5n + 2.
2. Substitute the first input value of n into the expression.
- For example, when n is 1: 5(1) + 2.
3. Simplify the expression by performing the multiplication and addition.
- In this case: 5(1) + 2 = 5 + 2 = 7.
4. The output value is obtained by evaluating the simplified expression.
- For the first input of n, the output is 7.
5. Repeat steps 2-4 for each additional input value of n, substituting it into the expression, simplifying, and calculating the output.
- For n = 2: 5(2) + 2 = 10 + 2 = 12.
- For n = 3: 5(3) + 2 = 15 + 2 = 17.
- For n = 4: 5(4) + 2 = 20 + 2 = 22.
- For n = 5: 5(5) + 2 = 25 + 2 = 27.

Therefore, the output values for the input values 1, 2, 3, 4, and 5 are 7, 12, 17, 22, and 27 respectively.