answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Mashutka [201]
1 year ago
5

Which of the following is an even function g(x) = (x – 1)2 + 1g(x) = 2x2 + 1g(x) = 4x + 2g(x) = 2x

Mathematics
2 answers:
GuDViN [60]1 year ago
8 0
An even function can be reflected about the y axis and map onto itself
example: y=x^2

an odd function can be reflected about the origin and map onto itself
example: y=x^3


a simple test is the following

if f(x) is even then f(-x)=f(x)
if f(x) is odd then f(-x)=-f(x)


so

even function
subsitute -x for each and see if we get the same function
remember to fully expand these

g(x)=(x-1)^2+1=x^2-2x+1+1=x^2-2x+2 is the original one

g(x)=(x-1)^2+1
g(-x)=(-x-1)^2+1
g(-x)=(1)(x+1)^2+1
g(-x)=x^2+2x+1+1
g(-x)=x^2+2x+2
not same because the original has -2x
not even


g(x)=2x^2+1
g(-x)=2(-x)^2+1
g(-x)=2x^2+1
same, it's even

g(x)=4x+2
g(-x)=4(-x)+2
g(-x)=-4x+2
not the same, not even

g(x)=2x
g(-x)=2(-x)
g(-x)=-2x
not same, not even



g(x)=2x²+1 is the even function
zepelin [54]1 year ago
4 0

Answer:

2nd function is even function.

Step-by-step explanation:

Given Functions are

1.\: g(x)=(x-1)^2+1\\2.\:g(x)=2.x^2+1\\3.\:g(x)=4.x+2\\4.\:g(x)=2.x

Even Functions are functions whose value didnt change if we replace the variable with negative of the variable.i.e., f(x) = f(-x)

here,

1st function

g(x)=(x-1)^2+1\implies g(x)= x^2-2.x+1+1\implies g(x)=x^2-2.x+2

replacing x by -x we get

g(-x)=(-x)^2-2.(-x)+2\\g(-x)=x^2+2.x+2\\\implies g(-x)\neq g(x)

∴ It is not an even function.

2nd function

g(x)=2.x^2+1

replacing x by -x we get,

g(-x)=2.(-x)^2+1\\g(-x)=2.x^2+1\\\implies g(-x)=g(x)

∴It is an even function.

3rd function

g(x)=4.x+2

replacing x by -x we get,

g(-x)=4.(-x)+2\\g(-x)=-4.x+2\\\implies g(-x)\neq g(x)

∴It is not an even function

4th function

g(x)=2.x

replacing x by -x we get,

g(-x)=2.(-x)\\g(-x)=-2.x\\\implies g(-x)\neq g(x)

∴It is not an even function

Therefore, only 2nd function is even function.

You might be interested in
Solve equation for b. H=m+1/5rb
Ad libitum [116K]

Answer:

Step-by-step explanation:

7 0
2 years ago
The quotient of 36 and 3 is j. write expression
Dovator [93]
This might be a mistake but i'll give it a go:

36/3 = j
4 0
2 years ago
Read 2 more answers
The owner of a music store received a shipment of 1532 cds came in 37 boxes. The same number of cds were in 36 of the boxes. How
AVprozaik [17]

Answer:

20 CDs

Step-by-step explanation:

36 x 42 = 1512

1532 - 1512 = 20

The last box has 20 CDs

6 0
2 years ago
in one day annie traveled 5 times the sum of the number of hours brian traveled and 2. Together they traveled 20 hours. Find the
LekaFEV [45]
In order to solve this mathematical problem we can first consolidate and observe the given values and the values that are not known in the stated problem. Annie traveled 5 times the sum of the number of hours Brian traveled and 2. Together they traveled 20 hours. Find the numbers.
Equation, <span><span>
1. </span><span> 5(y) + 2 = 20</span></span>
<span><span>2. </span><span> 5y = 20 – 2</span></span> <span><span>
3. </span><span> 5y = 18</span></span>
<span><span>4. </span><span> Y = 18 / 5</span></span> <span><span>
5. </span><span> Y = 3.6</span></span> <span><span>
6. </span><span> 5y = 5(3.6)</span></span> <span><span>
7. </span><span> Annie = 18</span></span>
Hence, Annie traveled 18 hours while Brian traveled 3.6 hours.  



8 0
1 year ago
Approximately how much principal would need to be placed into an account earning 3.575% interest compounded quarterly so that it
Ainat [17]

<u>Answer-</u>

<em>$23377</em><em> must be deposited to get $68000 at the end of 30 years.</em>

<u>Solution-</u>

We know that for compound interest,

A=P(1+\dfrac{r}{n})^{nt}

Where,

A = Future amount = $68,000

P = ??

r = 3.575% annual = 0.03575

n = 4 as interest is compounded quarterly

t = time in year = 30 years

Putting the values,

\Rightarrow 68000=P(1+\dfrac{0.03575}{4})^{4\times 30}

\Rightarrow 68000=P(1.0089375)^{120}

\Rightarrow P=\dfrac{68000}{(1.0089375)^{120}}

\Rightarrow P=23377.45

Therefore, $23377 must be deposited to get $68000 at the end of 30 years.



7 0
1 year ago
Read 2 more answers
Other questions:
  • The hospital shop buys cereal bars in boxes of 4.
    11·1 answer
  • an apple Orchard sells apples in bags of 10. the orchard sold a total of 2,430 apples one day. how many bags of apples was this
    6·2 answers
  • four times the first of three consecutive odd integers is five less than the product of three and the third integer find the int
    9·1 answer
  • Write a function max that has two c string parameters and returns the larger of the two.
    12·1 answer
  • What is the greatest possible percent error in calculating the volume of a box measured to the nearest inch with sides of 5 in.,
    12·2 answers
  • Which explains why Ramone’s equation has no solution?
    12·2 answers
  • Sketch the region enclosed by the given curves. Decide whether to integrate with respect to x or y. Draw a typical approximating
    11·1 answer
  • In each of Problems 5 through 10, verify that each given function is a solution of the differential equation.
    15·1 answer
  • Two pools are being drained. To start, the first pool had 3700 liters of water and the second pool had 4228 liters of water. Wat
    9·1 answer
  • In ΔKLM, m = 59 cm, ∠L=111° and ∠M=60°. Find the length of l, to the nearest centimeter.
    14·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!