gurkertjatt
gurkertjatt gurkertjatt
  • 15-03-2022
  • Mathematics
contestada

H(n)=n+2

g(n) = 2n + 1

Find h(n) − g(n)

Respuesta :

arabellasdt
arabellasdt arabellasdt
  • 15-03-2022

Answer:

-n + 1

Step-by-step explanation:

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

n + 2 - 2n - 1

-n + 1

Answer Link

Otras preguntas

The fact that the united states has the longest road system of any developed nation shows that the country has a _________________.
The vertex form of the equation of a horizontal parabola is given by x=1/4p(y-k)2+h , where (h, k) is the vertex of the parabola and the absolute value of p is
The congruency theorem can be used to prove that △wut ≅ △vtu.
Write an equation howing the relationhip. Ue `E` to repreent energy and `d` to repreent the number of day
How much energy does it take to warm 1. 0 kg of ice from −40°c to 0°c? the specific heat of ice is 2090 j/kg°c.
A kid is standing on a merry-go-round 1.14 m from the center rotating at 2.38 rad/s. What is his linear velocity?
A layer of ethyl alcohol (n = 1. 361) is on top of water (n = 1. 333). To the nearest degree, at what critical angle relative to the normal to the interface of
A toy jeep i 12 and 1/2 inche long while an actual jeep meaure 18 3/ 4 feet long what i the value of the ratio length of the toy jeep to the length of the actua
Circle a ha a diameter of 9cm. Cirlce b ha a radiu of 5 cm. 1. Which circle ha a larger circumference? 2. About how many centimeter larger i it
What is the value returned by the following function? int function( ) { int value = 35; return value + 5; value += 10; }