She got 54 questions rights.
Explanation: Multiply 60 by .9. The decimal is the percentage you need to find, example (30*.3) .3 is thirty percent.
From the
well
assuming that he spends all his savings on the house and doesn't eat or spend on anything else and that he pays per year
experimient
down+other=total
18300+(59750 times years)answer
if years=1 then
tota=78050 which is not listed
if years=2 then
total=137800
that is lats choice
answe is last choice (D)
( I actually don't know since question is not clear)
Answer:
29
Step-by-step explanation:
conjugate of a+ib=a-ib
conjugate of 2-5i=2+5i
(2+5i)(2-5i)=2²-(5i)²=4-25i²=4-25(-1)=4+25=29
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:
1.002 Decimal and 1 2/100 fraction
Step-by-step explanation:
Move the decimal 2 places to the right and make 100.2 1.002
think 100.2 over 100. we get 100 2/100 also know as 1whole and 2/100