(2/7)m - (1/7) = 3/14
2m/7 =(3/14) + (1/7)
2m/7 = (3/14) + 2(1/7)
here we are multiplying 2 with 1/7 to make the denominator same for addition.
2m/7 = (3/14) +(2/14)
2m/7 = (3 + 2)/14
2m/7 = 5/14
2m = (5 *7)/14
2m = 35/14
2m = 5/2
m = 5/4
m = 1.25
So the value of "m" is 1.25
A. If x:y= 3:5, find = 4x + 5 : 6y -3
Answer:
17 : 27
Step-by-step explanation:
x=3
y=5
4(3)+5 : 6(5)-3
= 12+5 : 30-3
= 17 : 27
what is 32⋅(12)x+1=2x−14?
Answer:
[tex]x=-\frac{15}{382}[/tex]
Step-by-step explanation:
32 × 12x + 1 = 2x - 14
384x + 1 = 2x - 14
384x + 1 - 1 = 2x - 14 - 1
384x = 2x - 15
384x - 2x = 2x - 2x - 15
382x = - 15
382x ÷ 382 = - 15 ÷ 382
[tex]x=-\frac{15}{382}[/tex]
Use the graph of the function y=g(x) below to answer the questions.
Answer:
Step-by-step explanation:
g(5) = 2 > 0
:::::
g(x) = 0 for x = -2, 2, 4
:::::
g(x) < 0 for -3 ≤ x < -2
The product of 86 and the depth of the river
Answer:
Step-by-step explanation:
Are you trying to find a variable expression? the product of 86 means multiplication so 86*n or 86n. Other than that I dont understand the question.
Please help with this function problem
Answer:
-2
-1
-2
Step-by-step explanation:
really ? this is a problem ? why ?
f(0) means the functional value for x = 0.
is x = 2 ? no.
so, automatically the other case applies, and f(0) = -2
f(2) means x=2
is x = 2 ? yes.
so that case applies, and f(2) = -1
f(5) means x=5
is x = 2 ? no.
so again, the case for x <> 2 applies, f(5) = -2
Write an equation for a line containing (–2,8) that is perpendicular to the line containing the points (3,–4)and (–7,1).
Answer and I will give you brainiliest
Answer:
y = 2x + 12
Step-by-step explanation:
the formula for a line is typically
y = ax + b
a is the slope of the line (expressed as y/x ratio describing how many units y changes, when x changes a certain amount of units).
b is the offset of the line in y direction (for x=0).
we have the points (3, -4) and (-7, 1).
to get the slope of the line let's wander from left to right (x direction).
to go from -7 to 3 x changes by 10 units.
at the same time y changes from 1 to -4, so it decreases by 5 units.
so, the slope is -5/10 = -1/2
and the line equation looks like
y = -1/2 x + b
to get b we simply use a point like (3, -4)
-4 = -1/2 × 3 + b
-4 = -3/2 + b
-5/2 = b
so, the full line equation is
y = -1/2 x - 5/2
now, for a perpendicular line the slope exchanges x and y and flips the sign.
in our case this means +2/1 or simply 2.
so, the line equation for the perpendicular line looks like
y = 2x + b
and to get b we use the point we know (-2, 8)
8 = 2×-2 + b
8 = -4 +b
12 = b
so, the full equation for the line is
y = 2x + 12
Answer:
2x-y+12= 0 or y = 2x+12 is the answer
Step-by-step explanation:
slope of the line joining (3,-4) and (-7,1) is 1-(-4)/-7-3
= -5/10
= - 1/2
slope of the line containing (-2,8) and that is perpendicular to the line containing (3,-4) and (-7,1) = 2
Equation of the line line containing (-2,8) and that is perpendicular to the line containing (3,-4) and (-7,1) is y-8 = 2(x-(-2))
y-8 = 2(x+2)
y- 8 = 2x+4
y=2x+12 (slope- intercept form) or 2x-y+12= 0 (point slope form)
Please help, I’m not sure about this question.
A die is rolled 20 times and the number of twos that come up is tallied. Find the probability of getting the given result. [Binomail Probability] Less than four twos
Answer:
0.5665 = 56.65% probability of less than four twos.
Step-by-step explanation:
For each roll, there are only two possible outcomes. Either it is a two, or it is not a two. The probability of a roll ending up in a two is independent of any other roll, which means that the binomial probability distribution is used.
Binomial probability distribution
The binomial probability is the probability of exactly x successes on n repeated trials, and X can only have two outcomes.
[tex]P(X = x) = C_{n,x}.p^{x}.(1-p)^{n-x}[/tex]
In which [tex]C_{n,x}[/tex] is the number of different combinations of x objects from a set of n elements, given by the following formula.
[tex]C_{n,x} = \frac{n!}{x!(n-x)!}[/tex]
And p is the probability of X happening.
A die is rolled 20 times
This means that [tex]n = 20[/tex]
One out of six sides is 2:
This means that [tex]p = \frac{1}{6} = 0.1667[/tex]
Probability of less than four twos:
This is:
[tex]P(X < 4) = P(X = 0) + P(X = 1) + P(X = 2) + P(X = 3)[/tex]
So
[tex]P(X = x) = C_{n,x}.p^{x}.(1-p)^{n-x}[/tex]
[tex]P(X = 0) = C_{20,0}.(0.1667)^{0}.(0.8333)^{20} = 0.0261[/tex]
[tex]P(X = 1) = C_{20,1}.(0.1667)^{1}.(0.8333)^{19} = 0.1043[/tex]
[tex]P(X = 2) = C_{20,2}.(0.1667)^{2}.(0.8333)^{18} = 0.1982[/tex]
[tex]P(X = 3) = C_{20,3}.(0.1667)^{3}.(0.8333)^{17} = 0.2379[/tex]
So
[tex]P(X < 4) = P(X = 0) + P(X = 1) + P(X = 2) + P(X = 3) = 0.0261 + 0.1043 + 0.1982 + 0.2379 = 0.5665[/tex]
0.5665 = 56.65% probability of less than four twos.
Coordinate plane with quadrilaterals EFGH and E prime F prime G prime H prime at E 0 comma 1, F 1 comma 1, G 2 comma 0, H 0 comma 0, E prime negative 1 comma 2, F prime 1 comma 2, G prime 3 comma 0, and H prime negative 1 comma 0. F and H are connected by a segment, and F prime and H prime are also connected by a segment. Quadrilateral EFGH was dilated by a scale factor of 2 from the center (1, 0) to create E'F'G'H'. Which characteristic of dilations compares segment F'H' to segment FH
Answer:
[tex]|F'H'| = 2 * |FH|[/tex]
Step-by-step explanation:
Given
[tex]E = (0,1)[/tex] [tex]E' = (-1,2)[/tex]
[tex]F = (1,1)[/tex] [tex]F' = (1,2)[/tex]
[tex]G = (2,0)[/tex] [tex]G' =(3,0)[/tex]
[tex]H = (0,0)[/tex] [tex]H' = (-1,0)[/tex]
[tex](x,y) = (1,0)[/tex] -- center
[tex]k = 2[/tex] --- scale factor
See comment for proper format of question
Required
Compare FH to F'H'
From the question, we understand that the scale of dilation from EFGH to E'F'G'H is 2;
Irrespective of the center of dilation, the distance between corresponding segment will maintain the scale of dilation.
i.e.
[tex]|F'H'| = k * |FH|[/tex]
[tex]|F'H'| = 2 * |FH|[/tex]
To prove this;
Calculate distance of segments FH and F'H' using:
[tex]d = \sqrt{(x_1 - x_2)^2 + (y_1 - y_2)^2}[/tex]
Given that:
[tex]F = (1,1)[/tex] [tex]F' = (1,2)[/tex]
[tex]H = (0,0)[/tex] [tex]H' = (-1,0)[/tex]
We have:
[tex]FH = \sqrt{(1- 0)^2 + (1- 0)^2}[/tex]
[tex]FH = \sqrt{(1)^2 + (1)^2}[/tex]
[tex]FH = \sqrt{1 + 1}[/tex]
[tex]FH = \sqrt{2}[/tex]
Similarly;
[tex]F'H' = \sqrt{(1 --1)^2 + (2 -0)^2}[/tex]
[tex]F'H' = \sqrt{(2)^2 + (2)^2}[/tex]
Distribute
[tex]F'H' = \sqrt{(2)^2(1 +1)}[/tex]
[tex]F'H' = \sqrt{(2)^2*2}[/tex]
Split
[tex]F'H' = \sqrt{(2)^2} *\sqrt{2}[/tex]
[tex]F'H' = 2 *\sqrt{2}[/tex]
[tex]F'H' = 2\sqrt{2}[/tex]
Recall that:
[tex]|F'H'| = 2 * |FH|[/tex]
So, we have:
[tex]2\sqrt 2 = 2 * \sqrt 2[/tex]
[tex]2\sqrt 2 = 2\sqrt 2[/tex] --- true
Hence, the dilation relationship between FH and F'H' is::
[tex]|F'H'| = 2 * |FH|[/tex]
Answer:NOTT !! A segment in the image has the same length as its corresponding segment in the pre-image.
Step-by-step explanation:
Find the probability of 3 success for the binomial experiment with 7 trial and the success probability of 0.3. Then find the mean and standard deviation. Write the formula substitute
the values.
Answer:
[tex]P(x=3)=0.2269[/tex]
Mean=2.1
Standard deviation=1.21
Step-by-step explanation:
We are given that
n=7
Probability of success, p=0.3
q=1-p=1-0.3=0.7
We have to find the probability of 3 success for the binomial experiment and find the mean and standard deviation.
Binomial distribution formula
[tex]P(X=x)=nC_xp^{x}q^{n-x}[/tex]
Using the formula
[tex]P(x=3)=7C_3(0.3)^3(0.7)^{7-3}[/tex]
[tex]P(x=3)=7C_3(0.3)^3(0.7)^{4}[/tex]
[tex]P(x=3)=\frac{7!}{3!4!}(0.3)^3(0.7)^{4}[/tex]
[tex]P(x=3)=\frac{7\times 6\times 5\times 4!}{3\times 2\times 1\times 4!}(0.3)^{3}(0.7)^{4}[/tex]
Using the formula
[tex]nC_r=\frac{n!}{r!(n-r)!}[/tex]
[tex]P(x=3)=0.2269[/tex]
Now,
Mean, [tex]\mu=np=7\times 0.3=2.1[/tex]
Standard deviation, [tex]\sigma=\sqrt{np(1-p)}[/tex]
Standard deviation, [tex]\sigma=\sqrt{7\times 0.3\times 0.7}[/tex]
Standard deviation, [tex]\sigma=1.21[/tex]
The starting salaries of individuals with an MBA degree are normally distributed with a mean of $40,000 and a standard deviation of $5,000. What percentage of MBA's will have starting salaries of $34,000 to $46,000
Answer:
The correct answer is "76.98%".
Step-by-step explanation:
According to the question,
⇒ [tex]P(34000<x<46000) = P[\frac{34000-40000}{5000} <\frac{x- \mu}{\sigma} <\frac{46000-40000}{5000} ][/tex]
[tex]=P(-1.2<z<1.2)[/tex]
[tex]=P(z<1.2)-P(z<-1.2)[/tex]
[tex]=0.8849-0.1151[/tex]
[tex]=0.7698[/tex]
or,
[tex]=76.98[/tex]%
Muhammad lives twice as far from the school as Hita. Together, the live a total of 12 km
from the school. How far away drom the school does each of them live?
Answer:
Muhammad lives 8 km away from the school.
Hita lives 4 km away from the school.
Step-by-step explanation:
First of all, find a number that, when you double that number and add both numbers, you will get 12. That number is 4. So double 4 and get 8. Then add both to get 12.
Denver's elevation is 5280 feet above sea level. Death Valley is -282 feet. Is Death Valley located above sea level or below sea level???
(plz answer, due date is semtemper)
9514 1404 393
Answer:
below
Step-by-step explanation:
When signed numbers are used to represent elevation with respect to sea level, positive signs are used for values above sea level, and negative signs are used for values below sea level. The given elevation of Death Valley indicates it is 282 feet below sea level.
How many millitiers are in 4.55 liters?
Answer:
v nnv vb n
Step-by-step explanation:
b ng chfxhc.jx.gc,fhxfgfdkhgvn gghcjfuoctykfd mmyegfiuegfypgerukf khergfuoegrfyurgfirge jgreuyofrgiregvoifgr riygfepiygfreu;k frugfyrfbhrevf rrgfbreuobghfre rgeuherhbgerui freurehuregh ruogysfhurgiugwhlerghre rgiuyrge97grukbgr ker ruipuhrgeugregariyarga ;rskfglfsglgsfuifgryrgljs kjger;ugiergs hope this was helpful good luck!
Clear parentheses by applying the distributive property.
-(-4s + 9t + 7)
Answer:
4s-9t-7
Step-by-step explanation:
multiply the negative one with all terms inside the bracket, since they are all unlike terms the answer remains the same
If computers sell for $1160 per unit and hard drives sell for $ 102 per unit, the revenue from x computers and y hard drives can be represented by what expression? If computers sell for $ per unit and hard drives sell for $102 per unit, the revenue from x computers and y hard drives can be represented by
What proportion of the students scored at least 23 points on this test, rounded to five decimal places
This question is incomplete, the complete question is;
The distribution of scores on a recent test closely followed a Normal Distribution with a mean of 22 points and a standard deviation of 2 points. For this question, DO NOT apply the standard deviation rule.
What proportion of the students scored at least 23 points on this test, rounded to five decimal places?
Answer:
proportion of the students that scored at least 23 points on this test is 0.30850
Step-by-step explanation:
Given the data in the question;
mean μ = 22
standard deviation σ = 2
since test closely followed a Normal Distribution
let
Z = x-μ / σ { standard normal random variable ]
Now, proportion of the students that scored at least 23 points on this test.
P( x ≥ 23 ) = P( (x-μ / σ) ≥ ( 23-22 / 2 )
= P( Z ≥ 1/2 )
= P( Z ≥ 0.5 )
= 1 - P( Z < 0.5 )
Now, from z table
{ we have P( Z < 0.5 ) = 0.6915 }
= 1 - P( Z < 0.5 ) = 1 - 0.6915 = 0.30850
P( x ≥ 23 ) = 0.30850
Therefore, proportion of the students that scored at least 23 points on this test is 0.30850
6/5 times 17/18 in lowest terms
Answer:
17/15
Step-by-step explanation:
6/5 * 17/18
1/5 * 17/3
17/15
Please help …………………….
9514 1404 393
Answer:
(-3, 3)
Step-by-step explanation:
The blanks are trying to lead you through the process of finding the point of interest.
__
The horizontal distance from T to S is 9 . (or -9, if you prefer)
The ratio you're trying to divide the line into is the ratio that goes in this blank:
Multiply the horizontal distance by 2/3 . (9×2/3 = 6)
Move 6 units left from point T.
The vertical distance from T to S is 6 .
Multiply the vertical distance by 2/3 . (6×2/3 = 4)
Move 4 units up from point T.
__
Point T is (3, -1) so 6 left and 4 up is (3, -1) +(-6, 4) = (3-6, -1+4) = (-3, 3). The point that is 2/3 of the way from T to S is (-3, 3).
Y+10 like terms from expression 2
Answer:
y+10=2
y=-8
Step-by-step explanation:
y=2-10
y=-8
Write the fraction 24/40 in its simplest form.
21 × 6 ÷ 7 + 12 - 15
Answer:
15
Step-by-step explanation:
By order of operations, multiplication and division are done first, then the addition and subtraction. Remember, multiplication and division have the same precedence, as does addition and subtraction.
21*6 = 126
126/7 = 18
18 + 12 = 30
30 - 15 = 15
Answer:
15
Step-by-step explanation:
21 × 6 ÷ 7 + 12 - 15
= 126 ÷ 7 + 12 - 15
= 18 + 12 - 15
= 30 - 15
= 15
Please help.
Evaluate 6!
3,125
720
120
[tex]\huge\textsf{Hey there!}[/tex]
[tex]\large\textsf{6!}\\\large\textsf{= 6}\times\large\textsf{5}\times\large\textsf{4}\times\large\textsf{3}\times\large\textsf{2}\times\large\textsf{1}\\\large\textsf{6(5) = \bf 30}\\\large\textsf{= 30}\times\large\textsf{4}\times\large\textsf{3}\times\large\textsf{2}\times\large\textsf{1}\\\large\textsf{30(4) = \bf 120}\\\large\textsf{= 120}\times\large\textsf{3}\times\large\textsf{2}\times\textsf{1}\\\large\textsf{120(3) = \bf 360}\\\large\textsf{= 360}\times\large\textsf{2}\times\large\textsf{1}[/tex]
[tex]\large\textsf{360(2) = \bf 720}\\\large\textsf{720}\times\large\textsf{1}\\\large\textsf{= \bf 720}[/tex]
[tex]\boxed{\boxed{\huge\textsf{Therefore, your answer is: \bf 720}\huge\textsf{ (option B)}}}\huge\checkmark[/tex]
[tex]\large\textsf{Good luck on your assignment and enjoy your day!}[/tex]
~[tex]\frak{Amphitrite1040:)}[/tex]
Two balls are picked at random from a box containing 5 red balls and 3 green balls. What is the probability that 1 red ball and 1 green ball are selected?
Answer:
Step-by-step explanation:
Answer:
3/8 x 5/8= 15/64
Step-by-step explanation:
solve above question
x=cos(2t), y=sin(2t) find a rectangular coordinate equation for the curve by eliminating the parameter
Answer:
x^2+y^2=1
Step-by-step explanation:
Since cos^2(x)+sin^2(x)=1, x^2+y^2=1
If P(x) = 2x2 – 3x + 7 and Q(x) = 8 - x), find each function value.
15. P(-3)
16. Q(2)
17. P(4)
18. Q(-3)
Answer:
15. 52
16. 6
17. 59
18. 11
Step-by-step explanation:
Select the correct answer
The equation of a line is y= 15x-2 What are its slope and y-intercept?
A.slope = 15 and y-intercept=-2
B.slope = 15 and y-intercept = 2
C.slope = 2 and y-intercept=15
D.siope =-2 and y-intercept=15
RES
Answer:
A
Step-by-step explanation:
Slope = term that multiply x
y intercept = the number without a variable
Samir estimates the value of Three-fifths times 16.1. Which estimate is reasonable?
3
9
12
15
Answer: 9
Step-by-step explanation:
[tex] \frac{3}{5} \times 16.1 = 9.66[/tex]
Write an equation of the line through each pair of points in slope-intercept form.
a(– 3,–2) and (–3,4)
b(3,2)and (–4,–5)
Answer and I will give you brainiliest
Answer:
see below
Step-by-step explanation:
a) (– 3, –2) and (–3, 4)
First you want to find the slope of the line that passes through these points. To find the slope of the line, we use the slope formula: (y₂ - y₁) / (x₂ - x₁)
Plug in these values:
(4 - (-2) / (-3 - (-3))
Simplify the parentheses.
= (4 + 2) / (-3 + 3)
Simplify the fraction.
(6) / (0)
= undefined
If your slope is undefined, it is a vertical line. The equation of a vertical line is x = #.
In this case, the x-coordinate for both points is -3.
Therefore, your equation is x = -3.
b) (3, 2) and (–4, –5)
First you want to find the slope of the line that passes through these points. To find the slope of the line, we use the slope formula: (y₂ - y₁) / (x₂ - x₁)
Plug in these values:
(-5 - 2) / (-4 - 3)
Simplify the parentheses.
= (-7) / (-7)
Simplify the fraction.
-7/-7
= 1
This is your slope. Plug this value into the standard slope-intercept equation of y = mx + b.
y = 1x + b or y = x + b
To find b, we want to plug in a value that we know is on this line: in this case, I will use the first point (3, 2). Plug in the x and y values into the x and y of the standard equation.
2 = 1(3) + b
To find b, multiply the slope and the input of x(3)
2 = 3 + b
Now, subtract 3 from both sides to isolate b.
-1 = b
Plug this into your standard equation.
y = x - 1
This is your equation.
Check this by plugging in the other point you have not checked yet (-4, -5).
y = 1x - 1
-5 = 1(-4) - 1
-5 = -4 - 1
-5 = -5
Your equation is correct.
Hope this helps!