Let the second score = x
⇒ second score = x
<span>the first is 14 points more than the second
</span>⇒ first score = x + 14
<span>the sum of the first two is 6 more than twice the third
</span>⇒ third score = 1/2 (x + x + 14 - 6) = x + 4
<span>The sum of a student's three score is 246
</span>⇒ x + (x + 14) + (x + 4) = 246
<span>
Solve x:
</span>x + x + 14 + x + 4 = 246
3x + 18 = 246
3x = 228
x = 76
second score = x = 76
first score = x + 14 = 76 + 14 = 90
Answer: 90
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()
Hi!
In my opinion, the easiest way to solve a problem like this is to find the greatest common factor (GCF) of the numerator and denominator and then divide both numbers by the GCF.
So first we need to find the factors of 45 and 72 and find the factor that has the most value that the two numbers both have.
45: 1, 3, 5, 9, 15, and 45
72: 1, 2, 3, 4, 6, 8, 9, 12, 18, 24, 36, 72
It looks like the GCF is 9. Now we have to divide 45 and 72 by 9.
45 ÷ 9 = 5
72 ÷ 9 = 8
So the correct answer should be:
Hope this helps :)
Answer:
Periodic
Step-by-step explanation:
Because the terms repeat, this is a periodic sequence.
Answer:
The selected answer seem correct...
schools have more than 5 students,
fourth of July is always a 4,
doors can not be 0 feet high
Step-by-step explanation: