Answer:
see below
Step-by-step explanation:
9 dollars / 33 lbs = .272727 dollars per lb
.39 / 1 lbs = .39 per lb
The large bag is less expensive
The Ball Corporation's beverage can manufacturing plant in Fort Atkinson, Wisconsin, uses a metal supplier that provides metal with a known thickness standard deviation σ = .000586 mm. Assume a random sample of 59 sheets of metal resulted in an x¯ = .2905 mm. Calculate the 95 percent confidence interval for the true mean metal thickness.
Answer:
The 95 percent confidence interval for the true mean metal thickness is between 0.2903 mm and 0.2907 mm
Step-by-step explanation:
We have that to find our [tex]\alpha[/tex] level, that is the subtraction of 1 by the confidence interval divided by 2. So:
[tex]\alpha = \frac{1-0.95}{2} = 0.025[/tex]
Now, we have to find z in the Ztable as such z has a pvalue of [tex]1-\alpha[/tex].
So it is z with a pvalue of [tex]1-0.025 = 0.975[/tex], so [tex]z = 1.96[/tex]
Now, find the margin of error M as such
[tex]M = z*\frac{\sigma}{\sqrt{n}}[/tex]
In which [tex]\sigma[/tex] is the standard deviation of the population and n is the size of the sample.
[tex]M = 1.96\frac{0.000586}{\sqrt{59}} = 0.0002[/tex]
The lower end of the interval is the sample mean subtracted by M. So it is 0.2905 - 0.0002 = 0.2903 mm
The upper end of the interval is the sample mean added to M. So it is 0.2905 + 0.0002 = 0.2907 mm
The 95 percent confidence interval for the true mean metal thickness is between 0.2903 mm and 0.2907 mm
In the parallelogram below, solve for x and y. (Give your answer as a decimal, when necessary)
Answer: x = 15, y = 12.5
Step-by-step explanation:
The sum of the three angle measures of a triangle equals 180ᴼ
Since these triangles are vertical, the measures are congruent.
45 + 60 = 105
180 - 105 = 75
So now we know that 5x = 75ᴼ and 6y = 75ᴼ.
To find x, divide 75 by 5
75 / 5 = 15
x = 15
To find y, divide 75 by 6
75 / 6 = 12.5
y = 12.5
The diagram shows the first four patterns of a sequence. Find an expression for the numbers of squares in the nth pattern of the sequence.
Answer:
n^2+3
Step-by-step explanation:
As we can see in the diagram
1st pattern consists from 1 square 1x1 +3 squares 1x1 each
2nd pattern consists from 1 square 2x2 +3 squares 1x1 each
3-rd pattern consists from 1 square 3x3 +3 squares 1x1 each
4-th pattern consists from 1 square 4x4 + 3 squares 1x1 each
We can to continue :
5-th pattern consists from 1 square 5x5+3 squares 1x1 each
So the nth pattern consists from 1 square nxn+3 squares 1x1 each
Or total amount of 1x1 squares in nth pattern N= n^2+3
The expression for the numbers of squares in the nth pattern of the sequence is [tex]n^{2} +3[/tex].
What is nth term of a sequence?"The nth term of a sequence is a formula that enables us to find any term in the sequence. We can make a sequence using the nth term by substituting different values for the term number(n) into it."
From the given diagram
We can see that every term is made up with a square which side is n and three small square side is 1.
So,
1st term is 1 × 1 + 3 = 4
2nd term is 2 × 2 + 3 = 4
3rd term is 3 × 3 + 3 = 12
4th term is 4 × 4 + 3 = 19
So, nth term is [tex]n^{2} +3[/tex]
Hence, The expression for the numbers of squares in the nth pattern of the sequence is [tex]n^{2} +3[/tex].
Learn more about nth term of a sequence here
https://brainly.com/question/24306119
#SPJ2
In a certain online dating service, participants are given a 4-statement survey to determine their compatibility with other participants. Based on the questionnaire, each participant is notified if they are compatible with another participant. Each question is multiple choice with the possible responses of "Agree" or "Disagree," and these are assigned the numbers 1 or −1, respectively. Participant’s responses to the survey are encoded as a vector in R4, where coordinates correspond to their answers to each question. Here are the questions:
The question is incomplete. Here is the complete question.
In a certain online dating service, participants are given a 4-statement survey to determine their compatibility with other participants. Based on the questionnaire, each particpant is notified if they are compatible with another participant. Each question is multiple choice with the possible responses of "Agree" or "Disagree", and these are assigned the numbers 1 or -1, respectively. pArticipnat's responses to the survey are encoded as a vector in R4, where coordinates coreespond to their answers to each question. Here are the questions:
Question #1: I prefer outdoor activities, rather than indoor activities.
Question #2: I prefer going out to eat in restaurants, rahter than cooking at home.
Question #3: I prefer texting, rather than talking on the phone.
Question #4: I prefer living in a small town, rather than in a big city.
Here are the results for the questionaire, with a group of 5 participants:
Question1 Question2 Question3 Question4
participant A 1 1 -1 -1
participant B -1 1 1 1
participant C -1 -1 1 1
participant D 1 -1 -1 -1
participant E 1 -1 1 1
Two participants are considered to be "compatible" with each other if the angle between their compatibility vectors is 60° or less. Participants are considered to be "incompatible" if the angle between their compatibility vectors is 120° or larger. For angles between 60° or 120°, pairs of participants are warned that they "may or may not be compatible".
(a) Which pairs of paricipants are compatible?
(b) Which pairs of participants are incompatible?
(c) How would this method of testing compatibility change if the questionnaire also allowed the answer "Neutral", which would correspond to the number zero in a participant's vector? Would this be better than only
allowing "Agree" or "Disagree"? Could anything go wrong if we allowed "Neutral" as an answer?
Answer: (a) Participants A and D; B and C; C and E.
(b) Participants A and B; A and C; A and E; B and D; C and D;
Step-by-step explanation: Vectors in R4 are vectors in a 4 dimensional space and are determined by 4 numbers.
Vectors form angles between themselves and can be found by the following formula:
cos α = [tex]\frac{A.B}{||A||.||B||}[/tex]
which means that the cosine of the angle between two vectors is equal the dot product of these vectors divided by the product of their magnitude.
For the compatibility test, find the angle between vectors:
1) The vectors magnitude:
Magnitude of a vector is given by:
||x|| = [tex]\sqrt{x_{i}^{2} + x_{j}^{2}}[/tex]
Since all the vectors have value 1, they have the same magnitude:
||A|| = [tex]\sqrt{1^{2} + 1^{2} + (-1)^{2} + (-1)^{2}}[/tex] = 2
||A|| = ||B|| = ||C|| = ||D|| = ||E|| = 2
2) The dot product of vectors:
A·B = 1(-1) + 1(1) + (-1)1 + (-1)1 = -2
cos [tex]\alpha_{1}[/tex] = [tex]\frac{-2}{4}[/tex] = [tex]\frac{-1}{2}[/tex]
The angle that has cosine equal -1/2 is 120°, so incompatible
A·C = 1(-1) + 1(-1) + (-1)1 + (-1)1 = -4
cos [tex]\alpha _{2}[/tex] = -1
Angle = 180° --------> incompatible
A·D = 1(1) + 1(-1) + (-1)(-1) + (-1)(-1) = 2
cos [tex]\alpha _{3}[/tex] = 1/2
Angle = 60° ---------> COMPATIBLE
A·E = 1.1 + 1(-1) + (-1)1 + (-1)1 = -2
cos [tex]\alpha_{4}[/tex] = -1/2
Angle = 120° --------> incompatible
B·C = (-1)(-1) + 1(-1) + 1.1 + 1.1 = 2
cos [tex]\alpha _{5}[/tex] = 1/2
Angle = 60° -------------> COMPATIBLE
B·D = (-1)1 + 1(-1) + 1(-1) + 1(-1) = -4
cos[tex]\alpha_{6}[/tex] = -1
Angle = 180° -----------> incompatible
B·E = (-1)1 + 1(-1) + 1.1 + 1.1 = 0
cos[tex]\alpha _{7}[/tex] = 0
Angle = 90° -------------> may or may not
C·D = (-1)1 + (-1)(-1) + 1(-1) + 1(-1) = -2
cos[tex]\alpha_{8} =[/tex] -1/2
Angle = 120° ---------------> Incompatible
C·E = (-1)1 + (-1)(-1) + 1.1 + 1.1 = 2
cos [tex]\alpha_{9}[/tex] = 1/2
Angle = 60° ---------------> COMPATIBLE
D·E = 1.1 + (-1)(-1) + (-1)1 + (-1)1 = 0
cos [tex]\alpha_{10}[/tex] = 0
Angle = 90° -----------------> may or may not
(c) Adding zero (0) as a component of the vectors would have to change the method of compatibility because, to determine the angle, it is necessary to calculate the magnitude of a vector and if it is a zero vector, the magnitude is zero and there is no division by zero. So, unless the service change the method, adding zero is not a good option.
Crane Company reports the following for the month of June.
Date
Explanation
Units
Unit Cost
Total Cost
June 1 Inventory 150 $4 $600
12 Purchase 450 5 2,250
23 Purchase 400 6 2,400
30 Inventory 80
Assume a sale of 500 units occurred on June 15 for a selling price of $7 and a sale of 420 units on June 27 for $8.
Calculate cost of goods available for sale.
Calculate Moving-Average unit cost for June 1, 12, 15, 23 & 27. (Round answers to 3 decimal places, e.g. 2.525.)
Answer:
Crane CompanyJune Financial Reports
a) Cost of goods available for sale = $5,250
b) Moving-Average unit cost for:
i) June 1: = $5
ii) 12: = $4.75
iii) 15: = $4.75
iv) 23: = $5.75
v) 27: = $5.25
Step-by-step explanation:
a) Calculations:
Date Explanation Units Unit Cost Total Cost Moving Average Cost
June 1 Inventory 150 $4 $600 $4.000
12 Purchase 450 5 2,250 4.750
15 Sale 500 7 3,500 4.750
23 Purchase 400 6 2,400 5.750
27 Sale 420 8 3,360 5.250
30 Inventory 80
Cost of goods available for sale = Cost of Beginning Inventory + Cost of Purchases = $5,250 + ($600 + 2,250 + 2,400)
b) Moving-Average unit cost for:
i) June 1: Cost of goods available/Units of goods available = $5 ($600/150)
ii) 12: Cost of goods available/Units of goods available = $4.75 ($600 + 2,250/600)
iii) 15: Cost of goods available/Units of goods available = $4.75 ($475/100)
iv) 23: Cost of goods available/Units of goods available = $5.75 ($475 + 2,400)/500
v) 27: Cost of goods available/Units of goods available = $5.25 ($420/80)
The vector matrix[ 27 ]is dilated by a factor of 1.5 and then reflected across the X axis if the resulting matrix is a B then a equals an VE
Correct question:
The vector matrix [ [tex] \left[\begin{array}{ccc}2\\7\end{array}\right] [/tex] is dilated by a factor of 1.5 and then reflected across the x axis. If the resulting matrix is [a/b] then a=??? and b=???
Answer:
a = 3
b = 10.5
Step-by-step explanation:
Given:
Vector matrix = [tex] \left[\begin{array}{ccc}2\\7\end{array}\right] [/tex]
Dilation factor = 1.5
Since the vector matrix is dilated by 1.5, we have:
[tex] \left[\begin{array}{ccc}1.5 * 2\\1.5 * 7\end{array}\right] [/tex]
= [tex] \left[\begin{array}{ccc}3\\10.5\end{array}\right] [/tex]
Here, we are told the vector is reflected on the x axis.
Therefore,
a = 3
b = 10.5
Answer:
a = 3
b = -10.5
Step-by-step explanation:
got a 100% on PLATO
help asap!! will get branliest.
Answer:
C
Step-by-step explanation:
A reflection is when the original diagram or picture is fliped exactly over the x axis.
HEYA!!
Answer:
Your Answer of the Question is C
if you want to prove it you can do the same thing in real life by drawing a 'W' on a paper and see its reflection on the mirror
HOPE IT MATCHES!!
Population of town was 21000 in 1980 and it was 20000 in 1990. Assuming the population is decreasing continuously at a rate proportion to the existing population, estimate the population in 2010.
Answer:
19,000
Step-by-step explanation:
Here, we are to estimate the population in the year 2010
From the question, we can see that within a period of a decade which is 10 years, 1000 was lost
So within the period of another decade, it is possible that another 1000 be lost
The estimated population in the year 2010 is thus 20,000 - 1,000 =
19,000
Perform the indicated operation.
Answer:
√75 = 5√3 and √12 = 2√3 so √75 + √12 = 5√3 + 2√3 = 7√3.
Answer:
[tex] 7\sqrt{3} [/tex]
Step-by-step explanation:
[tex] \sqrt{12} \: can \: be \: simplified \: as \: 2 \sqrt{3} \: and \: \sqrt{75} \: canbe \: simplified \: as \: 5 \sqrt{3} \\ after \: simplifying \: we \: can \: add \: them \: up \\ 2 \sqrt{3} + 5 \sqrt{3} = 7 \sqrt{3} [/tex]
Write an equation:
For every 2 apples there
are 6 bananas
Answer:
[tex]2a=6b\\a=3b[/tex]
Step-by-step explanation:
Let [tex]a[/tex] equal the amount of apples and [tex]b[/tex] equal the amount of bananas.
[tex]2a=6b\\a=3b[/tex]
Answer:
every 2 apples there
are 6 bananas
Step-by-step explanation:
2a=6b
a.) The perimeter of a rectangular field is 354 m. If the length of the field is 95m, what is its width? b.) The area of a rectangular painting is 8439 cm^2. If the width of the painting is 87cm, what is its length?
Answer:
a) 82
b) 97
Step-by-step explanation:
a) 354 - (95+95)
354 - 190
164
164 ÷ 2 = 82
(82+82+95+95=254)
b) 8439 cm^2 = 87x
8439 cm^2 ÷ 87 = 87x ÷ 87
97 = x
CAN SOMEONE HELP ME ASAP
A. 5
B. 53‾√53
C. 10
D. 103√3
Answer:
n = 5
Step-by-step explanation:
Since this is a right triangle, we can use trig functions
tan theta = opp/ adj
tan 30 = n/ 5 sqrt(3)
5 sqrt(3) tan 30 = n
5 sqrt(3) * 1/ sqrt(3) = n
5 = n
NEED UGANT HELP pls help me
An event that is impossible has a probability of 0
An event that is certain to happen has a probability of 1
The probability scales from 0 to 1, referring from no chance to will happen.
PLEASE ANSWER FAST, THANKS! :)
Answer:
Step-by-step explanation:
k = 3 ; 2k + 2 = 2*3 + 2 = 6 + 2 = 8
k = 4; 2k + 2 = 2*4 + 2 = 8 +2 = 10
k =5; 2k + 2 = 2*5 +2 = 10+2 = 12
k=6; 2k +2 = 2*6 + 2 = 12+2 = 14
k = 7 ; 2k + 2 = 2*7 +2 = 14 +2 = 16
k = 8 ; 2k + 2 = 2*8 + 2 = 16 +2 = 18
∑ (2k + 2) = 8 + 10 + 12 + 14 + 16 + 18 = 78
The point P(7, −2) lies on the curve y = 2/(6 − x). (a) If Q is the point (x, 2/(6 − x)), use your calculator to find the slope mPQ of the secant line PQ (correct to six decimal places) for the following values of x.
(i) 6.9
mPQ = 1
(ii) 6.99
mPQ = 2
(iii) 6.999
mPQ = 3
(iv) 6.9999
mPQ = 4
(v) 7.1
mPQ = 5
(vi) 7.01
mPQ = 6
(vii) 7.001
mPQ = 7
(viii) 7.000
mPQ = 8
(b) Using the results of part (a), guess the value of the slope m of the tangent line to the curve at
P(7, −2).
m = 9
(c) Using the slope from part (b), find an equation of the tangent line to the curve at
P(7, −2).
The equation of the tangent line to the curve at P(7, -2) is y = 2x -16.
For each given value of x, we substitute the coordinates of P and Q into the slope formula to find the slope mPQ.
(i) For x = 6.9:
mPQ = (2/(6 - 6.9) - (-2)) / (6.9 - 7)
= 2.22
(ii) For x = 6.99:
mPQ = (2/(6 - 6.99) - (-2)) / (6.99 - 7)
= 2.020
(iii) For x = 6.999:
mPQ = (2/(6 - 6.999) - (-2)) / (6.999 - 7)
= 2.002002
(iv) For x = 6.9999:
mPQ = (2/(6 - 6.9999) - (-2)) / (6.9999 - 7)
= 2.000200
(v) For x = 7.1:
mPQ = (2/(6 - 7.1) - (-2)) / (7.1 - 7)
= 1.818182
(vi) For x = 7.01:
mPQ = (2/(6 - 7.01) - (-2)) / (7.01 - 7)
= 1.980198
(vii) For x = 7.001:
mPQ = (2/(6 - 7.001) - (-2)) / (7.001 - 7)
= 1.998002
(viii) For x = 7.0001:
mPQ = (2/(6 - 7.0001) - (-2)) / (7.0001 - 7)
= 1.999800
By observing the pattern in the calculated slopes, we can see that as x approaches 7, the slope of the secant line PQ approaches 2.
Using the point-slope form, we have:
y - y₁ = m(x - x₁)
Substituting the values of P(7, -2), we have:
y - (-2) = 2(x - 7)
y = 2x -16
Therefore, the equation of the tangent line to the curve at P(7, -2) is y = 2x -16.
Learn more about the equation of the tangent line here:
https://brainly.com/question/31583945
#SPJ12
i-Ready
Sofia
The area of a rectangle is 7/9 square feet. The width of the rectangle is 2 1/3 feet. What is the length of the rectangle?
Answer:
1/3 feet.
Step-by-step explanation:
The length = area / width
= 7/9 / 2 1/3
= 7/9 / 7/3
= 7/9 * 3/7
= 3/9
= 1/3 feet,
Translate the following statements into symbolic form using capital letters to representaffirmative English statement.
If Maria Cantwell promotes alternative energy,then if Patty Murray supports wilderness areas, then Dianne Feinstein's advocating gun control implies that Susan Collins does so,too.
Answer:
Step-by-step explanation:
There are two distinct statements but put together, it is:
- If Maria Cantwell (MC) promotes Alternative Energy (AE) and if Patty Murray (PM) supports Wilderness Areas (WA) then Dianne Feinstein (DF) advocating Gun Control (GC), implies that Susan Collins (SC) does so too.
For Susan Collins, she advocates gun control too.
So the symbolic or algebraic representation is:
(SC = DF): (MC ~ AE), (PM ~ WA)
OR
(GC = GC): (MC ~ AE), (PM ~ WA)
Where ":" represents "such that" or "given that"
" ~ " represents "support or promotion of"
It can now be read thus;
Susan Collins has same or equal interest as Dianne Feinstein, given that Maria Cantwell promotes alternative energy and Patty Murray supports Wilderness Areas.
Find the value of x. Then find the measure of each labeled angle. x = 37.5; the labeled angles are 77.5º and 102.5º. x = 37.5; the labeled angles are 37.5º and 142.5º. x = 15; both labeled angles are 55º. x = 25; both labeled angles are 65º.
Answer:
x = 25; both labeled angles are 65º
Step-by-step explanation:
To find the value of x, recall that the angles formed by two parallel lines on the same line are equal if they correspond to each other.
In the figure given above, we have two parallel line given. The angle formed by each parallel line is corresponding to the other. Therefore, both angles formed are equal.
Thus,
(3x - 10)° = (x + 40)°
Solve for x
3x - 10 = x + 40
Subtract x from both sides
3x - 10 - x = x + 40 - x
3x - x - 10 = x - x + 40
2x - 10 = 40
Add 10 to both sides
2x - 10 + 10 = 40 + 10
2x = 50
Divide both sides by 2
2x/2 = 50/2
x = 25
*Plug in the value of x to find the measure of each labelled angles:
(3x - 10)° = 3(25) - 10 = 75 - 10 = 65°
(x + 40)° = 25 + 40 = 65°
Basic factoring. Please help!
Answer:
-1(3 - y)
Step-by-step explanation:
If you factor out a negative 1, you will get the opposite signs you already have, so -1(3 - y). To check, we can simply distribute again:
-3 + y
So our answer is 2nd Choice.
Answer in POINT-SLOPE FORM:
Complete the point-slope equation of the line through (1,3) and (5,1) Use exact numbers!
Answer:
y - 3 = (1/2)(x - 1)
Step-by-step explanation:
As we go from (1, 3) to (5, 1), we see that x (the run) increases by 4 and y (the rise) decreases by 2. Hence, the slope is m = rise / run = 2/4, or m = 1/2.
Then the desired point slope equation is y - 3 = (1/2)(x - 1).
Which expression represents the phrase 4 times the sum of 9 and 6
A. 4x (9+6)
B.4x 9+6
C.9+ 6x4
D. 9+ (6x4)
Answer:
The answer is option A
4 x ( 9 + 6)
Hope this helps you
There are 12 teams, each representing a different country, in a women’s Olympic basketball tournament. In how many ways is it possible for the gold, silver, and bronze medals to be awarded? Use the formula for permutations to find your answer.
Answer:
1320 ways
Step-by-step explanation:
To solve we need to use permutations and factorials. If we wanted to find where they would all place 1-12, we would do 12!
12! is the same as 12x11x10x9x8... etc
But in this problem, we are only looking for the top 3.
We can set up a formula
[tex]\frac{n!}{(n-r)!}[/tex]
N is the number of options that are available and r represents the amount we are choosing
In this case, we have 12 teams so n=12
We are looking for the top 3 so r=3
[tex]\frac{12!}{(12-3)!}[/tex]
[tex]\frac{12!}{9!}[/tex]
We expand the equation and cancel out
[tex]\frac{12x11x10x9x8x7x6x5x4x3x2}{9x8x7x6x5x4x3x2}[/tex]
Notice how both sides can cancel out every number 9 and below
That leaves us with 12x11x10
1320 ways
The possible ways for the gold, silver, and bronze medals to be awarded is 1320
What is permutation?A permutation of a set is, loosely speaking, an arrangement of its members into a sequence or linear order, or if the set is already ordered, a rearrangement of its elements.
The word "permutation" also refers to the act or process of changing the linear order of an ordered set.
Given that, there are 12 teams, each representing a different country, in a women’s Olympic basketball tournament.
We need to find that, in how many ways is it possible for the gold, silver, and bronze medals to be awarded,
Using the concept of permutation, to find the number of ways
ⁿPₓ = n!/(n-x)!
= 12! / (12-3)!
= 12! / 9!
= 1320
Hence, the possible ways for the gold, silver, and bronze medals to be awarded is 1320
Learn more about permutation click;
https://brainly.com/question/30649574
#SPJ7
What is the measure of
Answer:
C. 35
55 degrees + 35 degrees= 90 degrees
Solving by fractions
Answer: Step 3
Step-by-step explanation:
x = -9 or 1. She flipped the signs.
Hope it helps <3
━━━━━━━☆☆━━━━━━━
▹ Answer
Step 3
▹ Step-by-Step Explanation
Juliet flipped the signs. The final answer should be (-9, 1)
Hope this helps!
CloutAnswers ❁
Brainliest is greatly appreciated!
━━━━━━━☆☆━━━━━━━
The curvature of a plane parametric curve x = f(t), y = g(t) is $ \kappa = \dfrac{|\dot{x} \ddot{y} - \dot{y} \ddot{x}|}{[\dot{x}^2 + \dot{y}^2]^{3/2}}$ where the dots indicate derivatives with respect to t. Use the above formula to find the curvature. x = 6et cos(t), y = 6et sin(t)
Answer:
The curvature is modelled by [tex]\kappa = \frac{e^{-t}}{6\sqrt{2}}[/tex].
Step-by-step explanation:
The equation of the curvature is:
[tex]\kappa = \frac{|\dot {x}\cdot \ddot {y}-\dot{y}\cdot \ddot{x}|}{[\dot{x}^{2}+\dot{y}^{2}]^{\frac{3}{2} }}[/tex]
The parametric componentes of the curve are:
[tex]x = 6\cdot e^{t} \cdot \cos t[/tex] and [tex]y = 6\cdot e^{t}\cdot \sin t[/tex]
The first and second derivative associated to each component are determined by differentiation rules:
First derivative
[tex]\dot{x} = 6\cdot e^{t}\cdot \cos t - 6\cdot e^{t}\cdot \sin t[/tex] and [tex]\dot {y} = 6\cdot e^{t}\cdot \sin t + 6\cdot e^{t} \cdot \cos t[/tex]
[tex]\dot x = 6\cdot e^{t} \cdot (\cos t - \sin t)[/tex] and [tex]\dot {y} = 6\cdot e^{t}\cdot (\sin t + \cos t)[/tex]
Second derivative
[tex]\ddot{x} = 6\cdot e^{t}\cdot (\cos t-\sin t)+6\cdot e^{t} \cdot (-\sin t -\cos t)[/tex]
[tex]\ddot x = -12\cdot e^{t}\cdot \sin t[/tex]
[tex]\ddot {y} = 6\cdot e^{t}\cdot (\sin t + \cos t) + 6\cdot e^{t}\cdot (\cos t - \sin t)[/tex]
[tex]\ddot{y} = 12\cdot e^{t}\cdot \cos t[/tex]
Now, each term is replaced in the the curvature equation:
[tex]\kappa = \frac{|6\cdot e^{t}\cdot (\cos t - \sin t)\cdot 12\cdot e^{t}\cdot \cos t-6\cdot e^{t}\cdot (\sin t + \cos t)\cdot (-12\cdot e^{t}\cdot \sin t)|}{\left\{\left[6\cdot e^{t}\cdot (\cos t - \sin t)\right]^{2}+\right[6\cdot e^{t}\cdot (\sin t + \cos t)\left]^{2}\right\}^{\frac{3}{2}}} }[/tex]
And the resulting expression is simplified by algebraic and trigonometric means:
[tex]\kappa = \frac{72\cdot e^{2\cdot t}\cdot \cos^{2}t-72\cdot e^{2\cdot t}\cdot \sin t\cdot \cos t + 72\cdot e^{2\cdot t}\cdot \sin^{2}t+72\cdot e^{2\cdot t}\cdot \sin t \cdot \cos t}{[36\cdot e^{2\cdot t}\cdot (\cos^{2}t -2\cdot \cos t \cdot \sin t +\sin^{2}t)+36\cdot e^{2\cdot t}\cdot (\sin^{2}t+2\cdot \cos t \cdot \sin t +\cos^{2} t)]^{\frac{3}{2} }}[/tex]
[tex]\kappa = \frac{72\cdot e^{2\cdot t}}{[72\cdot e^{2\cdot t}]^{\frac{3}{2} } }[/tex]
[tex]\kappa = [72\cdot e^{2\cdot t}]^{-\frac{1}{2} }[/tex]
[tex]\kappa = 72^{-\frac{1}{2} }\cdot e^{-t}[/tex]
[tex]\kappa = \frac{e^{-t}}{6\sqrt{2}}[/tex]
The curvature is modelled by [tex]\kappa = \frac{e^{-t}}{6\sqrt{2}}[/tex].
Find the area of the surface correct to four decimal places by expressing the area in terms of a single integral and using your calculator to estimate the integral. The part of the surface that lies above the disk x2 + y2 ≤ 81
Answer:
A(s) = 255.8857
Step-by-step explanation:
Find the area of the surface correct to four decimal places by expressing the area in terms of a single integral and using your calculator to estimate the integral. The part of the surface z = e^-x^2-y^2 that lies above the disk x2 + y2 ≤ 81.
Given that:
[tex]Z = e^{-x^2-y^2}[/tex]
By applying rule; the partial derivatives with respect to x and y
[tex]\dfrac{\partial z }{\partial x}= -2xe^{-x^2-y^2}[/tex]
[tex]\dfrac{\partial z }{\partial y}= -2ye^{-x^2-y^2}[/tex]
The integral over the general region D with respect to x and y is :
[tex]A(s) = \int \int _D \sqrt{1+(\dfrac{\partial z}{\partial x} )^2 +(\dfrac{\partial z}{\partial y} )^2 }\ dA[/tex]
[tex]A(s) = \int \int _D \sqrt{1+(-2xe^{-x^2-y^2})^2 +(-2ye^{-x^2-y^2})^2 } \ dA[/tex]
[tex]A(s) = \int \int _D \sqrt{1+4x^2({e^{-x^2-y^2})^2 +4y^2({e^{-x^2-y^2}})^2 }} \ dA[/tex]
[tex]A(s) = \int \int _D \sqrt{1+(4x^2+4y^2)({e^{-x^2-y^2})^2 }} \ dA[/tex]
[tex]A(s) = \int \int _D \sqrt{1+(4x^2+4y^2)e^{-2}({{x^2+y^2}) }} \ dA[/tex]
By relating the equation to cylindrical coordinates
[tex]A(s) = \int \int_D \sqrt{1+4r^2 e^{-2r^2} }. rdA[/tex]
The bounds for integration for the circle within the cylinder [tex]x^2+y^2 =81[/tex] is r =9
[tex]A(s) = \int \limits ^{2 \pi}_{0} \int \limits^9_0 r \sqrt{1+4r^2 e^{-2r^2} }. dr d\theta[/tex]
[tex]A(s) = {2 \pi} \int \limits^9_0 r \sqrt{1+4r^2 e^{-2r^2} }\ dr[/tex]
Using integral calculator to estimate the integral,we have:
A(s) = 255.8857
what is the gfc of 16 and 8
Answer:
Greatest common factor of 16 and 8 is 8 .....If x is a binomial random variable with n trials and success probability p , then as n gets smaller, the distribution of x becomes
Answer:
If the value of n gests smaller then the distribution of X would be more skewed, that's a property of the binomial distribution
Step-by-step explanation:
For this problem we are assumeing that the random variable X is :
[tex] X \sim Bin(n,p)[/tex]
If the value of n gests smaller then the distribution of X would be more skewed, that's a property of the binomial distribution and if we don't satisfy this two conditions:
[tex] n p>10[/tex]
[tex]n(1-p) >10[/tex]
Then we can't use the normal approximation
10) BRAINLIEST & 10+ Points!
Answer:
20Solution,
Complement of 70°
=90°-70°
=20°
hope this helps...
Good luck on your assignment..
Answer:
20°
Step-by-step explanation:
Complement of 70° is 90°-70°= 20°
To determine the complement, subtract the given angle from 90.
Hello, can someone help me with this problem?
Answer:
Area of Rectangle A
[tex]Area = 4x^2[/tex]
Area of Rectangle B
[tex]Area = 2x^2[/tex]
Fraction
[tex]Fraction =\frac{2}{3}[/tex]
Step-by-step explanation:
From the attached, we understand that:
The dimension of rectangle A is 2x by 2x
The dimension of rectangle B is x by 2x
Area of rectangle is calculated as thus;
[tex]Area = Length * Breadth[/tex]
Area of Rectangle A
[tex]Area = 2x * 2x[/tex]
[tex]Area = 4x^2[/tex]
Area of Rectangle B
[tex]Area = x * 2x[/tex]
[tex]Area = 2x^2[/tex]
Area of Big Rectangle
The largest rectangle is formed by merging the two rectangles together;
The dimension are 3x by 2x
The Area is as follows
[tex]Area = 2x * 3x[/tex]
[tex]Area = 6x^2[/tex]
The fraction of rectangle A in relation to the largest rectangle is calculated by dividing area of rectangle A by area of the largest rectangle;
[tex]Fraction = \frac{Rectangle\ A}{Biggest}[/tex]
[tex]Fraction =\frac{4x^2}{6x^2}[/tex]
Simplify
[tex]Fraction =\frac{2x^2 * 2}{2x^2 * 3}[/tex]
[tex]Fraction =\frac{2}{3}[/tex]