Math, asked by seharakulasinghe00, 10 hours ago

Given that E = {2, 4, 6, 8, 10}. If n represents any member of E, then, write the following sets containing all numbers represented by (a) (n + 1) (b) n 2

Answers

Answered by tamplatelab
2

Answer:

Please Mark me as a breanlist an please thank my ans because I am a new for breanly.so please your ans

Step-by-step explanation:

int AverageEvenNumbers( int n ) { return ( n / 2 ) + 1; } n / 2 will always give you an int, aka no decimals if n is 5 the even numbers are 2 and 4, the average is 3 (5) / 2 is 2 2 + 1 is 3 if n is 10 the even numbers are 2 4 6 8 10, the average is 6 10 / 2 is 5 5 + 1 is 6 enjoy.

Similar questions