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

g(n) = 2n + 1

Find h(n) − g(n)

asked
User Divinas
by
8.1k points

2 Answers

14 votes

Answer:

-n + 1

Explanation:

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

n + 2 - 2n - 1

-n + 1

answered
User Siva Pradhan
by
7.9k 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.

answered
User Igasparetto
by
8.6k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.