Answer:
Step-by-step explanation:
symmetry with respect to y-axis for y=f(x) means f(-x)=f(x)
in this case, y = f(x) = x / (x^2+4)
f(-x) = -x / ((-x)^2+4) = -x / (x^2+4) = -f(x)
so it is not symmetric to y-axis
symmetry with respect to x-axis for x=g(y) means g(-y)=g(y)
in this case, y = x / (x^2+4)
y*(x^2+4) = x
y*x^2 + 4y - x = 0
substitute -y into g(y)
(-y)*x^2 +4(-y) - x = 0
-y*x^2 - 4y - x = 0
y*x^2 + 4y + x = 0
so g(-y) is not equal to g(y)
so it is not symmetric to x-axis
Answer:
import pandas as pd
vec = pd.Series([7.12,24,4,18,12,9])
vec.plot(kind = 'hist')
Step-by-step explanation:
You can use python for that.
By doing
import pandas as pd
vec = pd.Series([7.12,24,4,18,12,9])
vec.plot(kind = 'hist')
And this is the result you get
Divide the price by the number of payments.
$15,480/36 = $430
Answer:
x = -2
y = -5
Step-by-step explanation:
We can solve this algebraically (substitution or elimination) or graphically. I will be using elimination:
Step 1: Add the 2 equations together
-8y = 40
y = -5
Step 2: Plug <em>y </em>into an original equation to find <em>x</em>
-3(-5) + 10x = -5
15 + 10x = -5
10x = -20
x = -2
And we have our final answers!
The length of the tangent from point D to point B can be calculated by adding the length of BC to the length of BD.
We are given that:
BC = 2 units
CD = 2 units
Therefore:
BD = BC + CD
BD = 2 + 2
BD = 4 units