Answer:
[tex]\boxed{ \{7, 6, 5, 3 \} }[/tex]
Step-by-step explanation:
The domain is all possible values for x.
The range is all possible values for f(x) or y.
The domain given is {-3, -2, -1, 1}.
Plug x as {-3, -2, -1, 1} and find the f(x) or y values.
[tex]f(-3)=-(-3)+4=7\\f(-2)=-(-2)+4=6\\f(-1)=-(-1)+4=5\\f(1)=-(1)+4=3[/tex]
The range is {7, 6, 5, 3}, when the domain is {-3, -2, -1, 1}.
can someone help me with this graphical method equation 3x + 5y = -2 7x - 8y = 15
Answer:
x = 1
y = -1
Step-by-step explanation:
3x + 5y = -2
7x - 8y = 15
=> -8y = 15 - 7x
=> -y = 15/8 - 7/8x
=> y = -15/8 + 7/8x
3x + 5(-15/8 + 7/8x) = -2
=> 3x -75/8 + 35/8x = -2
=> 24/8x - 75/8 + 35/8x = -16/8
=> 59/8x - 75/8 = -16/8
=> 59/8x = 59/8
=> x = 59/8 x 8/59
=> x = 472/472
=> x = 1
x = 1
So, 3x + 5y = -2
=> 3 (1) + 5y = -2
=> 3 + 5y = -2
=> 5y = -5
=> y = -5/5
=> y = -1
So, x = 1
=> y = -1
2. Describe two methods to determine whether ratios form a proportion.
Answer:
1. Write both ratios as fractions and reduce them completely. If they are the same fraction, the ratios form a proportion.
2. Write both ratios as fractions. Do the cross products by multiplying the denominator of each fraction by the numerator of the other fraction. If the cross products are equal, the ratios form a proportion.
I'm doing a task which involves magic v's, a maths pattern which has the rule of having the same total on each side. For e.g.
6 5
3 4
2
Is a magic v because each side adds up to 11. I need to make magic V's with the number 2-6 and 3-7. There are 24 possibilities for each number set.
Answer:
--1-- (of set 23456)
2 4
5 3
6
--2-- (of set 23456)
2 3
5 4
6
--3-- (of set 23456)
2 5
6 3
4
--4-- (of set 23456)
2 3
6 5
4
--5-- (of set 23456)
3 5
4 2
6
--6-- (of set 23456)
3 2
4 5
6
--7-- (of set 23456)
3 6
5 2
4
--8-- (of set 23456)
3 2
5 6
4
--9-- (of set 23456)
3 5
6 4
2
--10-- (of set 23456)
3 4
6 5
2
--11-- (of set 23456)
4 5
3 2
6
--12-- (of set 23456)
4 2
3 5
6
--13-- (of set 23456)
4 6
5 3
2
--14-- (of set 23456)
4 3
5 6
2
--15-- (of set 23456)
5 4
2 3
6
--16-- (of set 23456)
5 3
2 4
6
--17-- (of set 23456)
5 6
3 2
4
--18-- (of set 23456)
5 2
3 6
4
--19-- (of set 23456)
5 6
4 3
2
--20-- (of set 23456)
5 3
4 6
2
--21-- (of set 23456)
6 5
2 3
4
--22-- (of set 23456)
6 3
2 5
4
--23-- (of set 23456)
6 5
3 4
2
--24-- (of set 23456)
6 4
3 5
2
--1-- (of set 34567)
3 5
6 4
7
--2-- (of set 34567)
3 4
6 5
7
--3-- (of set 34567)
3 6
7 4
5
--4-- (of set 34567)
3 4
7 6
5
--5-- (of set 34567)
4 6
5 3
7
--6-- (of set 34567)
4 3
5 6
7
--7-- (of set 34567)
4 7
6 3
5
--8-- (of set 34567)
4 3
6 7
5
--9-- (of set 34567)
4 6
7 5
3
--10-- (of set 34567)
4 5
7 6
3
--11-- (of set 34567)
5 6
4 3
7
--12-- (of set 34567)
5 3
4 6
7
--13-- (of set 34567)
5 7
6 4
3
--14-- (of set 34567)
5 4
6 7
3
--15-- (of set 34567)
6 5
3 4
7
--16-- (of set 34567)
6 4
3 5
7
--17-- (of set 34567)
6 7
4 3
5
--18-- (of set 34567)
6 3
4 7
5
--19-- (of set 34567)
6 7
5 4
3
--20-- (of set 34567)
6 4
5 7
3
--21-- (of set 34567)
7 6
3 4
5
--22-- (of set 34567)
7 4
3 6
5
--23-- (of set 34567)
7 6
4 5
3
--24-- (of set 34567)
7 5
4 6
3
Step-by-step explanation:
This javascript code is extremely brute-force, but it does the job:
function checkIfInSet(i, set) {
return i.toString().split('').sort().join('') === set;
}
function checkIfMagic(s) {
return (parseInt(s[0]) + parseInt(s[1]) == parseInt(s[3]) + parseInt(s[4]))
}
function printMagic(s) {
console.log(`${s[0]} ${s[4]}`);
console.log(` ${s[1]} ${s[3]}`);
console.log(` ${s[2]}\n`);
}
function checkSet(set) {
let counter = 1;
for(let i=1; i<99999; i++) {
if (checkIfInSet(i, set) && checkIfMagic(i.toString())) {
console.log(`--${counter++}-- (of set ${set})`);
printMagic(i.toString());
}
}
}
checkSet('23456');
checkSet('34567');
Use the image to answer the question. What notes do you see? a. quarter and eighth notes b. whole and quarter notes c. eighth and sixteenth notes d. quarter and sixteenth notes help me please, ty
Answer:
a. quarter and eighth notes is the best option
Step-by-step explanation:
you can get help from this attachment
hope it will help you :)
A square plot of land has an area of 484m².What is the perimeter
Answer:
Perimeter: 88m
Step-by-step explanation:
Area of the square plot = (Side) X (Side)
And we are given the area is 484m²,
therefore, (Side) X (Side) = 484m²
or,
(Side)² = 484, taking square root on both the sides,
[tex]\sqrt{(Side)^{2} }[/tex] = [tex]\sqrt{484}[/tex]
Side = 22m.
And we know that, perimeter of a square is = 4 X (Side)
Therefore, Perimeter = 4 X 22 = 88m
:-)
Answer:
88m
Step-by-step explanation:
Area = 484m^2
A= s^2
484= s^2
s=[tex]\sqrt{484}[/tex]=22m
∴22m=s
⇒So, Perimeter= 4a=22*4= 88m
Find an equation of the line with x-intercept 8 and y-intercept 4
Answer:
y = -1/2x + 4
Step-by-step explanation:
We have two points ( 8,0) and ( 0,4)
We can find the slope
m =(y2-y1)/(x2-x1)
= (4-0)/(0-8)
4/-8
-1/2
We can use the slope intercept form
y = mx+b where m is the slope and b is the y intercept
y = -1/2x + 4
Answer:
Step-by-step explanation:
eq. of line with intercepts a and b is
[tex]\frac{x}{a} +\frac{y}{b} =1\\here ~eq. ~of ~line~ is ~ \frac{x}{8} +\frac{y}{4} =1\\or x+2y=8\\[/tex]
Charlotte ordered dinner to be delivered to her house. The dinner cost d dollars before any tax or discounts were applied. She had a coupon for a 10% discount on the cost after an 8% tax was applied. She added a 16% tip to the total before any tax or discounts were applied. Which expressions could represent the total amount Charlotte paid
Answer:
1.132d
Step-by-step explanation:
Cost of the dinner=$d
Coupon=10% after
Tax=8%
Tax=0.08d
Tax + cost of dinner= d + 0.08d
Coupon for 10% discount after tax
10% coupon discount means she will pay 100% - 10%( coupon)
=90%
Price=90%(d + 0.08d)
=0.9(1.08d)
She added 16% tip to the total cost before any price or discount was applied
16% of d
=0.16*d
=0.16d
New price= 0.09(1.08d) + 0.16d
=0.972d + 0.16d
=1.132d
Having trouble.. help?
Answer:
(A) [tex]y = x+3[/tex]
Step-by-step explanation:
Using the values of (-6, -3), (3,6), and (5,8) we can substitute the values into each equation and see if the equation meets the requirements for all 3.
Let's test A first.
[tex]-3 = -6+3[/tex]
Correct, let's try the second pair.
[tex]6 = 3+3[/tex]
Correct, let's try the third pair.
[tex]8 = 5+3[/tex]
So yes, this equation works.
For fun, let's try the other equations.
Let's test B.
[tex]-3 = -6-3[/tex]
This is not true as -6 -3 = -9. So this equation is immediately ruled out.
Let's test C.
[tex]-3 = 2\cdot-6[/tex]
Again this doesn't work, as -6 times 2 is -12. So this equation is also ruled out.
Let's try D.
[tex]-3 = \frac{1}{2}\cdot-6[/tex]
This works, as half of -6 is -3 - however the equation will only work if all 3 pairs work for it.
Let's try the second pair.
[tex]6 = \frac{1}{2}\cdot3[/tex]
This doesn't work, as half of 3 is 1.5. This equation is also ruled out.
Therefore, A is the only equation that works with these pairs.
Hope this helped!
Please help! I’ve tried every site and nothing has helped
The answer is 11.8
Answer:
11.8%
Step-by-step explanation:
Here in this question, we want to find the probability of no success in the binomial experiment for 6 trials.
Let p = probability of success = 30% = 30/100 = 0.3
q = probability of failure = 1-p = 1-0.3 = 0.7
Now to calculate the probability, we shall need to use the Bernoulli approximation of the binomial theorem.
That would be;
P(X = 0) = 6C0 p^0 q^6
6C0 is pronounced six combination zero
= 6 * 0.3^0 * 0.7^6 = 1 * 1 * 0.117649 = 0.117649
This is approximately 0.1176
If we convert this to percentage we have 11.76%
But we want our answer rounded to the nearest tenth of a percent and that is 11.8%
type in symbols to make 3,7,12,2 equal 45
Answer:
The answer is (3×7) + (12×2) .
[tex](3 \times 7) + (12 \times 2)[/tex]
[tex] = 21 + 24[/tex]
[tex] = 45[/tex]
I need help with these 2 questions. PLZZ help!!!
Answer:
Step-by-step explanation:
if x is the bill and y is the tip ten
x+y>14.50
x<2 and x≤ 2
when the sign is< then the dot has to be clear , because 2 does not count and x is less than 2 and not equal to 2
when the sign is ≤ the dot on the graph is solid which represent the equal to.
A player has 15 hits in 34 times at bat and then gets another hit. Did the batting average increase explain
Given that p=x^2-y^2/x^2+xy
I. Express p in the simplest form
ii. Find the value of p, if x=-4 and y=-6
Answer:
When x = -4 and y = -6, p = 37.75
Step-by-step explanation:
Given that p = x² - y²/x² + x·y, we have;
p = (x² × x² -y² + x·y×x²)/x²
p = (x²⁺² - y² + x¹⁺² × y)/x²
p = (x⁴ - y² + x³·y)/x²
Therefore, p in the simplest form is given as follows;
[tex]p = \dfrac{x^4 - y^2 + x^3 \cdot y }{x^2}[/tex]
To find the value of p when x = -4 and y = -6, we plug in the value of x and y into the above equation to get the following equation;
[tex]p = \dfrac{(-4)^4 - (-6)^2 + (-4)^3 \cdot (-6) }{(-4)^2} = 37.75[/tex]
Therefore, the value of p when x = -4 and y = -6 is equal to 37.75.
URGENT PLZ!! Drag the correct transformation into the box to match the definition. [BLANK]... moves points across a specified line so that the line is the perpendicular bisector of each line segment connecting corresponding preimage and image points. Translation Rotation Reflection
Answer:
Reflection.
Step-by-step explanation:
Reflection moves points across a specified line so that the line is the perpendicular bisector of each line segment connecting corresponding pre-image and image points.
On the other hand, "Translation" moves points the same distance along lines that are parallel to each other while "Rotation" moves points along concentric circles and through the same angle of rotation.
At an angle of 90°, a line of reflection intersects the line segments connecting corresponding points of the pre-image under a reflection.
Basically, a reflection allows us to flip an object or figure across a line, point or plane without any change in its shape or size.
Hence, to reflect an object or a figure such as a triangle simply means that its mirror image would be produced with respect to a line; this line is generally referred to as the line of reflection.
MATHEMATICS
Algebra
Simultaneous Equations
1. 5u + 2v=7
2u - 2v=7
2. 3x - 4y=19
4x - 5y=23
Answer:
1. u = 2, v = -1.5
2. y = -7, x = -3
Step-by-step explanation:
1) For the following simultaneous equation, we have;
5·u + 2·v = 7....................(1)
2·u - 2·v = 7......................(2)
Adding equation (1) to equation (2), gives;
5·u + 2·v + 2·u - 2·v = 14
5·u + 2·u + 2·v- 2·v = 14
7·u = 14
u = 14/7 = 2u = 2
u = 2
From equation (1), we have;
5·u + 2·v = 7 substituting u = 2 gives;
5×2 + 2·v = 7
2·v = 7 - 5×2 = 7 - 10 = -3
v = -3/2 = -1.5
v = -1.5
2.
3·x - 4·y = 19....................(1)
4·x - 5·y = 23.......................(2)
Multiplying equation (1) by 4 and equation (2) by 3 gives;
For equation (1)
4 × (3·x - 4·y) = 4 ×19
12·x - 16·y = 76...........................(3)
For equation (2)
3 × (4·x - 5·y) = 3 × 23
12·x - 15·y = 69...........................(4)
Subtracting equation (3) from equation (4) gives;
12·x - 15·y - (12·x - 16·y) = 69 - 76 = -7
12·x - 15·y - 12·x + 16·y = 69 - 76 = -7
12·x - 12·x - 15·y + 16·y = -7
y = -7
Substituting the value of y = -7 in equation (1), we have;
3·x - 4·y = 19 = 3·x - 4×(-7) = 19
3·x - 4×(-7) = 19
3·x + 28 = 19
3·x = 19- 28 = -9
x = -9/3 = -3
x = -3.
If an octagon is 24, how many is a pentagon?
●✴︎✴︎✴︎✴︎✴︎✴︎✴︎✴︎❀✴︎✴︎✴︎✴︎✴︎✴︎✴︎✴︎✴︎●
Hi my lil bunny!
❧⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯☙
If an octagon is 24, how many is a pentagon?
Ans : Pentagon has 5 sides.
( A five-sided shape is called a pentagon. A six-sided shape is a hexagon, a seven-sided shape a heptagon, while an octagon has eight sides. The names of polygons are derived from the prefixes of ancient Greek numbers. )
❧⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯☙
●✴︎✴︎✴︎✴︎✴︎✴︎✴︎✴︎❀✴︎✴︎✴︎✴︎✴︎✴︎✴︎✴︎✴︎●
Have a great day/night!
❀*May*❀
The pentagon is 15, when octagon is 24.
What is Polygon?
A polygon is a figure made up of line segments (not curves) in a two-dimensional plane. Polygon is the combination of two words, i.e. poly (means many) and gon (means sides).
Polygon with 8 sides known as Octagon and polygon with 5 sides known as Pentagon.
Here, given that, Octagon = 8 sides = 24
So, 1 side= 3
Then, we get, pentagon = 5 sides = (5×3) = 15
Hence, the pentagon is 15.
To learn more on Polygon click:
https://brainly.com/question/15324224
#SPJ2
Graphically, a point is a solution to a system of two inequalities if and only if the point lies in the shaded region of the top inequality, but not in the shaded region of the bottom inequality. lies in the shaded region of the bottom inequality, but not in the shaded region of the top inequality. lies in the shaded regions of both the top and bottom inequalities. does not lie in the shaded region of the top or bottom inequalities.
Answer:
lies in the shaded regions of both the top and bottom inequalities
Step-by-step explanation:
For a point to be a solution of two inequalities, it must lie in both solution sets. It ...
lies in the shaded regions of both the top and bottom inequalities
We want to define when a point is a solution of a system of inequalities, we will see that the correct option is: "lies in the shaded regions of both the top and bottom inequalities."
Just like in a system of equations, a solution of the system is must be a solution of both equations.
Here, a solution ot the system of inequalities must be at the same time a solution of each inequality.
Remember that the solutions of the inequalities are represented by shaded regions, so the point must belong to the intersection of the two shaded regions.
So the correct option is:
"lies in the shaded regions of both the top and bottom inequalities."
If you want to learn more, you can read:
https://brainly.com/question/20067450
is 7.2 a repeating or terminating decimal
Answer: terminating
Step-by-step explanation:
Answer:
7.2 is a terminating decimal.
Step-by-step explanation:
Terminating decimals are decimals that have an end point. The decimal does not continue to go on and on with numbers but, it stops at one number which makes it terminating.
Repeating decimals are decimals that go on and on with the same number or same patterns of numbers.
So, since 7.2 has an endpoint, then it is a terminating decimal.
Two angles are complementary. One angle's measure is 3 more than 9
times the other angle. What is the measure of each angle? Write each
angle's measure separately.
Answer:
The measure of one angle is 81.3° and the other angle is 8.7°.
Step-by-step explanation:
We are given that two angles are complementary. One angle's measure is 3 more than 9 times the other angle.
Let the measure of one angle be 'x' and the measure of other angle be 'y'.
So, according to the question;
The first condition states that two angles are complementary, this means that the sum of both angles must be equal to 90°, i.e;x + y = 90°
x = 90° - y ---------------- [equation 1]
The second condition states that One angle's measure is 3 more than 9 times the other angle, i.e;x = 3 + 9y ------------ [equation 2]
Now, both the equations we get;
90 - y = 3 + 9y
9y + y = 90 - 3
10y = 87
[tex]y=\frac{87}{10}[/tex] = 8.7°
Now, putting the value of y in equation 1 we get;
x = 90° - y
x = 90° - 8.7° = 81.3°
Hence, the measure of one angle is 81.3° and the other angle is 8.7°.
Represents the solution to the inequality -9=2/3x-7<5
Answer:
-3=x <13
Step-by-step explanation:
[tex] - 9 = \frac{2x}{3} - 7 < 5[/tex]
Multiply through by 3
[tex] - 27 = 2x - 21 < 15[/tex]
Add 21 to all sides
[tex] - 6 = 2x < 36[/tex]
Divide through by 2
[tex] - 3 = x < 18[/tex]
The solutin set is
[tex]{- 3 = x < 18}[/tex]
There are 10 students on the basketball team. The coach selects 3 of them to go to the basketball clinic. In how many ways can she choose 3 of the 10 students?
[tex]_{10}C_3=\dfrac{10!}{3!7!}=\dfrac{8\cdot9\cdot10}{2\cdot 3}=120[/tex]
Question :-
There are 10 students on the basketball team. The coach selects 3 of them to go to the basketball clinic. In how many ways can she choose 3 of the 10 students?Answer :-
The coach can choose 3 of the 10 students in 120 ways.[tex] \rule{200pt}{3pt}[/tex]
Combinations refers to the number of ways of selecting from a set when the order is not important. The number of combinations of n objects taken r at a time is given by [tex]\sf C(n, r) = \dfrac{n!}{(n - r)!r!}, n \geqslant r[/tex].
Solution :-
As per the provided information in the given question, we have been given that the number of combinations of 10 students taken 3 at a time. We have been asked to calculate the ways that she can choose 3 of the 10 students.
To calculate the ways that she can choose 3 of the 10 students, we will apply the formula below :-
[tex] \qquad \bigstar \: \: \: \boxed{ \sf{ \: \: C(n, r) = \dfrac{n!}{(n - r)!r!} \: \: }}[/tex]
Substitute the given values into the above formula and solve for C:
[tex]\sf:\implies{ C(n, r) = \dfrac{n!}{(n - r)!r!}}[/tex]
[tex]\sf:\implies{ C(10, 3) = \dfrac{10!}{(10 - 3)!3!}}[/tex]
[tex]\sf:\implies{ C(10, 3) = \dfrac{10!}{7!3!}}[/tex]
[tex]\sf:\implies{ C(10, 3) = \dfrac{10 \cdot 9 \cdot 8 \cdot \cancel{7!}}{ \cancel{7!}3!}}[/tex]
[tex]\sf:\implies{ C(10, 3) = \dfrac{10 \cdot 9 \cdot 8}{3 \cdot 2}}[/tex]
[tex]\sf:\implies{ C(10, 3) = \dfrac{720}{6}}[/tex]
[tex]\sf:\implies \bold{ C(10, 3) = 120 \: ways}[/tex]
Therefore :-
The coach can choose 3 of the 10 students in 120 ways.[tex]\\[/tex]
Learn more about combinations at https://brainly.com/question/11955073
Have a great day! <33
Line a and t are parallel. What is the value of x?
7x - 48
5x
pls help me
Answer:
x = 24
Step-by-step explanation:
We know that lines s and t are parallel. Then by definition, the two labelled angles, which are same-side angles, are congruent and equal in measure.
Then, we set the expressions equal to each other:
7x - 48 = 5x
Subtract 5x from both sides:
7x - 5x - 48 = 0
2x - 48 = 0
Add 48 to both sides:
2x = 48
Divide by 2:
x = 48/2 = 24
Thus, x = 24.
~ an aesthetics lover
Find the surface area of a
sphere with a diameter of
15 in.
Can someone please explain how?
Answer:
About 706.5 square inches.
Step-by-step explanation:
Surface area of a sphere is: [tex]SA=4\pi r^2[/tex]
The radius is half the diameter. So, the radius of the given sphere is 7.5 in.
15/2 = 7.5
Find the surface area:
I use 3.14 for pi.
[tex]SA=4*3.14*7.5^2\\\\SA=4*3.14*56.25\\\\SA=12.56*56.25\\\\\boxed{SA=706.5}[/tex]
The surface area is about 706.5 square inches.
Hope this helps.
Answer:
SA=706.86 in²
Step-by-step explanation:
surface area of a sphere = 4πr²
radius r=d/2=15/2=7.5
SA=4(π)(7.5)²
SA=706.86 in²
Find the area of the triangle. Give the answer to the nearest tenth. The drawing may not be to scale.
21.0 m^2
9.8 m^2
19.6 m^2
10.5 m^2
Answer:
10.5 m²
Step-by-step explanation:
Given:
∆ with 2 side lengths, 4.7m, 6.1m, and an included angle, 47°.
Required:
Area of the triangle
SOLUTION:
Area of such triangle that has 2 known sides and an included angle between them is given as ½*a*b*sin(θ).
Where,
a = 4.7 m
b = 6.1 m
θ = 47°
Area = ½*4.7*6.1*sin(47)
Area = 10.5 m² (to the nearest tenth)
Jeremy drove 180 miles in 3 hours. Find his average rate of change.
Answer:
60 miles per hour
Step-by-step explanation:
Total distance= 180 miles
Total time =3 hours
Average rate of change= ?
Distance= Rate × time
Make Time the subject of the formula
Time= Distance / Rate
Make average rate of change the subject of the formula
Average rate of change = Distance / time
= 180 miles / 3 hours
= 60 miles per hour
Samantha is making salad for a party at her house. In the salad recipe that she is using, it takes 3/4 of a pound of boneless chicken breasts to make 5 portions of the salad. She uses 1 1/5 pounds of chicken for every 3 cherry tomatoes used, and 9 cherry tomatoes for every 2 bags of spinach used. If Samantha is making enough salad to use 4 bags of spinach, how many portions of salad will she make?
Answer:
48 portions of salad
Step-by-step explanation:
4 bags spinach = 18 cherry tomatoes = 7.2 lb of chicken
7.2/.75 = 9.6 x 5 = 48
Please help.. Offering 25 points and 5 stars with a thanks
Answer:
2/5
Step-by-step explanation:
There are 2 white and 4 yellow = 6
P(yellow) = yellow /total = 4/6 = 2/3
We keep the ball
Now there are 2 white and 3 yellow = 5
P(yellow) = yellow /total = 3/5
P ( yellow, keep, yellow) = 2/3 * 3/5 = 2/5
We are given 4 yellow balls and 2 white balls. In total, this adds up to 6.
Divide the number of yellow balls to the total number of balls:
4/6 -> 2/3
We are also given 3 yellow and 2 white.
Divide the number of yellow balls to the total number of balls:
3/5
Divide both fractions together:
3/5 * 2/3 = 6/15 = 2/5
Best of Luck!
the cube root of 2 to the seventh power
Answer:
4 2^(1/3) or 5.0396841995794926590688424291129134022810058588060319203279004486... decimal
Step-by-step explanation:
Simplify the following:
(2^(1/3))^7
Hint: | For all a>=0, (a^(1/3))^m = a^(m/3). Apply this to (2^(1/3))^7.
Multiply exponents. (2^(1/3))^7 = 2^(7/3):
2^(7/3)
Hint: | Separate the exponent of 2^(7/3) into integer and fractional parts.
2^(7/3) = 2^(6/3 + 1/3) = 2^(6/3)×2^(1/3):
2^(6/3) 2^(1/3)
Hint: | Divide 6 by 3.
6/3 = (3×2)/3 = 2:
2^2 2^(1/3)
Hint: | Evaluate 2^2.
2^2 = 4:
Answer: 4 2^(1/3) or 5.0396841995794926590688424291129134022810058588060319203279004486... decimal
A group of engineers developed a new design for a steel cable. They need to estimate the amount of weight the cable can hold. The weight limit will be reported on cable packaging. The engineers take a random sample of 43 cables and apply weights to each of them until they break. The 43 cables have a mean breaking weight of 774.3 lb. The standard deviation of the breaking weight for the sample is 15.4 lb. Find the 90% confidence interval to estimate the mean breaking weight for this type cable.
Answer:
At 90% confidence interval, the estimate of the mean breaking weight is (770.45, 778.15)
Step-by-step explanation:
Given that:
sample size n =43
sample mean x = 774.3
standard deviation = 15.4
confidence interval = 90%
At C.I of 90% , the level of significance ∝ = 1 - C.I
the level of significance ∝ = 1 - 0.90
the level of significance ∝ = 0.10
The critical value for z at this level of significance is [tex]z_{\alpha/2} = z_{0.10/2}[/tex]
[tex]z_{0.05}[/tex] = 1.64
The margin of error can be computed as follows:
Margin of error = [tex]\mathtt{z_{\alpha/2} \times \dfrac{\sigma}{\sqrt{n}}}[/tex]
Margin of error = [tex]\mathtt{1.64 \times \dfrac{15.4}{\sqrt{43}}}[/tex]
Margin of error = [tex]\mathtt{1.64 \times \dfrac{15.4}{6.5574}}[/tex]
Margin of error = [tex]\mathtt{1.64 \times2.3485}[/tex]
Margin of error = 3.8515
The mean breaking weight for the 90% confidence interval is = [tex]\mathtt{\overline x \pm E < \mu }[/tex]
= [tex]\mathtt{\overline x - E < \mu < \overline x + E}[/tex]
= ( 774.3 - 3.8515 < μ < 774.3 + 3.8515 )
= (770.4485, 778.1515)
[tex]\simeq[/tex] (770.45, 778.15)
ASAP!!! PLEASE help me solve this question! No nonsense answers, and solve with full solutions.
Answer:
134
Step-by-step explanation:
Angle Formed by Two Chords= 1/2(SUM of Intercepted Arcs)
x = 1/2 ( m DH + m BC)
x = 1/2 (144+ 124)
x = 1/2 ( 268)
x = 134