Answer:
Step-by-step explanation:
3x2−5x−2=0
For this equation: a=3, b=-5, c=-2
3x2+−5x+−2=0
Step 1: Use quadratic formula with a=3, b=-5, c=-2.
x= (−b±√b2−4ac )2a
x= (−(−5)±√(−5)2−4(3)(−2) )/2(3)
x= (5±√49 )/6
x=2 or x= −1 /3
Answer:
x=2 or x= −1/ 3
The solutions to the equation are x = -1/3 and x = 2.
Here are the steps on how to solve [tex]3x^{2}[/tex] – 5x – 2 = 0:
First, we need to factor the polynomial. The factors of 3 are 1, 3, and the factors of -2 are -1, 2. The coefficient on the x term is -5, so we need to find two numbers that add up to -5 and multiply to -2. The two numbers -1 and 2 satisfy both conditions, so the factored polynomial is (3x + 1)(x - 2).
Next, we set each factor equal to 0 and solve for x.
(3x + 1)(x - 2) = 0
3x + 1 = 0
3x = -1
x = -1/3
x - 2 = 0
x = 2
Therefore, the solutions to the equation [tex]3x^{2}[/tex] – 5x – 2 = 0 are x = -1/3 and x = 2.
Here is the explanation for each of the steps:
Step 1: In order to factor the polynomial, we need to find two numbers that add up to -5 and multiply to -2. The two numbers -1 and 2 satisfy both conditions, so the factored polynomial is (3x + 1)(x - 2).
Step 2: We set each factor equal to 0 and solve for x. When we set 3x + 1 equal to 0, we get x = -1/3. When we set x - 2 equal to 0, we get x = 2. Therefore, the solutions to the equation are x = -1/3 and x = 2.
Learn more about equation here: brainly.com/question/29657983
#SPJ2
The width of a casing for a door is normally distributed with a mean of 24 inches and a standard deviation of 1/8 inch. The width of a door is normally distributed with a mean of 23 7/8 inches and a standard deviation of 1/16 inch. Assume independence. a. Determine the mean and standard deviation of the difference between the width of the casing and the width of the door. b. What is the probability that the width of the casing minus the width of the door exceeds 1/4 inch? c. What is the probability that the door does not fit in the casing?
Answer:
a) Mean = 0.125 inch
Standard deviation = 0.13975 inch
b) Probability that the width of the casing minus the width of the door exceeds 1/4 inch = P(X > 0.25) = 0.18673
c) Probability that the door does not fit in the casing = P(X < 0) = 0.18673
Step-by-step explanation:
Let the distribution of the width of the casing be X₁ (μ₁, σ₁²)
Let the distribution of the width of the door be X₂ (μ₂, σ₂²)
The distribution of the difference between the width of the casing and the width of the door = X = X₁ - X₂
when two independent normal distributions are combined in any manner, the resulting distribution is also a normal distribution with
Mean = Σλᵢμᵢ
λᵢ = coefficient of each disteibution in the manner that they are combined
μᵢ = Mean of each distribution
Combined variance = σ² = Σλᵢ²σᵢ²
λ₁ = 1, λ₂ = -1
μ₁ = 24 inches
μ₂ = 23 7/8 inches = 23.875 inches
σ₁² = (1/8)² = (1/64) = 0.015625
σ₂ ² = (1/16)² = (1/256) = 0.00390625
Combined mean = μ = 24 - 23.875 = 0.125 inch
Combined variance = σ² = (1² × 0.015625) + [(-1)² × 0.00390625] = 0.01953125
Standard deviation = √(Variance) = √(0.01953125) = 0.1397542486 = 0.13975 inch
b) Probability that the width of the casing minus the width of the door exceeds 1/4 inch = P(X > 0.25)
This is a normal distribution problem
Mean = μ = 0.125 inch
Standard deviation = σ = 0.13975 inch
We first normalize/standardize 0.25 inch
The standardized score of any value is that value minus the mean divided by the standard deviation.
z = (x - μ)/σ = (0.25 - 0.125)/0.13975 = 0.89
P(X > 0.25) = P(z > 0.89)
Checking the tables
P(x > 0.25) = P(z > 0.89) = 1 - P(z ≤ 0.89) = 1 - 0.81327 = 0.18673
c) Probability that the door does not fit in the casing
If X₂ > X₁, X < 0
P(X < 0)
We first normalize/standardize 0 inch
z = (x - μ)/σ = (0 - 0.125)/0.13975 = -0.89
P(X < 0) = P(z < -0.89)
Checking the tables
P(X < 0) = P(z < -0.89) = 0.18673
Hope this Helps!!!
1. Growth of Functions (11 points) (1) (4 points) Determine whether each of these functions is O(x 2 ). Proof is not required but it may be good to try to justify it (a) 100x + 1000 (b) 100x 2 + 1000
Answer:
See explanation
Step-by-step explanation:
To determine whether each of these functions is [tex]O(x^2)[/tex], we apply these theorems:
A polynomial is always O(the term containing the highest power of n)Any O(x) function is always [tex]O(x^2)[/tex].(a)Given the function: f(x)=100x+1000
The highest power of n is 1.
Therefore f(x) is O(x).
Since any O(x) function is always [tex]O(x^2)[/tex], 100x+1000 is [tex]O(x^2)[/tex].
[tex](b) f(x)=100x^ 2 + 1000[/tex]
The highest power of n is 2.
Therefore the function is [tex]O(x^2)[/tex].
Answer:
i think its 2000
Step-by-step explanation:
At 95% confidence, how large a sample should be taken to obtain a margin of error of 0.05 for the estimation of a population proportion
Answer:
A sample of 385 is needed.
Step-by-step explanation:
In a sample with a number n of people surveyed with a probability of a success of [tex]\pi[/tex], and a confidence level of [tex]1-\alpha[/tex], we have the following confidence interval of proportions.
[tex]\pi \pm z\sqrt{\frac{\pi(1-\pi)}{n}}[/tex]
In which
z is the zscore that has a pvalue of [tex]1 - \frac{\alpha}{2}[/tex].
The margin of error is:
[tex]M = z\sqrt{\frac{\pi(1-\pi)}{n}}[/tex]
95% confidence level
So [tex]\alpha = 0.05[/tex], z is the value of Z that has a pvalue of [tex]1 - \frac{0.05}{2} = 0.975[/tex], so [tex]Z = 1.96[/tex].
How large a sample:
We need a sample of n.
n is found when M = 0.05.
We dont know the true proportion, so we work with the worst case scenario, which is [tex]\pi = 0.5[/tex]
[tex]M = z\sqrt{\frac{\pi(1-\pi)}{n}}[/tex]
[tex]0.05 = 1.96\sqrt{\frac{0.5*0.5}{n}}[/tex]
[tex]0.05\sqrt{n} = 1.96*0.5[/tex]
[tex]\sqrt{n} = \frac{1.96*0.5}{0.05}[/tex]
[tex](\sqrt{n})^{2} = (\frac{1.96*0.5}{0.05})^{2}[/tex]
[tex]n = 384.16[/tex]
Rounding up
A sample of 385 is needed.
Which proportion would convert 18 ounces into pounds?
Answer:
16 ounces = 1 pound
Step-by-step explanation:
You would just do 18/16 = 1.125 pounds. There are always 16 ounces in a pound, so it always works like this
co
Which graph represents the inequality?
-2
1-1
-12
1
1 2
NE
1
Y>-
2
2
А
++
1 -1
-12
ou
-2
od
1
NIE
1
B
1 2
2
2
---
Oto
-2
-1
1 2
-12
-
NIE
NI
12
D
-2
1 - 1
1
0
1
1 2
NIS
2
NI
Answer:
A
Step-by-step explanation:
Given the equality y > -½, it means the values of y is greater than -½.
The values of y would range from 0 upwards. I.e. 0, ½, 1, 1½, 2. . .
Thus, when graphed on a number line, the circle that appears like "o" would start from -½, and the "o" would not be full or shaded to indicate that -½ is not included in the values of y, which are greater than -½. Since the values of y are greater than -½ the direction of the arrow that indicates values of y would point towards our far right, to indicate the values included as y.
Therefore, the graph that indicates the inequality y > ½ is A
Answer:
A
Step-by-step explanation:
find the value of k if x minus 2 is a factor of P of X that is X square + X + k
Answer:
k = -6
Step-by-step explanation:
hello
saying that (x-2) is a factor of [tex]x^2+x+k[/tex]
means that 2 is a zero of
[tex]x^2+x+k=0 \ so\\2^2+2+k=0\\<=> 4+2+k=0\\<=> 6+k =0\\<=> k = -6[/tex]
and we can verify as
[tex](x^2+x-6)=(x-2)(x+3)[/tex]
so it is all good
hope this helps
In a survey, 205 people indicated they prefer cats, 160 indicated they prefer dots, and 40 indicated they don’t enjoy either pet. Find the probability that if a person is chosen at random, they prefer cats
Answer: probability = 0.506
Step-by-step explanation:
The data we have is:
Total people: 205 + 160 + 40 = 405
prefer cats: 205
prefer dogs: 160
neither: 40
The probability that a person chosen at random prefers cats is equal to the number of people that prefer cats divided the total number of people:
p = 205/405 = 0.506
in percent form, this is 50.6%
Find the indicated conditional probability
using the following two-way table:
P( Drive to school | Sophomore ) = [?]
Round to the nearest hundredth.
Answer:
0.07
Step-by-step explanation:
The number of sophmores is 2+25+3 = 30.
Of these sophmores, 2 drive to school.
So the probability that a student drives to school, given that they are a sophmore, is 2/30, or approximately 0.07.
Answer:
[tex]\large \boxed{0.07}[/tex]
Step-by-step explanation:
The usual question is, "What is the probability of A, given B?"
They are asking, "What is the probability that you are driving to school if you are a sophomore (rather than taking the bus or walking)?"
We must first complete your frequency table by calculating the totals for each row and column.
The table shows that there are 30 students, two of whom drive to school.
[tex]P = \dfrac{2}{30}= \mathbf{0.07}\\\\\text{The conditional probability is $\large \boxed{\mathbf{0.07}}$}[/tex]
Evaluate the expression.........
Answer:
9
Step-by-step explanation:
p^2 -4p +4
Let p = -1
(-1)^1 -4(-1) +4
1 +4+4
9
Find the length and width of a rectangle that has the given perimeter and a maximum area. Perimeter: 116 meters
Answer:
Length = 29 m
Width = 29 m
Step-by-step explanation:
Let x and y be the length and width of the rectangle, respectively.
The area and perimeter are given by:
[tex]A=xy\\p=116=2x+2y\\y=58-x[/tex]
Rewriting the area as a function of x:
[tex]A(x) = x(58-x)\\A(x) = 58x-x^2[/tex]
The value of x for which the derivate of the area function is zero, is the length that maximizes the area:
[tex]A(x) = 58x-x^2\\\frac{dA}{dx}=0=58-2x\\ x=29\ m[/tex]
The value of y is:
[tex]y = 58-29\\y=29\ m[/tex]
Length = 29 m
Width = 29 m
Would this be correct even though I didn’t use the chain rule to solve?
Answer:
Dy/Dx=1/√ (2x+3)
Yeah it's correct
Step-by-step explanation:
Applying differential by chain differentiation method.
The differential of y = √(2x+3) with respect to x
y = √(2x+3)
Let y = √u
Y = u^½
U = 2x +3
The formula for chain differentiation is
Dy/Dx = Dy/Du *Du/Dx
So
Dy/Dx = Dy/Du *Du/Dx
Dy/Du= 1/2u^-½
Du/Dx = 2
Dy/Dx =( 1/2u^-½)2
Dy/Dx= u^-½
Dy/Dx=1/√ u
But u = 2x+3
Dy/Dx=1/√ (2x+3)
By what percent will the fraction increase if its numerator is increased by 60% and denominator is decreased by 20% ?
Answer:
100%
Step-by-step explanation:
Start with x.
x = x/1
Increase the numerator by 60% to 1.6x.
Decrease the numerator by 20% to 0.8.
The new fraction is
1.6x/0.8
Do the division.
1.6x/0.8 = 2x
The fraction increased from x to 2x. It became double of what it was. From x to 2x, the increase is x. Since x was the original number x is 100%.
The increase is 100%.
Answer:
33%
Step-by-step explanation:
let fraction be x/y
numerator increased by 60%
=x+60%ofx
=8x
denominator increased by 20%
=y+20%of y
so the increased fraction is 4x/3y
let the fraction is increased by a%
then
x/y +a%of (x/y)=4x/3y
or, a%of(x/y)=x/3y
[tex]a\% = \frac{x}{3y} \times \frac{y}{x} [/tex]
therefore a=33
anda%=33%
whats 1/2 + 2/4 - 5/8?
Answer:
3/8
Step-by-step explanation:
Step 1: Find common denominators
1/2 = 4/8
2/4 = 4/8
Step 2: Evaluate
4/8 + 4/8 - 5/8
8/8 - 5/8
3/8
Alternatively, you can just plug this into a calc to evaluate and get your answer.
Answer:
3/8
Step-by-step explanation:
Look at the denominator:
2, 4, 8. The LCM (Lowest Common Multiple) is 8.
So this equation becomes
4/8+4/8-5/8=3/8
Christopher collected data from a random sample of 800 voters in his state asking whether or not they would vote to reelect the current governor. Based on the results, he reports that 54% of the voters in his city would vote to reelect the current governor. Why is this statistic misleading?
Answer:
The statistic is misleading because Christopher collects his sample from a population (voters in his state) and make inferences about another population (voters in his city).
Step-by-step explanation:
The statistic is misleading because Christopher collects his sample from a population (voters in his state) and make inferences about another population (voters in his city).
He should make inferences about the population that is well represented by his sample (voters in his state), or take a sample only from voters from his city to make inferences about them.
For each ordered pair, determine whether it is a solution to the system of equations. y=6x-7 9x-2y=8
Answer:
x = 2, y = 5
Step-by-step explanation:
Hello,
y=6x-7
9x-2y=8
can be written as
(1) 6x - y = 7
(2) 9x -2y = 8
(2)-2*(1) gives
9x -2y -12x +2y = 8 - 2*7 = 8 - 14 = -6
<=> -3x=-6
<=> x = 6/3=2
and we replace it in (1)
y = 6*2-7=12-7=5
hope this helps
For the triangle show, what are the values of x and y (urgent help needed)
we just have to use the Pythagoras theorem and then calculate the value of x and y.