HELPPP PLEASEEE! I tried everything from adding to dividing, subtracting, multiplying but still no correct answer. Can someone help me out here please? I am not sure where to start either now. Thank you for your time.
Can you help me figure out this question I’ve been stuck on this for 20 minutes
Step-by-step explanation:
[tex]\dfrac{2x^2+x-6}{x+x-6} = \dfrac{(2x-3)(x+2)}{2(x-3)}[/tex]
Suppose 49% of American singers are Grammy award winners. If a random sample of size 502 is selected, what is the probability that the proportion of Grammy award winners will differ from the singers proportion by greater than 4%
Answer:
0.0726 = 7.26% probability that the proportion of Grammy award winners will differ from the singers proportion by greater than 4%
Step-by-step explanation:
To solve this question, we need to understand the normal probability distribution and the central limit theorem.
Normal Probability Distribution
Problems of normal distributions can be solved using the z-score formula.
In a set with mean [tex]\mu[/tex] and standard deviation [tex]\sigma[/tex], the z-score of a measure X is given by:
[tex]Z = \frac{X - \mu}{\sigma}[/tex]
The Z-score measures how many standard deviations the measure is from the mean. After finding the Z-score, we look at the z-score table and find the p-value associated with this z-score. This p-value is the probability that the value of the measure is smaller than X, that is, the percentile of X. Subtracting 1 by the p-value, we get the probability that the value of the measure is greater than X.
Central Limit Theorem
The Central Limit Theorem establishes that, for a normally distributed random variable X, with mean [tex]\mu[/tex] and standard deviation [tex]\sigma[/tex], the sampling distribution of the sample means with size n can be approximated to a normal distribution with mean [tex]\mu[/tex] and standard deviation [tex]s = \frac{\sigma}{\sqrt{n}}[/tex].
For a skewed variable, the Central Limit Theorem can also be applied, as long as n is at least 30.
For a proportion p in a sample of size n, the sampling distribution of the sample proportion will be approximately normal with mean [tex]\mu = p[/tex] and standard deviation [tex]s = \sqrt{\frac{p(1-p)}{n}}[/tex]
Suppose 49% of American singers are Grammy award winners.
This means that [tex]p = 0.49[/tex]
Sample of size 502
This means that [tex]n = 502[/tex]
Mean and standard deviation:
[tex]\mu = p = 0.49[/tex]
[tex]s = \sqrt{\frac{p(1-p)}{n}} = \sqrt{\frac{0.49*0.51}{502}} = 0.0223[/tex]
What is the probability that the proportion of Grammy award winners will differ from the singers proportion by greater than 4%?
Proportion below 49% - 4% = 45% or above 49% + 4% = 53%. Since the normal distribution is symmetric, these probabilities are equal, so we find one of them and multiply by 2.
Probability the proportion is below 45%
p-value of Z when X = 0.45. So
[tex]Z = \frac{X - \mu}{\sigma}[/tex]
By the Central Limit Theorem
[tex]Z = \frac{X - \mu}{s}[/tex]
[tex]Z = \frac{0.45 - 0.49}{0.0223}[/tex]
[tex]Z = -1.79[/tex]
[tex]Z = -1.79[/tex] has a p-value of 0.0363.
2*0.0363 = 0.0726
0.0726 = 7.26% probability that the proportion of Grammy award winners will differ from the singers proportion by greater than 4%
Create a new project called 02.03 Math Class Methods. Create a class called PyTheorem in the newly-created folder. Use the appropriate Math class methods to calculate the hypotenuse of two right triangles. The value of each side (sides a and b) should be randomly generated using Math.random(). The range should from 5 (inclusive) to 23 (exclusive). Print the value of each side of both triangles as well as the value of the hypotenuse for both triangles.
Answer:
The program in Java is as follows:
import java.util.*;
public class PyTheorem{
public static void main(String [] args){
Random rNum = new Random();
int a = rNum.nextInt(17) + 5;
int b = rNum.nextInt(17) + 5;
System.out.println("a: "+a);
System.out.println("b: "+b);
double hyp = Math.sqrt(Math.pow(a,2)+Math.pow(b,2));
System.out.print("Hypotenuse: "+hyp);
}}
Step-by-step explanation:
This generates random number for a
int a = rNum.nextInt(17) + 5;
This generates random number for b
int b = rNum.nextInt(17) + 5;
Print a
System.out.println("a: "+a);
Print b
System.out.println("b: "+b);
Calculate the hypotenuse
double hyp = Math.sqrt(Math.pow(a,2)+Math.pow(b,2));
Print the calculated hypotenuse
System.out.print("Hypotenuse: "+hyp);
help me please ineed your help
A computer monitor is listed as being 22 inches. This distance is the diagonal distance across the screen. If the screen measures 12 inches in height, what is the actual width of the screen to the nearest inch?
22 inches
18.43 inches
25.05 inches
32.5 inches
Answer
The width of the screen is 18.43.
Explanation
Use the Pythagorean Theorem (a^2+b^2=c^2) to find the height.
In a right triangle, a and b are legs. In this instance, a and b would be the height and width of the computer monitor. Let's say the height is a and the width is b (you're trying to find b). The hypotenuse of a right triangle is c. For the computer monitor, c is the diagonal.
So put in everything you know to find b; 12^2+b^2=22^2.
12^2 is 144 and 22^2 is 484. Now you have 144+b^2=484. When you simplify, you get b^2=340. When you simplify again, you find that b is about 18.43.
The list of ingredients for chocolate brownies given at right will make 16 brownies. Use the list to decide how much of each ingredient is needed to make 6 brownies.
Given: Given that for 16 brownies we need
Butter- [tex]\frac{2}{3}[/tex] cups
unsweetened chocolate-5 ounces
sugar-1-1/2 cup
vanilla-2 teaspoons
eggs-2
flour- 1 cup
To find: The amount of ingredients to make 6 brownies.
Solution: The amount we need to make 6 brownies is,
Butter
[tex](\frac{2}{3}.16)/6\\=0.25125 cups[/tex]
unsweetened chocolate
[tex]\frac{5.6}{16}\\=\frac{30}{16}[/tex]ounces
sugar-0.5625 cup
vanilla-[tex]\frac{12}{16}[/tex]teaspoons
eggs-[tex]\frac{12}{16}[/tex]
flour- [tex]\frac{6}{16}[/tex] cup
In the diagram, DG ∥ EF.
On a coordinate plane, quadrilateral D E F G is shown. Point D is at (negative 2, 2), point G is at (1, 2), point F is at (3, negative 3), and point E is at (negative 4, negative 3).
What additional information would prove that DEFG is an isosceles trapezoid?
DE ≅ GF
DE ≅ DG
EF ≅ DG
EF ≅ GF
Answer:
[tex]DE \cong GF[/tex]
Step-by-step explanation:
Given
See attachment for quadrilateral
Required
What proves DEFG as isosceles trapezoid
The non-parallel sides of an isosceles trapezoid are similar and equal.
From the attached quadrilateral, the non-parallel sides are: DE and GF
Hence, for DEFG to be an isosceles trapezoid;
[tex]DE \cong GF[/tex]
Answer:DE ≅ GF
Step-by-step explanation:
cause i said so
A bank records deposits as positive numbers and withdrawals as negative numbers.
Mike withdrew \$60$60dollar sign, 60 from his bank account 333 times.
What is the change in Mike's account balance after all 333 withdrawals?
\$$dollar sign
Answer:
i think that $19980 is the answer
Step-by-step explanation:
i hope it will help u
What is the tangent of 0?
Answer: Tis 0
Step-by-step explanation:
y is inversely proportional to x when y=9, x=24
Answer:
216
Step-by-step explanation:
y=k÷x
k=xy
k=9×24
k=216
What are the coordinates of the point shown on the coordinate plane?
Answer:
(5,4)
Step-by-step explanation:
The coordinates of a point are the x and y-values of a point. It is organized like (x,y). The x-value is written first and then the y-value. The x-value is the "run" or the horizontal value; so, the value of the axis on the bottom. The y-value is the "rise" or the vertical value. The axes are also labeled. For this graph, the x-value is 5 and the y-value is 4. The final answer is (5,4).
What’s this answer help please
B is the answer for this question hope it helps
Water lilies are often used to decorate ponds, as shown in the photo. But they are also famous for their unusual growth pattern!
Answer:
what is the question
pls mark me as brainlist
Thank you for the points
Joe works as a salesman at the baby retail store. He receives a 5% commission on the first $ 10 000,9% on the next $ 7000, and 13% on any additional sales. Calculate how much Joe must sell to make $ 2082.9 in commission
Answer:
Joe must sell $ 24,330 to make $ 2,082.9 in commission.
Step-by-step explanation:
Since Joe works as a salesman at the baby retail store, and he receives a 5% commission on the first $10,000, 9% on the next $7,000, and 13% on any additional sales, to calculate how much Joe must sell to make $2082.9 in commission the following calculation must be performed:
10,000 x 0.05 = 500
7,000 x 0.09 = 630
2,082.90 - 500 - 630 = X
952.90 = X
0.13X = 952.90
X = 952.90 / 0.13
X = 7.330
10,000 + 7,000 + 7,330 = X
24,330 = X
Therefore, Joe must sell $ 24,330 to make $ 2,082.9 in commission.
Jose bought 750 bags of peanuts for 375.00. He intends to sell each bag for 0.15 more the he paid. How much should he charge for each bag
Answer:
Charge for each bag = 0.65
Step-by-step explanation:
Let the cost of 1 bag be = x
Bags Cost
750 375.00
1 x
[tex]\frac{750}{1} = \frac{375}{x}\\\\x \times 750 = 375 \times 1\\\\x = \frac{375}{750} = 0.50[/tex]
Therefore, the amount Jose paid for each bag = 0.50
He is going to sell each bag for 0.15 more than he paid,
that is , 0.50 + 0.15 = 0.65
How long will it take the same crew to clear the entire plot of 2 1/2 acres?
Answer:
It will take 15 days for the same crew to clear the entire plot of 2 1/2 acres.
Step-by-step explanation:
Given that a crew clears brush from 1/3 acre of land in 2 days, to determine how long will it take the same crew to clear the entire plot of 2 1/2 acres, the following calculation must be performed:
1/3 = 0.333
1/2 = 0.5
0.333 = 2
2.5 = X
2.5 x 2 / 0.333 = X
15 = X
Therefore, it will take 15 days for the same crew to clear the entire plot of 2 1/2 acres.
Kayo earns a weekly salary of $372 at All Sports, Next month, she will be promoted from assistant buyer to head buyer. In her new position, she will be paid $831.33
semimonthly. How much more per year will Kayo earn as a head buyer than as assistant buyer?
Answer:
ok so if she gets paid 372 we just multiply this by 4 since there's 4 weeks in a month then we multiply by 4 so
372*4*12=17856
now we just multiply 831.33 by 2 since she is paid semimonthly and we multiply by 12
831.33*2*12=19951.92
now we just subtract
19951.92-17856=2095.92
so she gets paid 2095.92 more dollars per year
Hope This Helps!!!
Is [0,2) is compact in R?
Answer:
no it is not compact in R
HW HELP PLZZZZ ASAPPPP
Answer:
[tex]\frac{3v}{a^{2}} = h[/tex]
Step-by-step explanation:
[tex]v = \frac{1}{3} a^{2} h[/tex]
[tex]3v = a^{2} h[/tex]
[tex]\frac{3v}{a^{2}} = h[/tex]
please help me out with this.
Answer:
B. -infinity < x < infinity
Step-by-step explanation:
Since it's linear and kind of horizontal, it stretches to infinity on both sides (indicated by arrows on both sides of the line.
2x+3y=8 2x+2y=−5 determine their vertical distance
Answer:
x=2.5
Step-by-step explanation:
2 (2+3y)÷2+3y=8
2+3y+3y=8
2+6y=8
6y=8-2
6y=6
y=1
x=2+3(1)÷2
x=5÷2
x=2.5
The values of x and y are 2.5,1
19. The sum of a number m and a number n, multiplied by ninety-one 20. Forty-one times the difference when six is subtracted from a num- bera 21. A number r divided by the difference between eighty-three and ten 22. The total of a number p and twelve, divided by eighteen 23. The product of a number c and three more than the sum of nine and twelve 24. The sum of a number y and ten, divided by the difference when a number x is decreased by five. I need to convert all of them into expressions. PLEASE HELP.
Answer:
Step-by-step explanation:
19.
The numbers are m and n
Sum of m and n = m + n
Sum is multiplied by 91 = 91 x ( m + n )
20.
Let the number be = m
Six subtracted from the number = m - 6
41 times the difference = 41 x ( m - 6)
21.
Let the number be = r
Difference between 83 and 10 = 83 - 10 = 73
[tex]The \ number\ divided \ by\ the \ difference \ = \frac{r}{73}[/tex]
22.
Total of p and 23 = p + 12
[tex]Total \ divided \ by \ 18 = \frac{p + 12 }{18}[/tex]
23.
The product of c and 3 = 3c
Sum of 9 and 12 = 21
Product is more than Sum = 3c + 21
24.
Sum of y and 10 = y + 10
Number x decreased by 5 = x - 5
[tex]Sum \ divided \ by \ difference = \frac{ y + 10 }{x - 5}[/tex]
Today Katherine woke up late. Since her
alarm did not go off, she only had 37
minutes to get ready for work. She knows
it takes 12 minutes to shower and some
amount of minutes, m, to do her
makeup, but it takes a different amount
of time each day. Represent this situation
using an expression.
Answer:
49+m
Step-by-step explanation:
37+12 = 49
49 + m is the total time Katherine takes.
A sphere has radius 7cm then find its volume
Answer:
1437.3 cm^3 is the volume of sphere whose radius is 7cm
A computer disk that once sold for $2.25 now sells for 25% less. How much does the computer.
Answer:
$ 1.6875 or $1.69 or $1.70
which of the following sets represents the tangeof the function shown? {(-3,4),(5,11),(9,-1),(10,13)}
Explanation:
The range is the set of y outputs of a relation. So we just list the y coordinates of the points shown.
We could sort the values to get {-1, 4, 11, 13}, but order doesn't matter in a set. So this step is optional.
What is the solution to this system of equations?
Answer:
(2,1)
Step-by-step explanation:
the graph intersects at 2 and 1
Prove that: (secA-cosec A) (1+cot A +tan A) =( sec^2A/cosecA)-(Cosec^2A/secA)
Step-by-step explanation:
[tex](\sec A - \csc A)(1 + \cot A + \tan A)[/tex]
[tex]=(\sec A - \csc A)\left(1 + \dfrac{\cos A}{\sin A} + \dfrac{\sin A}{\cos A} \right)[/tex]
[tex]=(\sec A - \csc A)\left(1 + \dfrac{\cos^2 A + \sin^2 A}{\sin A\cos A} \right)[/tex]
[tex]=(\sec A - \csc A)\left(\dfrac{1 + \sin A \cos A}{\sin A \cos A} \right)[/tex]
[tex]=\left(\dfrac{\frac{1}{\cos A} - \frac{1}{\sin A}+\sin A - \cos A}{\sin A\cos A}\right)[/tex]
[tex]=\dfrac{\sin A - \sin A \cos^2A - \cos A + \cos A\sin^2A}{(\sin A\cos A)^2}[/tex]
[tex]=\dfrac{\sin A(1 - \cos^2A) - \cos A (1 - \sin^2 A)}{(\sin A\cos A)^2}[/tex]
[tex]=\dfrac{\sin^3A - \cos^3A}{\sin^2A\cos^2A}[/tex]
[tex]=\dfrac{\sin A}{\cos^2A} - \dfrac{\cos A}{\sin^2A}[/tex]
[tex]=\left(\dfrac{1}{\cos A}\right)\left(\dfrac{\sin A}{1}\right) - \left(\dfrac{1}{\sin^2A}\right) \left(\dfrac{\cos A}{1}\right)[/tex]
[tex]=\sec^2A\csc A - \csc^2A\sec A[/tex]
Solve y = -7(-13)
I'm giving 30 points!
y = -7(-13)
=> y = -7 × (-13)
= y = 91