9514 1404 393
Answer:
A∩B = {2, 23}
Step-by-step explanation:
The intersection of two sets is the list of elements common to both.
2 is found in both
12, 19 are only in set A
23 is found in both
29 is only in set A
34, 40, 45 are only in set B
The intersection of the two sets is {2, 23}.
Answer:
5x+4y = 52
Step-by-step explanation:
We can first write the equation in point slope form
y-y1 = m(x-x1) where m is the slope and (x1,y1) is the point
y - 8 = -5/4 ( x-4)
Multiply each side by 4 to get rid of the fraction
4(y - 8) = 4*(-5/4) ( x-4)
4(y - 8) = -5 ( x-4)
Distribute
4y - 32 = -5x+20
We want the equation in the form
Ax + By = C
Add 5x to each side
5x+4y -32 = -5x+5x+20
Add 32 to each side
5x+4y -32+32 =32+20
5x+4y = 52
Answer:
Please see explanation for the answer. The code is written in python and is as given below:
Step-by-step explanation:
The solution is obtained on the Python with the following code
import matplotlib.pyplot as plotter
import numpy as npy
x_s = npy.linspace(-5,5,100) #Defining a linear sample space with boundaries as -5 to 5 and 100 as number of samples.
def sigmo(z):return 1/(1 + npy.exp(-z)) #Defining sigmoid function for the f(x).
plotter.plot(x_s, sigmo(x_s))
plotter.plot([-5,5],[.5,.5])
plotter.xlabel("z")
plotter.ylabel("sigmoid(z)")
plotter.show()
Answer:
91
Step-by-step explanation:
Todd’s average score for six tests = 92.
The sum of two of her test = 188
First, we need to find the total score for the six test. This given below:
Average = sum of all test / number of test
sum of all the test = average x number of test
average score for six tests = 92.
Number of test = 6
Sum of all the Tests = 92 x 6 = 552
Sum of four test = sum of all the test — sum of two test
Sum of four test = 552 — 188 = 364
Now we can solve for the average of the other four test as shown below:
Average of four test = 364/4= 91
Answer: the original cost of the item is 90$
Step-by-step explanation:
30% off of the item = 27$
27 dollar is 30% of the item
thus 27 = 0.30X
0.30X = 27
time both side by 10
3X = 270
270/3 = 90