Answer:
we are going to place 2 at the place where x is
Step-by-step explanation:
5(2)-5
10-5
5 is your answer I believe
Answer:
Demand: q = -50p + 1200
Supply: q = 40p
Step-by-step explanation:
First let's define our variables.
q = quantity of T-shirts
p = price
We know that when p = 12, q = 600. When p increases by 1, q decreases by 50. So this is a line with slope -50 that passes through the point (12, 600). Using point-slope form to write the equation:
q - 600 = -50 (p - 12)
Converting to slope-intercept form:
q - 600 = -50p + 600
q = -50p + 1200
Similarly, we know that when p = 9.75, q = 600 - 210 = 390. When p increases by 1, q increases by 40. So this is a line with slope 40 that passes through the point (9.75, 390). Using point-slope form to write the equation:
q - 390 = 40 (p - 9.75)
Converting to slope-intercept form:
q - 390 = 40p - 390
q = 40p
Least Common Multiple is :
48
Calculate Least Common Multiple for :
12, 16 and 24
Factorize of the above numbers :
12 = 22 • 3
16 = 24
24 = 23 • 3
LCM = 24 • 3
Least Common Multiple is :
48
Please mark brainliest again because someone deleted my answer
Answer:
y=-3x+5
Step-by-step explanation:
concepts: y=mx+b is slope intercept equation formula
m=slope
b= y intercept
Therefore we need to find the slope and y intercept
first find slope
m=
let y2 be 2
let y1 be -4
let x2 be 1
let x1 be 3

6/-2 = -3
m=-3
slope is -3
y= -3x+ b
we need find y intercept now
just plug in (1,2) into that equation
2=-3(1)+b
b=5
y=-3x+5
Answer:
(a) 0.5899
(b) 0.9166
Step-by-step explanation:
Let X be the random variable that represents the height of a woman. Then, X is normally distributed with
= 62.5 in
= 2.2 in
the normal probability density function is given by
, then
(a)
= 0.5899
(in the R statistical programming language) pnorm(63, mean = 62.5, sd = 2.2)
(b) We are seeking
where n = 37.
is normally distributed with mean 62.5 in and standard deviation
. So, the probability density function is given by
, and
= 0.9166
(in the R statistical programming language) pnorm(63, mean = 62.5, sd = 2.2/sqrt(37))
You can use a table from a book to find the probabilities or a programming language like the R statistical programming language.