Answer: B
Step-by-step explanation:
The line [tex]y=2x+3[/tex] is dotted and shaded above.
Eliminate A and D.Similarly, the line [tex]y=\frac{1}{3}x+4[/tex] is also shaded above.
Eliminate C.This leaves B as the correct answer.
slove the following systems of equations using any method. y= 3x + 7 , y= x- 9 , 3x- y= 1 , 7x + 2y = 37.
y=3× + 7 , y=×- 9 , 3×- 9 , 3×- y= 1 , 7× + 2y = 37.
What is equal to 30- 6v - 13w
Simultaneous equations 5x-4y=19
X+2y=8
Answer:
x=5
y=3/2
Step-by-step explanation:
Take it or leave it, that's what the computer said.
Find all solutions of the equation in the interval [0, 2pi); sqrt(3) * csc(theta) - 2 = 0
Answer:
Step-by-step explanation:
Solution of the equation [tex]\sqrt{3} (cosec\theta) -2=0[/tex]in the [ 0, 2π) is [tex]\frac{\pi }{3}[/tex] and [tex]\frac{2\pi }{3}[/tex].
What is trigonometric ratio?" Trigonometric ratios are defined as relation of the ratio of the sides of the triangle to the acute angle of the given triangle enclosed in it."
Formula used
[tex]cosec\theta = \frac{1}{sin\theta}[/tex]
According to the question,
Given trigonometric ratio equation,
[tex]\sqrt{3} (cosec\theta) -2=0[/tex]
Replace trigonometric ratio [tex]cosec\theta[/tex] by [tex]sin\theta[/tex] in the above equation we get,
[tex]\sqrt{3} (\frac{1}{sin\theta} ) -2=0\\\\\implies \sqrt{3} (\frac{1}{sin\theta} ) = 2\\\\\implies sin\theta=\frac{\sqrt{3} }{2}[/tex]
As per given condition of the interval [ 0, 2π) we have,
[tex]\theta = sin^{-1} \frac{\sqrt{3} }{2} \\\\\ implies \theta = \frac{\pi }{3} or \frac{2\pi }{3}[/tex]
Hence, solution of the equation [tex]\sqrt{3} (cosec\theta) -2=0[/tex]in the [ 0, 2π) is
[tex]\frac{\pi }{3}[/tex] and [tex]\frac{2\pi }{3}[/tex].
Learn more about trigonometric ratio here
https://brainly.com/question/1201366
#SPJ3
A rare baseball card just sold for $12,000. Sports experts anticipate this baseball card to increase in value by 9% each decade.
According to the experts, about how much should the baseball card be worth in 30 years?
Hint: A decade is equal to 10 years.
$15,540.35
$159,212.14
$83,614.45
$9042.85
Answer:
$15,540
Step-by-step explanation:
I DONT KNOW IF ITS RIGHT THO BUT
9% = 1,800
Suppose z varies directly with x and inversely with the square of y. If z = 16 when x = 4 and y = 1 , what is z when x = 8 and y = 9 ?
Answer:
z = 3.6
Step-by-step explanation:
Given that,
z varies directly with x and inversely with the square of y. We can write it as :
[tex]z\propto \dfrac{x}{y}\\\\z=\dfrac{kx}{y}[/tex]
Where
k is constant
Put z = 16 when x = 4 and y = 1
[tex]16=\dfrac{k\times 4}{1}\\\\k=4[/tex]
Now put k = 4, x = 8 and y = 9
[tex]z=\dfrac{4\times 8}{9}\\\\z=3.6[/tex]
So, the value of z is equal to 3.6.
Find f(4),f(0),f(-1) & f(x)=6x-7
Answer:
f(4) = 31
f(0) = 7
f(-1) = 1
Step-by-step explanation:
f(x) = 6x + 7
f(4) = 6(4) + 7
f(4) = 24 + 7
f(4) = 31
f(0) = 6(0) + 7
f(0) = 0 + 7
f(0) = 7
f(-1) = 6(-1) + 7
f(-1) = -6 + 7
f(-1) = 1
Find x. Simplify completely.
16
25
X =[?]
Answer:
20
Step-by-step explanation:
a)x^2+16^2=a^2
b)x^2+25^2=b^2
c)a^2+b^2=(16+25)^2
a+b)2x^2+25^2+16^2=41^2=a^2+b^2
2x^2=800
x=20
At one point in history, the NBA finals required that one of the two teams win at least three of five games in order to win the Championship. If one team wins the first two games, what is the probability that the same team wins the Championship, assuming that the two teams are well matched and each team is equally likely to win each game
Answer:
50% i believe
Step-by-step explanation:
because in every scenario theres 2 teams and if they are well matched it be half and half on every game assuming they're the same level of comp
amy shoots a 100 arrows at a target each arrow with a probability 0.2 what is the probability that at most one of her first 10 arrows hits the target
Answer:
0.3758 = 37.58% probability that at most one of her first 10 arrows hits the target
Step-by-step explanation:
For each shot, there are only two possible outcomes. Either they hit the target, or they do not. The probability of a shot hitting the target is independent of any other shot, which means that the binomial probability distribution is used to solve this question.
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.
Each arrow with a probability 0.2
This means that [tex]p = 0.2[/tex]
First 10 arrows
This means that [tex]n = 10[/tex]
What is the probability that at most one of her first 10 arrows hits the target?
This is:
[tex]P(X \leq 1) = P(X = 0) + P(X = 1)[/tex]
So
[tex]P(X = x) = C_{n,x}.p^{x}.(1-p)^{n-x}[/tex]
[tex]P(X = 0) = C_{10,0}.(0.2)^{0}.(0.8)^{10} = 0.1074[/tex]
[tex]P(X = 1) = C_{10,1}.(0.2)^{1}.(0.8)^{9} = 0.2684[/tex]
Then
[tex]P(X \leq 1) = P(X = 0) + P(X = 1) = 0.1074 + 0.2684 = 0.3758[/tex]
0.3758 = 37.58% probability that at most one of her first 10 arrows hits the target
a Given: △CDE, DK ⊥ CE ,CD=DE Area of △CDE = 29cm2 m∠CDE=31° Find: DK
Answer:
DK = 10.23 units (approx)
Step-by-step explanation:
(DK * (CK + KE))/2 = 29
DK * CK = 29
180 - 31 = 149
149/2 = 74.5 --> degree of other angles
tan 74.5 = DK/CK
CK * tan 74.5 = DK
CK * CK * tan 74.5 = 29
CK = 2.83591462
2.83591462 * tan 74.5 = DK
DK = 10.22597776
So DK is approximately 10.23 units.
Hope this helps!
Date Page The male population of a village is 9840 and the female population is 8965. Find the total population of the village ii) How many more males are there than females
-2,6,-18,54, what is the common ratio of the sequence
Answer:
2
Step-by-step explanation:
Answer:
Common Ratio=-3
Step-by-step explanation:
To find any common ratio in a sequence, always take the second number in the sequence and divide it by the first number. However, you must be careful because the common ratio should only be negative if the values in the sequence are alternating between negative and positive. Therefore, if the sequence of numbers is simply decreasing in value, this does not mean that the common ratio is negative. The common ratio would still be positive. If the sequence is decreasing in value, this means that the common ratio would be a fraction or a decimal less than one.
Graph g(x)=-8|x |+1.
Answer:
[tex] g(x)=-8|x |+1. = 9552815 \geqslant 6[/tex]
Find out the quotient
-72 ÷ (-2) = ?
-72 ÷ 2 = ?
72 ÷ (-2) = ?
(Thank you to whoever helps me out )
Answer/Step-by-step explanation:
✔️-72 ÷ (-2)
The division of two negative numbers will give us a positive number. i.e. - ÷ - = +
Therefore:
-72 ÷ (-2) = 36
✔️-72 ÷ 2
The division of a negative number and a positive number will give us a negative number. i.e. - ÷ + = -
Therefore:
-72 ÷ 2 = -36
✔️72 ÷ (-2)
The division of a positive number and a negative number will give us a negative number. i.e. + ÷ - = -
Therefore:
72 ÷ (-2) = -36
According to estimates by the office of the Treasury Inspector General of IRS, approximately 0.0746 of the tax returns filed are fraudulent or will contain errors that are purposely made to cheat the IRS. In a random sample of 318 independent returns from this year, what is the probability that at least 23 will be fraudulent or will contain errors that are purposely made to cheat the IRS
Answer:
0.6026 = 60.26% probability that at least 23 will be fraudulent or will contain errors that are purposely made to cheat the IRS
Step-by-step explanation:
We use the normal approximation to the binomial to solve this question.
Binomial probability distribution
Probability of exactly x successes on n repeated trials, with p probability.
Can be approximated to a normal distribution, using the expected value and the standard deviation.
The expected value of the binomial distribution is:
[tex]E(X) = np[/tex]
The standard deviation of the binomial distribution is:
[tex]\sqrt{V(X)} = \sqrt{np(1-p)}[/tex]
Normal probability distribution
Problems of normally distributed distributions can be solved using the z-score formula.
In a set with mean [tex]\mu[/tex] and standard deviation [tex]\sigma[/tex], the zscore 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 pvalue, we get the probability that the value of the measure is greater than X.
When we are approximating a binomial distribution to a normal one, we have that [tex]\mu = E(X)[/tex], [tex]\sigma = \sqrt{V(X)}[/tex].
Approximately 0.0746 of the tax returns filed are fraudulent or will contain errors.
This means that [tex]p = 0.0746[/tex]
Random sample of 318 independent returns
This means that [tex]n = 318[/tex]
Mean and standard deviation:
[tex]\mu = E(X) = np = 318*0.0746 = 23.7228[/tex]
[tex]\sigma = \sqrt{V(X)} = \sqrt{np(1-p)} = \sqrt{318*0.0746*0.9254} = 4.6854[/tex]
What is the probability that at least 23 will be fraudulent or will contain errors that are purposely made to cheat the IRS?
Using continuity correction, this is [tex]P(X \geq 23 - 0.5) = P(X \geq 22.5)[/tex], which is 1 subtracted by the p-value of Z when X = 22.5. So
[tex]Z = \frac{X - \mu}{\sigma}[/tex]
[tex]Z = \frac{22.5 - 23.7228}{4.6854}[/tex]
[tex]Z = -0.26[/tex]
[tex]Z = -0.26[/tex] has a p-value of 0.3974.
1 - 0.3974 = 0.6026
0.6026 = 60.26% probability that at least 23 will be fraudulent or will contain errors that are purposely made to cheat the IRS
A rectangular garden is 5 ft longer than it is wide. Its area is 1800ft^2. What are its dimensions?
Answer:
The dimensions are 45 feet by 40 feet.
Step-by-step explanation:
Recall that the area of a rectangle is given by:
[tex]\displaystyle A=w\ell[/tex]
Where w is the width and l is the length.
The length is five feet longer than the width. Thus, we can write that:
[tex]\ell = w+5[/tex]
The total area is 1800 square feet. Substitute:
[tex]1800=w(w+5)[/tex]
Solve for w. Distribute:
[tex]w^2+5w=1800[/tex]
Subtract 1800 from both sides:
[tex]w^2+5w-1800=0[/tex]
Factor. We can use 45 and -40. Hence:
[tex]\displaystyle (w+45)(w-40)=0[/tex]
Zero Product Property:
[tex]w+45=0\text{ or } w-40=0[/tex]
Solve for each case:
[tex]\displaystyle w=-45\text{ or } w=40[/tex]
Since the width cannot be negative, we can ignore the first solution.
So, the width is 40 feet. Since the length is five feet longer, the length is 45 feet.
The dimensions are 45 feet by 40 feet.
Find m<1. Please answer by tomrrow
Answer:
59
Step-by-step explanation:
Just get the supplement of 121.
So angle 1 is 180-121 = 59 degrees
consider this equation sin(theta) = -4 square root of 29/29 if theta is an angle in quadrant IV what is the value of cos (theta)
Answer:
[tex]\cos(\theta)= \frac{\sqrt{377}}{29}[/tex]
Step-by-step explanation:
Given
[tex]\sin(\theta) = -\frac{4}{\sqrt{29}}[/tex] -- the correct expression
Required
[tex]\cos(\theta)[/tex]
We know that:
[tex]\sin^2(\theta) + \cos^2(\theta)= 1[/tex]
Make [tex]\cos^2(\theta)[/tex] the subject
[tex]\cos^2(\theta)= 1 - \sin^2(\theta)[/tex]
Substitute: [tex]\sin(\theta) = -\frac{4}{\sqrt{29}}[/tex]
[tex]\cos^2(\theta)= 1 - (-\frac{4}{\sqrt{29}})^2[/tex]
Evaluate all squares
[tex]\cos^2(\theta)= 1 - (\frac{16}{29})[/tex]
Take LCM
[tex]\cos^2(\theta)= \frac{29 - 16}{29}[/tex]
[tex]\cos^2(\theta)= \frac{13}{29}[/tex]
Take square roots of both sides
[tex]\cos(\theta)= \±\sqrt{\frac{13}{29}}[/tex]
cosine is positive in the 4th quadrant;
So:
[tex]\cos(\theta)= \sqrt{\frac{13}{29}}[/tex]
Split
[tex]\cos(\theta)= \frac{\sqrt{13}}{\sqrt{29}}[/tex]
Rationalize
[tex]\cos(\theta)= \frac{\sqrt{13}}{\sqrt{29}} * \frac{\sqrt{29}}{\sqrt{29}}[/tex]
[tex]\cos(\theta)= \frac{\sqrt{13*29}}{29}[/tex]
[tex]\cos(\theta)= \frac{\sqrt{377}}{29}[/tex]
Help please asap!!! Thank you!
Answer:
Here's your answer.
Step-by-step explanation:
Just multiply in
What is the appropriate measure of angle B?
Answer:
36.87
Step-by-step explanation:
sin(b)/12 = .05
arcsin(.6) = 36.87
What two methods are the best choices to factor this expression?
18x2 − 8
Answer:
18x2 is 36 but you have to minus it so the answer is 28.
Given that Q(x)=2x^2 +5x-3 find and simplify Q(a+h)-Q(a-h)
Step-by-step explanation:
here is the answer. Feel free to ask for more.
John's age 4 years ago, if he will be y years old in 5 years
9514 1404 393
Answer:
y -9
Step-by-step explanation:
From 4 years ago until 5 years from now, John will age 9 years. That is, his age 4 years ago is 9 years less than it will be in 5 years.
John's age 4 years ago is y-9 years.
Find the time required for an investment of 5000 dollars to grow to 8600 dollars at an interest rate of 7.5 percent per year, compounded quarterly.
Answer:
about 7.3 years
Step-by-step explanation:
[tex]8600=5000(1+\frac{.075}{4})^{4*t}\\1.72=(1.01875)^{4t}\\log_{1.01875}1.72=4t\\29.19428479=4t\\t=7.298571198[/tex]
Answer:
The answer is t=7.3
PLEASE HELP ME PLEASE
Answer:
Ok so these triangle are the same with equivalent angles
so we can add up the angles 80+26=106
now we subtract from 180
180-106=74
so the measure of angle b is 74
Hope This Helps!!!
HELP PLSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS
Answer:
12
Step-by-step explanation:
10 - 1/2 x = 12-4/3x
60 - 3x = 72-2x
-12 = - x
Which table represents a linear function?
Х
1
2
3
4
y
3
6
12
24
х
1
2
3
4
у
2.
5
9
14
х
1
2
3
4
у
-3
-5
-7
-9
х
1
2
3
4
у
-2
-4
-2
0
Answer:
3
Step-by-step explanation:
x 1,2,3,4
y-3,-5,-7,-9
[tex]y = - 3 - (x - 1) \times 2[/tex]
The linear function is given by y = 7x - 4
A linear function is in the form:
y = mx + b
where y, x are variables, m is the rate of change and b is the y intercept
From the table, using the points (1, 3) and (4, 24):
[tex]y-y_1=\frac{y_2-y_1}{x_2-x_1} (x-x_1)\\\\y-3=\frac{24-3}{4-1}(x-1)\\\\ y=7x-4[/tex]
The linear function is given by y = 7x - 4.
Find out more on linear function at: https://brainly.com/question/4025726
Some number times 7 is equal to the number increased by 9
Write out the equation. Do not solve the equation.
Answer:
7x = x + 9.
Step-by-step explanation:
7 × something = something + 9, right?
So, 7x = x + 9.
The sum of two numbers is 125. Their difference is 47. The two numbers are:
a)39 and 86.
b)40 and 85.
c)47 and 78.
d)None of these choices are correct.
Answer:
let x represent the bigger number
x+x-47=125
2x-47=125
2x=125+47
2x=172
2x/2=172/2
x=86
the smaller number=x-47
86-47
39
therefore the answer is a) 39 and 86
Answer:
A
Step-by-step explanation:
To find the sum of 125, you have to add the numbers.
39+86 = 125
To find the difference of 47, you have to subtract the numbers.
86-39 = 47