Answer:
No solution.
Step-by-step explanation:
Given
[tex]a = 14; b= 12; B = 90^\circ[/tex]
Required
Find all possible solutions
If [tex]B = 90^\circ[/tex], then the triangle is right-angled and the hypotenuse is at b
Given that [tex]a = 14; b= 12;[/tex]
This implies that a > b
In a right-angled triangle, the hypotenuse (side b) is the longest.
Since this is not true for the given sides, then the triangle has no solution.
Please answer this correctly without making mistakes
Answer:
w-(v+4)
Step-by-step explanation:
please give brainliest
Juan's car used 12 gallons of gasoline to travel 456 miles. How many miles do I travel for each gallon of gasoline?
Answer:
38 miles per gallon
Step-by-step explanation:
465 miles / 12 gallons
38 miles / gallon
Enter the equation of the line in the form y=mx+b where m is the slope and b is the y-intercept.
Answer:
y=3/1+-2
Step-by-step explanation:
Windsor the dog ate 4 3/4 snack bones each day for a week . How many bones did Windsor eat that week ?
Answer:
4*3/4* 7=21 bones per week
Answer:
= 4 ¾ × 7
= 33.25 snack bones
Find the value of x.
What method can be used to prove the triangles are congruent?
Options: AAS, ASA, SSS, SAS, HL or Not Possible
Answer:
An method would be ASA
Step-by-step explanation:
Identify whether the statement describes inferential statistics or descriptive statistics a) A diet high in fruits and vegetables will lower blood pressure (Source: Institute of Medicine). [ Select ] b) The national average annual medicine expenditure per person is $1052 (Source: The Greensburg Tribune Review). [ Select ] c) There is a relationship between smoking cigarettes and getting emphysema. [ Select ]
|x+3 , if x = 2. Plz help I will pick brainlist
Answer:
1(2)+3=5
Step-by-step explanation:
Determine the perimeter of a rectangle feet
Step-by-step explanation:
2l+2w=perimeter
L is Length
W width
Answer:
24ft
Step-by-step explanation:
it said its right
help me please i will heart the first correct comment
15 pt = _______ qt
Group of answer choices
1.30
2.240
3. 15/16
4. 7 1/2
Answer:
4. 7 1/2 is Answer
Step-by-step explanation:
I hope it's helpful!
The radius of a circle is tripled.
How does the circumference change? Please answer quick
Answer:
A. It is tripled.
Step-by-step explanation:
Which of the following is not represented in the
image below?
8
O Line segment CD
O Line BC
O Ray BC
O Point B
Answer:
Line segment CD and Line BC are not represented.
Step-by-step explanation:
Line segment CD is not represented because a line segment is a portion of a line that has 2 distinct end points.
Line BC is not represented because a line is a straight path that has no beginning nor an end
Ray BC is represented because a ray is a part of a line which has one end point and extends infinitely in one direction.
Point B is represented because we can see a dot at B indicating that B is a point.
I need help with this.
Y=6x -7
Every week William collects a few pounds of plastic bags to recycle. The graph below shows the total number of pounds of plastic bags (y) that William collected in a certain amount of time (x), in weeks:
What would most likely be the total amount of plastic, in pounds, William would collect in 10 weeks?
340 pounds
400 pounds
440 pounds
540 pounds
Answer:
A. 340 lbs
hope this helps
Answer:
440
Step-by-step explanation:
Y=Mx+b
y=40x+40
y=40(10)+40
y=400 + 40
y=440
62% of owned dogs in the United States are spayed or neutered. Round your answers to four decimal places. If 48 owned dogs are randomly selected, find the probability that
a. Exactly 30 of them are spayed or neutered.
b. At most 33 of them are spayed or neutered.
c. At least 31 of them are spayed or neutered.
d. Between 24 and 30 (including 24 and 30) of them are spayed or neutered.
Answer:
a) 0.1180 = 11.80% probability that exactly 30 of them are spayed or neutered.
b) 0.8665 = 86.65% probability that at most 33 of them are spayed or neutered.
c) 0.4129 = 41.29% probability that at least 31 of them are spayed or neutered.
d) 0.5557 = 55.57% probability that between 24 and 30 of them are spayed or neutered.
Step-by-step explanation:
To solve this question, we use the binomial probability distribution, and also it's approximation to the normal distribution.
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.
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].
62% of owned dogs in the United States are spayed or neutered.
This means that [tex]p = 0.62[/tex]
48 owned dogs are randomly selected
This means that [tex]n = 48[/tex]
Mean and standard deviation, for the approximation:
[tex]\mu = E(x) = np = 48*0.62 = 29.76[/tex]
[tex]\sigma = \sqrt{V(X)} = \sqrt{np(1-p)} = \sqrt{48*0.62*0.38} = 3.36[/tex]
a. Exactly 30 of them are spayed or neutered.
This is P(X = 30), which is not necessary the use of the approximation.
[tex]P(X = x) = C_{n,x}.p^{x}.(1-p)^{n-x}[/tex]
[tex]P(X = 30) = C_{48,30}.(0.62)^{30}.(0.38)^{18} = 0.1180[/tex]
0.1180 = 11.80% probability that exactly 30 of them are spayed or neutered.
b. At most 33 of them are spayed or neutered.
Now we use the approximation. This is, using continuity correction, [tex]P(X \leq 33 + 0.5) = P(X \leq 33.5)[/tex], which is the pvalue of Z when X = 33.5. So
[tex]Z = \frac{X - \mu}{\sigma}[/tex]
[tex]Z = \frac{33.5 - 29.76}{3.36}[/tex]
[tex]Z = 1.11[/tex]
[tex]Z = 1.11[/tex] has a pvalue of 0.8665
0.8665 = 86.65% probability that at most 33 of them are spayed or neutered.
c. At least 31 of them are spayed or neutered.
Using continuity correction, this is [tex]P(X \geq 31 - 0.5) = P(X \geq 30.5)[/tex], which is 1 subtracted by the pvalue of Z when X = 30.5. So
[tex]Z = \frac{X - \mu}{\sigma}[/tex]
[tex]Z = \frac{30.5 - 29.76}{3.36}[/tex]
[tex]Z = 0.22[/tex]
[tex]Z = 0.22[/tex] has a pvalue of 0.5871
1 - 0.5871 = 0.4129
0.4129 = 41.29% probability that at least 31 of them are spayed or neutered.
d. Between 24 and 30 (including 24 and 30) of them are spayed or neutered.
This is, using continuity correction, [tex]P(24 - 0.5 \leq X \leq 30 + 0.5) = P(23.5 \leq X \leq 30.5)[/tex], which is the pvalue of Z when X = 30.5 subtracted by the pvalue of Z when X = 23.5.
X = 30.5
[tex]Z = \frac{X - \mu}{\sigma}[/tex]
[tex]Z = \frac{30.5 - 29.76}{3.36}[/tex]
[tex]Z = 0.22[/tex]
[tex]Z = 0.22[/tex] has a pvalue of 0.5871
X = 23.5
[tex]Z = \frac{X - \mu}{\sigma}[/tex]
[tex]Z = \frac{23.5 - 29.76}{3.36}[/tex]
[tex]Z = -1.86[/tex]
[tex]Z = -1.86[/tex] has a pvalue of 0.0314
0.5871 - 0.0314 = 0.5557
0.5557 = 55.57% probability that between 24 and 30 of them are spayed or neutered.
If 40% of the voters who responded are over 40 years old, how many voters responded in all?
A. 120
B. 88
C. 80
D. 68
solve problem by dividing 39÷2886=
Answer:
0.0135
Step-by-step explanation:
3×13÷2×13×37
The graph represents the average heights of boys in the United States from age two to age ten. A line of best fit has been drawn through the data.
Answer:
there is no question but if its on performance matters, its very close to 1 thats the answer
Step-by-step explanation:
When attending a movie, patrons are interested in avoiding the pre-movie trivia games, ads, and previews. It is known that the previews begin at the scheduled movie start time and they last between 5 and 15 minutes. Assume that the time of the previews is uniformly distributed. What is the probability that on a given day the previews last between 10 and 12 minutes
Answer:
0.2 = 20% probability that on a given day the previews last between 10 and 12 minutes
Step-by-step explanation:
A distribution is called uniform if each outcome has the same probability of happening.
The uniform distributon has two bounds, a and b, and the probability of finding a value between c and d is given by:
[tex]P(c \leq X \leq d) = \frac{d - c}{b - a}[/tex]
It is known that the previews begin at the scheduled movie start time and they last between 5 and 15 minutes.
This means that [tex]a = 5, b = 15[/tex]
What is the probability that on a given day the previews last between 10 and 12 minutes?
[tex]P(10 \leq X \leq 12) = \frac{12 - 10}{15 - 5} = \frac{2}{10} = 0.2[/tex]
0.2 = 20% probability that on a given day the previews last between 10 and 12 minutes
find the next three terms in each sequence. then, write the rule for finding the nth terms. 1. 1, 4, 7, 10
Can a triangle have the following side lengths? Explain.
5 feet, 2 feet, 10 feet
Answer:
No, this can not be a triangle because if you use the Pythagorean theorem 5 squared plus 2 squared doesn't equal 10 squared.
Step-by-step explanation:
You take 5 squared and 2 squared and add them, you then find the square root and that should equal 10, if not its not a triangle.
The sale at Publix states that you'll get a 22% discount when you buy a cooking pot for $25. How much did you save?
Answer:
im think it would be $5.50
Please help I need it by today...
also sorry...
Answer:
Step-by-step explanation:
A \greenD{3\,\text{cm} \times 10\,\text{cm}}3cm×10cmstart color #1fab54, 3, start text, c, m, end text, times, 10, start text, c, m, end text, end color #1fab54 rectangle sits inside a circle with radius of \blueD{12\,\text{cm}}12cmstart color #11accd, 12, start text, c, m, end text, end color #11accd.
What is the area of the shaded region?
Round your final answer to the nearest hundredth.
20. Give an example of a function from N to N that is a) one-to-one but not onto. b) onto but not one-to-one. c) both onto and one-to-one (but different from the identity function). d) neither one-to-one nor onto.
Answer:
Step-by-step explanation:
a) To provide an example of a function N → N that is one-to-one but not onto.
Suppose [tex]f:N\to N[/tex] to be [tex]f(n)=n^2[/tex]
Then; [tex]\text{a function } \ f: A \to B\ \text{is one-to-one if and only if } f(a) = f(b) \implies a = b \ for \ a, b \ \epsilon \ A.[/tex]
[tex]\text{a function } \ f: A \to B\ \text{is onto if and only if for every element } b \ \epsilon \ B \\ \text{there exist an element a} \ \epsilon\ A \ such \ that f(a) = b}[/tex]
Now, assuming [tex]a \ \Big {\varepsilon} \ N \& \ b \ \epsilon \ N;[/tex]
Then [tex]f(a) = f(b)[/tex]
[tex]a^2 = b^2 \\ \\ a = b[/tex]
The above function is said to be one-to-one
[tex]\text{it is equally understandable that not every natural number is the square of a natural number}[/tex]e.g
2 is not a perfect square, hence, it is not regarded as the image of any natural no.
As such, f is not onto.
We can thereby conclude that the function [tex]f(n) = n^2[/tex] is one-to-one but not onto
b)
[tex]Suppose f: N \to N[/tex] be
[tex]f(n) = [n/2] \\ \\ For \ n =1, f(1) = [1/2] = [0.5] = 1 \\ \\ For \ n=2 , f(2) = [2/2] = [1] = 1[/tex]
It implies that the function is not one-to-one since there exist different natural no. having the same image.
So, for [tex]n \epsilon N[/tex] , there exists an image of 2n in N
i.e.
[tex]f(2n) = [2n/2] = [n] = n[/tex]
Hence, the function is onto
We thereby conclude that the function [tex]f(n) = [n/2] \text{ is onto but not one-to-one}[/tex]
c)
[tex]let f: N\to N[/tex] be [tex]f(n) = \left \{ {{n+1, \ if \ n \ is \ even } \atop n-1 , \ if \ n \ is \ odd} \right.[/tex]
So, if n, m is odd:
Then:
[tex]f(n) = f(m) \\ \\ n-1 = m-1 \\ \\ n = m[/tex]
Likewise, if n, m is even:
Then;
[tex]f(n) = f(m) \\ \\ n+1 = m+ 1 \\ \\ n = m[/tex]
The function is then said to be one-to-one.
However, For [tex]n \epsilon N[/tex] and is odd, there exists an image of [tex]n - 1[/tex]that is even;
[tex]f(n - 1) = n -1 + 1 =n[/tex]
For [tex]n \epsilon N[/tex] and is even, there exists an image of [tex]n + 1[/tex]that is odd;
[tex]f(n - 1) = n +1 - 1 = n[/tex]
where(; implies such that)
Hence, this function is said to be onto.
We can therefore conclude that the function [tex]f(n) = \left \{ {{n+1, \ if \ n \ is \ even } \atop n-1 , \ if \ n \ is \ odd} \right.[/tex] is both onto and one-to-one.
d)
Here, to provide an example where the [tex]f:N \to N[/tex] is neither one-to-one nor onto.
SO;
Let [tex]f : N \to N[/tex] is defined to be [tex]f(n)=0[/tex]
Then, since every integer has the same image as zero(0), the function is not one-to-one.
Similarly, the function is not onto since every positive integer is not an image of any natural number.
We, therefore conclude that, the function [tex]f(n)=0[/tex] is neither one-to-one nor onto.
Given the function g(x) = x3 – X, what is the value of g (3)?
Enter your answer in the box.
9 (3)
Answer:
Step-by-step explanation:
Simply putting the value of x = 3 in the equation
g(x) = x3 - x
g(3) = (3)3 - (3)
= 27 - 3 = 24
The value of the function will be equal to 24.
What is a function?A function is defined as the expression that set up the relationship between the dependent variable and independent variable.
Simply put the value of x = 3 in the equation
g(x) = x³ - x
g(3) = (3)³ - (3)
g(3) = 27 - 3 = 24
Therefore the value of the function will be equal to 24.
To know more about function follow
https://brainly.com/question/25638609
#SPJ2
Help me please I give brainliest and be serious
Answer:
15, y = 1/2x + 3.75
Step-by-step explanation:
Am not 100% sure but for #15
cuz I graphed it & it looks alike
They are nine red and six Green marbles in a bag Reach in the bag and randomly takes out one mobile what is the probability of the child get an a green marble
Answer:
[tex]P(Green) = \frac{6}{15}[/tex]
Step-by-step explanation:
Given
[tex]Red = 9[/tex]
[tex]Green = 6[/tex]
Required
The probability of selecting green marble
This is calculated as:
[tex]P(Green) = \frac{Green}{Green + Red}[/tex]
[tex]P(Green) = \frac{6}{9+6}[/tex]
[tex]P(Green) = \frac{6}{15}[/tex]
What is the answer
How do you solve it
Answer:
-50y+(-80)
Step-by-step explanation:
Which equations can be best solved with the square root method?
Select each correct answer.
x2−100=0
(x−6)2=25
x2−11x=−28
x2−10x+24=0
Answer:
The first two equations.
Step-by-step explanation:
The first equation:
x² - 100 = 0
x² = 100
√x² = √100
x = ±10
x = 10 or -10
Second equation:
(x - 6)² = 25
√(x - 6)² = √25
x - 6 = ±5
x - 6 = 5 or x - 6 = -5
x = 11 or 1
It seems that for the other two equations, you have to complete the square and factor them out.