1answer.
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
marta [7]
3 years ago
6

Given that f(x) is even and g(x) is odd, determine whether each function is even, odd, or neither. (f • g)(x) = ? (g • g)(x) = ?

Mathematics
2 answers:
vekshin13 years ago
7 0

Answer:

<h2>(f · g)(x) is odd</h2><h2>(g · g)(x) is even</h2>

Step-by-step explanation:

If f(x) is even, then f(-x) = f(x).

If g(x) is odd, then g(-x) = -g(x).

(f · g)(x) = f(x) · g(x)

Check:

(f · g)(-x) = f(-x) · g(-x) = f(x) · [-g(x)] = -[f(x) · g(x)] = -(f · g)(x)

(f · g)(-x) = -(f · g)(x) - odd

(g · g)(x) = g(x) · g(x)

Check:

(g · g)(-x) = g(-x) · g(-x) = [-g(x)] · [-g(x)] = g(x) · g(x) = (g · g)(x)

(g · g)(-x) = (g · g)(x) - even

Tresset [83]3 years ago
3 0

Answer:

(f*g)(x) is odd

(g*g)(x) is even

Step-by-step explanation:

A function is even when f(-x) = f(x) and is odd when g(-x) = -g(x).

(f*g)(-x) = f(x)*[-g(x)] = -[f(x)*g(x)]

That mean (f*g)(x) is odd. For example, take f(x) = x^2 and g(x) = x^3, f(x)*g(x) = x^5, which is odd.

(g*g)(-x) = g(-x)*g(-x) = [-g(x)]*[-g(x)] = g(x)*g(x)

That mean (g*g)(x) is even. For example, take g(x) = x^3, g(x)*g(x) = x^6, which is even.

You might be interested in
Two cars left at the same time. One car travels at an average of 7 miles per hour faster than the other one. First car got their
Elena L [17]

Answer:

s=50.999 and you can round it to s=50.1

Step-by-step explanation:

8 0
3 years ago
Sam borrows from the bank $12,000 to buy a car paying in simple interest $ 2,844 per year. Sam paid the loan in 3 years, what is
12345 [234]

Answer:

3,468

Step-by-step explanation:

i multiplied 2,844 by 3 and got 8,532 i then subtracted that from 12,000 and got 3,468

5 0
2 years ago
Triangle X Y Z is shown. The length of side X Y is (9 n + 12) feet and the length of side X Z is (15 n minus 6) feet. Angles X Y
posledela

*the figure is shown in the attachment

Answer/Step-by-step explanation:

Since <XYZ and <YZX are said to be congruent, therefore, the side opposite to each of the angle are also equal. Therefore, ∆XYZ is an isosceles ∆.

Find the value of n by creating an equation to solve for n:

XY = (9n + 12) ft

XZ = (15n - 6) ft

XY = XZ (2 equal lengths of isosceles ∆)

9n + 12 = 15n - 6 (substitution)

Combine like terms

9n - 15n = - 12 - 6

-6n = -18

Divide both sides by -6

-6n/-6 = -18/-6

n = 3

Find the length of leg XY by substituting n = 3 into XY = (9n + 12) ft.

XY = (9(3) + 12) ft

XY = (27 + 12) ft

XY = 39 ft

Find the length of leg XZ by substituting n = 3 into XZ = (15n - 6) ft.

XZ = (15(3) - 6) ft

XZ = (45 - 6) ft

XZ = 39 ft

7 0
2 years ago
Lisa's shop sells 5 quarts of ice cream each day. How much is this in pints?
Sergeeva-Olga [200]

Answer:

10

Step-by-step explanation:

We know there are 5 quarts.

There are 2 pints for each quart.

This can be though of as a ratio of:

2 : 1

There are 5 quarts, which is 5 times bigger than the ratio of 1.

So this means we need to mutliply both sides of the ratio by 5, to make the quarts equivelent to 5:

2*5 : 1*5

=

10 : 5

So for every 5 quarts there are 10 pints.

Hope this helps!

8 0
3 years ago
Solve each problem. NO LINKS!!!!!​
Sauron [17]
<h3>Answers:</h3>
  • Problem 10) There are 220 combinations
  • Problem 11) There are 126 combinations
  • Problem 12) There are 154,440 permutations
  • Problem 13) There are 300 different ways

============================================================

Explanations:

Problem 10

The order of the toppings doesn't matter. All that matter is the group itself. We'll use the combination formula nCr = (n!)/(r!*(n-r)!) where n = 12 and r = 3 in this case.

So,

nCr = (n!)/(r!*(n-r)!)

12C3 = (12!)/(3!*(12-3)!)

12C3 = (12!)/(3!*9!)

12C3 = (12*11*10*9!)/(3!*9!)

12C3 = (12*11*10)/(3*2*1)

12C3 = 1320/6

12C3 = 220

-------------------------

Problem 11

Like with problem 10, the order doesn't matter. This is assuming that each member on any given team has the same rank as any other member.

If you used the nCr combination formula, with n = 9 and r = 5, you should get the answer 126

Here's another way to get that answer.

There are 9*8*7*6*5 = 15120 different permutations. If order mattered, then we'd go for this value instead of 126

Within any group of five people, there are 5! = 120 different ways to arrange them. So we must divide that 15120 figure by 120 to get the correct value of 126 combinations

15120/120 = 126

Note the connection between nCr and nPr, namely,

nCr = (nPr)/(r!)

-------------------------

Problem 12

Now this is where order matters, because the positions in basketball are different (eg: a point guard differs from a center).

We have 13 choices for the first position, 12 for the second, and so on until we reach 13-r+1 = 13-5+1 = 9 as the number of choices for that last slot.

So we'll have 13*12*11*10*9 = 154,440 different permutations

Now if the condition that "each player can play any position" isn't the case, then the answer would very likely be different. This is because for the center position, for instance, we wouldn't have 13 choices but rather however many choices we have at center. To make the problem simpler however, your teacher is stating that any player can play at any slot. Realistically, the answer would be far less than 154,440

-------------------------

Problem 13

We have 6 applications for the 2 math positions. Order doesn't matter. That means we'll have 6C2 = 15 different ways to pick the math people. Use the nCr formula mentioned in problem 10. Since we'll use this value later, let's make x = 15.

There are 2 people applying for the chemistry teaching position, meaning there are 2 ways to fill this slot. We could compute 2C1 = 2, but that's a bit overkill in my opinion. Let y = 2 so we can use it later.

Similarly, there are 10 applicants for the Spanish teacher position, leading to 10 ways to get this position filled. You could compute 10C1 = 10 if you wanted to. Let z = 10 so we can use it later.

Once we figured out those x,y,z values, we multiply them together to get our final answer: x*y*z = 15*2*10 = 30*10 = 300

There are 300 different ways to select 2 math teachers, a chemistry teacher, and a Spanish teacher from a pool of 6 math applicants, 2 chemistry applicants, and 10 Spanish teacher applicants.

7 0
2 years ago
Other questions:
  • What is the value of x in the equation 2^2x = 2^3?
    13·1 answer
  • Simplify 24 − (23 + 22).<br> HELP FAST
    15·2 answers
  • The average number if students in three classrooms was 24 altogether how many students were in three classrooms? I need the work
    15·1 answer
  • WILL MARK BRANLIEST A graph is shown below: Dotted line joining negative 1, negative 2 and 5,0 and the region above the line is
    12·1 answer
  • Can someone help me solve please<br><img src="https://tex.z-dn.net/?f=x%20%2B%202%20%5Csqrt%7Bx%7D%20%20-%203%20%3D%200" id="Tex
    13·2 answers
  • (Geometry) WILL GIVE BRAINLIEST. Also, more similar questions are on my page please help!
    15·1 answer
  • You and your best friend decide to go to dinner at Chickfila. You each
    14·1 answer
  • Multiply.<br> 7.8 x 100<br> 7.83 x 10,000
    7·2 answers
  • QUESTION 1
    15·1 answer
  • Solve for x ( angle solving )
    8·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!