12/50=24% of student bring lunch so 24%-524=398 student buy lunch out of 524
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()
Step-by-step explanation:
I assume
SR = 2x + 23
RQ = x + 21
if that is true, then the situation is completely simple :
14 = (2x + 23) + (x + 21) = 3x + 44
3x = -30
x = -10
SR = 2×-10 + 23 = -20 + 23 = 3
RQ = -10 + 21 = 11
Answer:
9 labours
Step-by-step explanation:
In order to solve this, we must know which kind of proportionality is this. There are two types of proportions, direct and indirect/inverse proportions. In direct proportion, if one quantity increases, the other quantity also increases.
In indirect proportion, if one quantity increases, the other decreases and vice versa.
As per this question, we know if the number of labour increases, the number of days to complete a work decreases, thus proving that this is an indirect/inverse proportion.
6 labours => 12 days
x labours => 8 days
Since its an inverse proprotion, multiply 6 with 12, and x with 8.
8x = 6 × 12
x =
∴ x = <u>9 labours</u>
48. 6 legs x 8 ants = 48 legs.