173k views
25 votes
H(n)=n+2

g(n) = 2n + 1

Find h(n) − g(n)

User Divinas
by
4.5k points

2 Answers

14 votes

Answer:

-n + 1

Explanation:

(n + 2) - (2n + 1)

n + 2 - 2n - 1

-n + 1

User Siva Pradhan
by
4.0k points
7 votes

Answer:


\sf \: -n + 1

Explanation:

Given information,

→ h(n) = n + 2

→ g(n) = 2n + 1

Now we have to,

→ find the value of h(n) - g(n).

Then required value will be,

→ h(n) - g(n)

→ (n + 2) - (2n + 1)

→ n + 2 - 2n - 1

→ (n - 2n) + (2 - 1)

→ (-n) + (1)

→ -n + 1

Hence, the value is -n + 1.

User Igasparetto
by
4.5k points