The easy thing to do is notice that 1^4 = 1, 2^4 = 16, 3^4 = 81, and so on, so the sequence follows the rule [tex]n^4+1[/tex]. The next number would then be fourth power of 7 plus 1, or 2402.
And the harder way: Denote the n-th term in this sequence by [tex]a_n[/tex], and denote the given sequence by [tex]\{a_n\}_{n\ge1}[/tex].
Let [tex]b_n[/tex] denote the n-th term in the sequence of forward differences of [tex]\{a_n\}[/tex], defined by
[tex]b_n=a_{n+1}-a_n[/tex]
for n ≥ 1. That is, [tex]\{b_n\}[/tex] is the sequence with
[tex]b_1=a_2-a_1=17-2=15[/tex]
[tex]b_2=a_3-a_2=82-17=65[/tex]
[tex]b_3=a_4-a_3=175[/tex]
[tex]b_4=a_5-a_4=369[/tex]
[tex]b_5=a_6-a_5=671[/tex]
and so on.
Next, let [tex]c_n[/tex] denote the n-th term of the differences of [tex]\{b_n\}[/tex], i.e. for n ≥ 1,
[tex]c_n=b_{n+1}-b_n[/tex]
so that
[tex]c_1=b_2-b_1=65-15=50[/tex]
[tex]c_2=110[/tex]
[tex]c_3=194[/tex]
[tex]c_4=302[/tex]
etc.
Again: let [tex]d_n[/tex] denote the n-th difference of [tex]\{c_n\}[/tex]:
[tex]d_n=c_{n+1}-c_n[/tex]
[tex]d_1=c_2-c_1=60[/tex]
[tex]d_2=84[/tex]
[tex]d_3=108[/tex]
etc.
One more time: let [tex]e_n[/tex] denote the n-th difference of [tex]\{d_n\}[/tex]:
[tex]e_n=d_{n+1}-d_n[/tex]
[tex]e_1=d_2-d_1=24[/tex]
[tex]e_2=24[/tex]
etc.
The fact that these last differences are constant is a good sign that [tex]e_n=24[/tex] for all n ≥ 1. Assuming this, we would see that [tex]\{d_n\}[/tex] is an arithmetic sequence given recursively by
[tex]\begin{cases}d_1=60\\d_{n+1}=d_n+24&\text{for }n>1\end{cases}[/tex]
and we can easily find the explicit rule:
[tex]d_2=d_1+24[/tex]
[tex]d_3=d_2+24=d_1+24\cdot2[/tex]
[tex]d_4=d_3+24=d_1+24\cdot3[/tex]
and so on, up to
[tex]d_n=d_1+24(n-1)[/tex]
[tex]d_n=24n+36[/tex]
Use the same strategy to find a closed form for [tex]\{c_n\}[/tex], then for [tex]\{b_n\}[/tex], and finally [tex]\{a_n\}[/tex].
[tex]\begin{cases}c_1=50\\c_{n+1}=c_n+24n+36&\text{for }n>1\end{cases}[/tex]
[tex]c_2=c_1+24\cdot1+36[/tex]
[tex]c_3=c_2+24\cdot2+36=c_1+24(1+2)+36\cdot2[/tex]
[tex]c_4=c_3+24\cdot3+36=c_1+24(1+2+3)+36\cdot3[/tex]
and so on, up to
[tex]c_n=c_1+24(1+2+3+\cdots+(n-1))+36(n-1)[/tex]
Recall the formula for the sum of consecutive integers:
[tex]1+2+3+\cdots+n=\displaystyle\sum_{k=1}^nk=\frac{n(n+1)}2[/tex]
[tex]\implies c_n=c_1+\dfrac{24(n-1)n}2+36(n-1)[/tex]
[tex]\implies c_n=12n^2+24n+14[/tex]
[tex]\begin{cases}b_1=15\\b_{n+1}=b_n+12n^2+24n+14&\text{for }n>1\end{cases}[/tex]
[tex]b_2=b_1+12\cdot1^2+24\cdot1+14[/tex]
[tex]b_3=b_2+12\cdot2^2+24\cdot2+14=b_1+12(1^2+2^2)+24(1+2)+14\cdot2[/tex]
[tex]b_4=b_3+12\cdot3^2+24\cdot3+14=b_1+12(1^2+2^2+3^2)+24(1+2+3)+14\cdot3[/tex]
and so on, up to
[tex]b_n=b_1+12(1^2+2^2+3^2+\cdots+(n-1)^2)+24(1+2+3+\cdots+(n-1))+14(n-1)[/tex]
Recall the formula for the sum of squares of consecutive integers:
[tex]1^2+2^2+3^2+\cdots+n^2=\displaystyle\sum_{k=1}^nk^2=\frac{n(n+1)(2n+1)}6[/tex]
[tex]\implies b_n=15+\dfrac{12(n-1)n(2(n-1)+1)}6+\dfrac{24(n-1)n}2+14(n-1)[/tex]
[tex]\implies b_n=4n^3+6n^2+4n+1[/tex]
[tex]\begin{cases}a_1=2\\a_{n+1}=a_n+4n^3+6n^2+4n+1&\text{for }n>1\end{cases}[/tex]
[tex]a_2=a_1+4\cdot1^3+6\cdot1^2+4\cdot1+1[/tex]
[tex]a_3=a_2+4(1^3+2^3)+6(1^2+2^2)+4(1+2)+1\cdot2[/tex]
[tex]a_4=a_3+4(1^3+2^3+3^3)+6(1^2+2^2+3^2)+4(1+2+3)+1\cdot3[/tex]
[tex]\implies a_n=a_1+4\displaystyle\sum_{k=1}^3k^3+6\sum_{k=1}^3k^2+4\sum_{k=1}^3k+\sum_{k=1}^{n-1}1[/tex]
[tex]\displaystyle\sum_{k=1}^nk^3=\frac{n^2(n+1)^2}4[/tex]
[tex]\implies a_n=2+\dfrac{4(n-1)^2n^2}4+\dfrac{6(n-1)n(2n)}6+\dfrac{4(n-1)n}2+(n-1)[/tex]
[tex]\implies a_n=n^4+1[/tex]
The volume of ice-cream in the cone is half the volume of the cone. The cone has a 3 cm radius and
6 cm height. What is the depth of the ice-cream, correct to two decimal places?
m
3 cm
Ice-cream
6 cm
depth of
ice-cream
5cm
Answer:
h = 5 cm
Step-by-step explanation:
Given that,
The volume of ice-cream in the cone is half the volume of the cone.
Volume of cone is given by :
[tex]V_c=\dfrac{1}{3}\pi r^2h[/tex]
r is radius of cone, r = 3 cm
h is height of cone, h = 6 cm
So,
[tex]V_c=\dfrac{1}{3}\pi (3)^2\times 6\\\\V_c=18\pi\ cm^3[/tex]
Let [tex]V_i[/tex] is the volume of icecream in the cone. So,
[tex]V_i=\dfrac{18\pi}{2}=9\pi\ cm^3[/tex]
Let H be the depth of the icecream.
Two triangles formed by the cone and the icecream will be similiar. SO,
[tex]\dfrac{H}{6}=\dfrac{r}{3}\\\\r=\dfrac{H}{2}[/tex]
So, volume of icecream in the cone is :
[tex]V_c=\dfrac{1}{3}\pi (\dfrac{h}{2})^2(\dfrac{h}{3})\\\\9\pi=\dfrac{h^3}{12}\pi\\\\h^3=108\\\\h=4.76\ cm[/tex]
or
h = 5 cm
So, the depth of the ice-cream is 5 cm.
Given m = - 1/4 & the point (4, 5)which of the following is the point slope form of the equation?
Answer:
y - 5 = -1/4(x - 4)
Step-by-step explanation:
Point slope form is y - y1 = m(x - x1), where (x1, y1) is a point on the line and m is the slope.
To find the point slope form, plug in the point given and the slope.
y - y1 = m(x - x1)
y - 5 = -1/4(x - 4)
Assume that adults have IQ scores that are normally distributed with a mean of and a standard deviation . Find the probability that a randomly selected adult has an IQ between 81 and 119 .
Complete Question
Assume that adults have IQ scores that are normally distributed with a mean μ=100 and a standard deviation σ=15. Find the probability that a randomly selected adult has an IQ between 81 and 119.
Answer:
The probability is [tex]P( x_1 < X < x_2) = 0.79474[/tex]
Step-by-step explanation:
From the question we are told that
The standard deviation is σ = 15.
The mean μ= 100
The range we are considering is [tex]x_1 = 81 , \ x_2 = 119[/tex]
Now given that IQ scores are normally distributed
Then the probability that a randomly selected adult has an IQ between 81 and 119 is mathematically represented as
[tex]P( x_1 < X < x_2) = P(\frac{x_1 - \mu }{\sigma } <\frac{X - \mu }{\sigma } < \frac{x_2- \mu }{\sigma } )[/tex]
Generally
[tex]\frac{X - \mu }{\sigma } = Z(The \ standardized \ value \ of \ X )[/tex]
So
[tex]P( x_1 < X < x_2) = P(\frac{x_1 - \mu }{\sigma } <Z < \frac{x_2- \mu }{\sigma } )[/tex]
substituting values
[tex]P( x_1 < X < x_2) = P(\frac{81 - 100 }{15 } <Z < \frac{119- 100 }{15 } )[/tex]
[tex]P( x_1 < X < x_2) = P( -1.2667 <Z <1.2667 )[/tex]
[tex]P( x_1 < X < x_2) = P(Z <1.2667 )-P( Z < -1.2667 )[/tex]
From the standardized Z table
[tex]P(Z <-1.2667 ) = 0.10263[/tex]
And [tex]P(Z <1.2667 ) = 0.89737[/tex]
So
[tex]P( x_1 < X < x_2) = 0.89737 - 0.10263[/tex]
[tex]P( x_1 < X < x_2) = 0.79474[/tex]
Assume that blood pressure readings are normally distributed with a mean of 117and a standard deviation of 6.4.If 64people are randomly selected, find the probability that their mean blood pressure will be less than 119.Round to four decimal places.
Answer:
0.9938
Step-by-step explanation:
We can find this probability using a test statistic.
The test statistic to use is the z-scores
Mathematically;
z-score = (x-mean)/SD/√n
from the question, x = 119 , mean = 117 , SD = 6.4 and n = 64
Plugging these values in the z-score equation above, we have;
z-score = (119-117)/6.4/√64
z-score = 2/6.4/8
z-score = 2.5
The probability we want to find is;
P(z < 2.5)
we can get this value from the standard normal distribution table
Thus; P(z < 2.5) = 0.99379
Which to four decimal places = 0.9938
Which polynomial is prime? x2 + 9 x2 – 25 3x2 – 27 2x2 – 8
This is a sum of squares, which cannot be factored over the real numbers. You'll need to involve complex numbers to be able to factor, though its likely your teacher hasn't covered that topic yet (though I could be mistaken and your teacher has mentioned it).
Choice B can be factored through the difference of squares rule. Therefore, choice B is not prime.
Choice C and D can be factored by pulling out the GCF and then use the difference of squares rule afterward. So we can rule out C and D as well.
Answer:
A
Step-by-step explanation:
because it has a + sign
solve the following equations
x-1=6/x
Answer:
or,x2-x=6
or,x2-x-6=0
or,x2-3x+2x-6=0
or,x(x-3)+2(x-3)=0
or,(x-3)(x+2)=0
so either x=3
or x=-2
If you’re good at statistics please help
Answer:
Step-by-step explanation:
probabilty distribution= interval of x/total area of the distribution
OR P(x)= frequency of x/total frequency(N)*the interval of x(w)
x f probabilty f/N*w
16 10 0.2
17 16 0.32
18 20 0.4
19 4 0.08
w is the width of the bar( interval) 17-16=1
N=10+16+20+4=50
( only need to draw histogram)
The position of an object at time t is given by s(t) = -9 - 3t. Find the instantaneous velocity at t = 8 by finding the derivative. I think its either -3 or -36
Answer:
[tex] \boxed{\sf Instantaneous \ velocity \ (v) = -3} [/tex]
Given:
Relation between position of an object at time t is given by:
s(t) = -9 - 3t
To Find:
Instantaneous velocity (v) at t = 8
Step-by-step explanation:
To find instantaneous velocity we will differentiate relation between position of an object at time t by t:
[tex] \sf \implies v = \frac{d}{dt} (s(t))[/tex]
[tex] \sf \implies v = \frac{d}{dt} ( - 9 - 3t)[/tex]
Differentiate the sum term by term and factor out constants:
[tex] \sf \implies v = \frac{d}{dt} ( - 9) - 3 (\frac{d}{dt} (t))[/tex]
The derivative of -9 is zero:
[tex] \sf \implies v = - 3( \frac{d}{dt} (t)) + 0[/tex]
Simplify the expression:
[tex] \sf \implies v = - 3( \frac{d}{dt} (t))[/tex]
The derivative of t is 1:
[tex] \sf \implies v = - 3 \times 1[/tex]
Simplify the expression:
[tex] \sf \implies v = - 3 [/tex]
(As, there is no variable after differentiating the relation between position of an object at time t by t so at time t = 8 is of no use.)
So,
Instantaneous velocity (v) at t = 8 is -3
A random sample of size results in a sample mean of and a sample standard deviation of . An independent sample of size results in a sample mean of and sample standard deviation of . Does this constitute sufficient evidence to conclude that the population means differ at the level of significance?
Answer:
A typical example would be when a statistician wishes to estimate the ... by the standard deviation ó) is known, then the standard error of the sample mean is given by the formula: ... The central limit theorem is a significant result which depends on sample size. ... So, the sample mean X/n has maximum variance 0.25/ n.
Step-by-step explanation:
Polar coordinates: which is not the same?
Answer:
The first option is not the same point in polar coordinates as (-3, 1.236). This proves that inverting the signs of r and θ does not generally give the same point in polar coordinates.
Step-by-step explanation:
Let's think about the position of this point. As you can tell it lies in the 4th quadrant, on the 3rd circle of this polar graph.
Remember that polar coordinates is expressed as (r,θ) where r = distance from the positive x - axis, and theta = angle from the terminal side of the positive x - axis. Now there are two cases you can consider here when r > 0.
Given : (- 3, 1.236), (3,5.047), (3, - 7.518), (- 3, 1.906)
We know that :
7.518 - 1.236 = 6.282 = ( About ) 2π
5.047 + 1.236 = 6.283 = ( About ) 2π
1.236 + 1.906 = 3.142 = ( About ) 2π
Remember that sin and cos have a uniform period of 2π. All of the points are equivalent but the first option, as all of them ( but the first ) differ by 2π compared to the given point (3, - 1.236).
A package of 8-count AA batteries costs $6.40. A package of 20-count AA batteries costs $15.80. Which statement about the unit prices is true?
Answer:
The unit price of the 20 pack is $0.79 and the unit price for the 8 pack is $0.80.
Step-by-step explanation:
Simply Take the price of the pack of batteries divided by the number within the pack.
$6.40 / 8 == $0.80
$15.80 / 20 == $0.79
Cheers.
The question is incomplete. You can find the missing content below.
A package of 8-count AA batteries costs $6.40. A package of 20-count Of batteries costs $15.80. Which statement about the unit prices is true?
A) The 8-count pack of AA batteries has a lower unit price of $0.79 per battery.
B) The 20-count pack of AA batteries has a lower unit price of $0.80 per battery.
C) The 8-count pack of AA batteries has a lower unit prices of $0.80 per battery.
D) The 20-count pack of AA batteries has a lower unit price of $0.79 per battery.
The correct option is Option D: The 20-count pack of AA batteries has the lower price of $0.79 per battery.
What is inequality?Inequality is the relation between two numbers or variables or expressions showing relationships like greater than, greater than equals to, lesser than equals to, lesser than, etc.
For example 2<9
A package of 8-count AA batteries has cost = $6.40.
cost per unit count AA batteries will be= total cost of AA batteries/ number of AA batteries
= $6.40/8= $0.8
A package of 20-count AA batteries has cost = $15.80.
cost per unit count AA batteries will be= total cost of AA batteries/ number of AA batteries
= $15.80/20= $0.79
As 0.79<0.8
cost of 20-count AA batteries < cost of 8-count AA batteries
Therefore the correct option is Option D: The 20-count pack of AA batteries has the lower price of $0.79 per battery.
Learn more about inequality
here: https://brainly.com/question/11613554
#SPJ2
1.
a. AABC has a right angle at B, BC = 4, and has an area of 10 square units. What is the
length of AB?
Answer:
5 unitsStep-by-step explanation:
A right angled triangle is a triangle that has one of this angles to be 90°. According to the ΔABC, the angle at B is 90°.
Area of a triangle = 1/2 * base * height
According to the diagram shown, the base is BC and the height is AB which is the required side.
Area of the triangle = 1/2 * BC * AB
Given area of the triangle = 10 square units
BC = 4 units
AB is the required length.
Substituting this values into the formula above;
10 = 1/2 * 4 * AB
10 = 2AB
Dividing both sides by 2
2AB/2 = 10/2
AB = 5 units
Hence the length of AB is 5 units.
Georgianna claims that in a small city renowned for its music school, the average child takes at least 5 years of piano lessons. We have a random sample of 20 children from the city, with a mean of 4.6 years of piano lessons and a standard deviation of 2.2 years. Required:Explicitly state and check all conditions necessary for inference on these data.
Answer:
The condition are
The Null hypothesis is [tex]H_o : \mu = 5[/tex]
The Alternative hypothesis is [tex]H_a : \mu < 5[/tex]
The check revealed that
There is sufficient evidence to support the claim that in a small city renowned for its music school, the average child takes at least 5 years of piano lessons
Step-by-step explanation:
From the question we are told that
The population mean is [tex]\mu = 5 \ year[/tex]
The sample size is n = 20
The sample mean is [tex]\= x = 4.6 \ years[/tex]
The standard deviation is [tex]\sigma = 2.2 \ years[/tex]
The Null hypothesis is [tex]H_o : \mu = 5[/tex]
The Alternative hypothesis is [tex]H_a : \mu < 5[/tex]
So i will be making use of [tex]\alpha = 0.05[/tex] level of significance to test this claim
The critical value of [tex]\alpha[/tex] from the normal distribution table is [tex]Z_\alpha = 1.645[/tex]
Generally the test statistics is mathematically evaluated as
[tex]t = \frac{\= x - \mu}{ \frac{\sigma }{\sqrt{n} } }[/tex]
substituting values
[tex]t = \frac{ 4.6 - 5}{ \frac{2.2}{\sqrt{20} } }[/tex]
[tex]t = -0.8131[/tex]
Looking at the value of t and [tex]Z_{\alpha }[/tex] we see that [tex]t < Z_{\alpha }[/tex] so we fail to reject the null hypothesis
This implies that there is sufficient evidence to support the claim that in a small city renowned for its music school, the average child takes at least 5 years of piano lessons.
Find secα, if sinα=−2/3 and 3π/2 <α<2π . Also the α=alpha symbol
Answer:
Step-by-step explanation:
Given sinα=−2/3, before we can get secα, we need to get the value of α first from sinα=−2/3.
[tex]sin \alpha = -2/3[/tex]
Taking the arcsin of both sides
[tex]sin^{-1}(sin\alpha) = sin^{-1} -2/3\\ \\\alpha = sin^{-1} -2/3\\ \\\alpha = -41.8^0[/tex]
Since sin is negative in the 3rd and 4th quadrant. In the 3rd quadrant;
α = 180°+41.8°
α = 221.8° which is between the range 270°<α<360°
secα = sec 221.8°
secα = 1/cos 221.8
secα = 1.34
Consider the following. x = t − 2 sin(t), y = 1 − 2 cos(t), 0 ≤ t ≤ 2π Set up an integral that represents the length of the curve. 2π 0 dt Use your calculator to find the length correct to four decimal places.
Answer:
L = 13.3649
Step-by-step explanation:
We are given;
x = t − 2 sin(t)
dx/dt = 1 - 2 cos(t)
Also, y = 1 − 2 cos(t)
dy/dt = 2 sin(t)
0 ≤ t ≤ 2π
The arc length formula is;
L = (α,β)∫√[(dx/dt)² + (dy/dt)²]dt
Where α and β are the boundary points. Thus, applying this to our question, we have;
L = (0,2π)∫√((1 - 2 cos(t))² + (2 sin(t))²)dt
L = (0,2π)∫√(1 - 4cos(t) + 4cos²(t) + 4sin²(t))dt
L = (0,2π)∫√(1 - 4cos(t) + 4(cos²(t) + sin²(t)))dt
From trigonometry, we know that;
cos²t + sin²t = 1.
Thus;
L = (0,2π)∫√(1 - 4cos(t) + 4)dt
L = (0,2π)∫√(5 - 4cos(t))dt
Using online integral calculator, we have;
L = 13.3649
Which is greater than 4?
(a) 5,
(b) -5,
(c) -1/2,
(d) -25.
reciprocal of dash and dash remains same
Answer:
-1 and 1
Step-by-step explanation:
Reciprocal means "one divided by...".
1/-1 = -1 and 1/1 = 1
50 POINTS!!! i WILL GIVE BRAINLISET IF YOU ANSWER FAST Find the domain for the rational function f of x equals quantity x minus 3 over quantity 4 times x minus 1. (−∞, 3)(3, ∞) (−∞, −3)( −3, ∞) negative infinity to one fourth and one fourth to infinity negative infinity to negative one fourth and negative one fourth to infinity
Answer:
[tex](-\infty,1/4)\cup(1/4,\infty)[/tex]
The answer is C.
Step-by-step explanation:
We are given the rational function:
[tex]\displaystyle f(x) = \frac{x-3}{4x-1}[/tex]
In rational functions, the domain is always all real numbers except for the values when the denominator equals zero. In other words, we need to find the zeros of the denominator:
[tex]\displaystyle \begin{aligned}4x -1 & = 0 \\ \\ 4x & = 1 \\ \\ x & = \frac{1}{4} \end{aligned}[/tex]
Therefore, the domain is all real number except for x = 1/4.
In interval notation, this is:
[tex](-\infty,1/4)\cup(1/4,\infty)[/tex]
The left interval represents all the values to the left of 1/4.The right interval represents all the values to the right of 1/4. The union symbol is needed to combine the two. Note that we use parentheses instead of brackets because we do not include the 1/4 nor the infinities.
In conclusion, our answer is C.
Answer:
The third one
Step-by-step explanation:
Martin currently has a balance of $948 in an account he has held for 20 years. He opened the account with an initial deposit of $600. What is the simple interest on the account?
A - 1.8%
B - 2.9%
C - 3.2%
D - 7.9%
Snoopy has a spoon that measures out 2(3)/(4) cups of sugar with every scoop. Snoopy takes 5(1)/(3) scoops with this spoon. How many cups of sugar does Snoopy scoop out?
33/64 cups of sugar does snoopy scoop out.
What is unitary method?The unitary method is a technique for solving a problem by first finding the value of a single unit, and then finding the necessary value by multiplying the single unit value.
The amount of sugar needed = 2 3/4 cups
Amount of sugar per scoop = 5 1/3 cups/scoop
So, number of cups of sugar scoops
= cups of sugar needed/ cups of sugar per scoop
=11/4 /16/3
=11/4 *3/16
=33/64
Hence, 33/64 cups of sugar does snoopy scoop out.
Learn more about this concept here:
https://brainly.com/question/25936585
#SPJ1
For a data set with Mean -20, SD-3 find the Z scores for each of the following raw scores: 23, 17, 15, 22, 30. 23: 17: 15: 22: 30:
A. 23
B. 17
C. 15
D. 22
E. 30
4. Look at your result from the previous question in regards to raw score of 15
Answer:
A. 1
B. -1
C. -1.67
D. 0.67
E. 3.33
Step-by-step explanation:
Mathematically;
z-score = (x-mean)/SD
From the question, mean = 20 , SD = 3 while x represents the individual values
A. 23
Z = (23-20)/3 = 3/3 = 1
B. 17
z = (17-20)/3 = -3/3 = -1
C. 15
z = (15-20)/3 = -5/3 = -1.67
D. 22
z = (22-20)/3 = 2/3 = 0.67
E. 30
z = (30-20)/3 = 10/3 = 3.33
paul worked 50 hours last week. if he earns $10 per hour plus time-and-a-half for any hours worked beyond 40 in a week, how much did he earn last week?
Answer: 4150
Step-by-step explanation:
You take the 50, becuse the amount earned increases once you surpass 40 you do 40 x 10 and that = 4000 then you take the remaining 10 and times that by 15 (becuse after 40 it is 1.5 of what you where earning before you hit 40 hours and half of ten is 5 so you do 10 plus 5 and times that by 10) then add both numbers together and you have 4150! Hope that helped!
10 points plssssss!!!
Answer:
A. rectangle
B. any of triangle, quadrilateral, pentagon, hexagon
Step-by-step explanation:
A. A plane perpendicular to the base will intersect 2 adjacent or 2 opposite lateral faces, as well as the two bases. Each plane intersected will result in an edge of the cross sectional figure. The figure will have two pairs of parallel edges, so is a rectangle.
__
B. If the intersecting plane is not constrained to be perpendicular to the base(s), it can intersect 3, 4, 5, or all 6 faces of the prism. Hence, the shape of the cross section can be any of ...
trianglequadrilateralpentagonhexagonWhich, if any, pair of sides are parallel? AB II DC and AD II BC Cannot be determined AB II DC only AD II BC only
Answer:
120%
Step-by-step explanation:
Find three consecutive integers such that the sum of the largest and 5 times the smallest is -244. Find the smallest integer.
Let the largest integer equal x, the 3rd number ( smallest-number) would be x - 2
The sum of the two would be:
X + 5(x-2) = -244
Simplify:
X + 5x -10
Combine like terms
6x -10 = -244
Add 10 to both sides:
6x = -234
Divide both sides by 6
X = -234/6
X = -39
The smallest number is x-2 = -39-2 = -41
The answer is -41
Please solve this question by using the strategy Elimination Method or Solve By Substitution. This is the math equation: 1/2x+y=15 and -x-1/3y=-6
2nd Question: 5/6x+1/3y=0 and 1/2x-2/3y=3
First pair of equations :
[tex]\dfrac{1}{2}x+y=15\ ..(i)\\\\-x-\dfrac{1}{3}y=-6\ ..(ii)[/tex]
Multiply 2 to equation (i), we get
[tex]x+2y=30\ ..(iii)[/tex]
By Elimination Method, Add (i) and (ii) (term with x eliminate), we get
[tex]2y-\dfrac{1}{3}y=30-6\\\\\Rightarrow\ \dfrac{5}{3}y=24\\\\\Rightarrow\ y=\dfrac{24\times3}{5}=14.4[/tex]
put y= 14.4 in (iii), we get
[tex]x+2(14.4)=30\Rightarrow\ x=30-28.8=1.2[/tex]
hence, x=1.2 and y =14.4
Second pair of equations :
[tex]\dfrac{5}{6}x+\dfrac13y=0\ ..(i)\\\\ \dfrac12x-\dfrac{2}{3}y=3\ ..(ii)[/tex]
Multiply 2 to equation (i), we get
[tex]\dfrac{5}{3}x+\dfrac{2}{3}y=0\ ..(iii)[/tex]
Elimination Method, Add (i) and (ii) (term with y eliminate) , we get
[tex]\dfrac53x+\dfrac12x=3\Rightarrow\ \dfrac{10+3}{6}x=3\\\\\Rightarrow\ \dfrac{13}{6}x=3\\\\\Rightarrow\ x=\dfrac{18}{13}[/tex]
put [tex]x=\dfrac{18}{13}[/tex] in (i), we get
[tex]\dfrac{5}{6}(\dfrac{18}{13})+\dfrac{1}{3}y=0\\\\\Rightarrow\ \dfrac{15}{13}+\dfrac{1}{3}y=0\\\\\Rightarrow\ \dfrac{1}{3}y=-\dfrac{15}{13}\\\\\Rightarrow\ y=-\dfrac{45}{13}[/tex]
hence, [tex]x=\dfrac{18}{13}[/tex] and [tex]y=\dfrac{-45}{13}[/tex] .
5/2 + 6g = 11/4 solve it
Answer:
g = [tex]\frac{1}{24}[/tex]
Step-by-step explanation:
Given
[tex]\frac{5}{2}[/tex] + 6g = [tex]\frac{11}{4}[/tex]
Multiply through by 4 to clear the fractions
10 + 24g = 11 ( subtract 10 from both sides )
24g = 1 ( divide both sides by 24 )
g = [tex]\frac{1}{24}[/tex]
PLEASE HELP ASAP! - 14 POINTS
Answer:
False
Step-by-step explanation:
the answer is false because
year 1 to 2 is $18
year 2 to 3 is $17
year 3 to 4 is $18
year 4 to 5 is $17
false because simple interest always has the same money not a pattern
Ughhh this is hard for me!
Answer:
(x+4)/3. When x is 5 the answer is 3
Step-by-step explanation:
solve the system with elimination 4x+3y=1 -3x-6y=3
Answer:
x = 1, y = -1
Step-by-step explanation:
If we have the two equations:
[tex]4x+3y=1[/tex] and [tex]-3x - 6y = 3[/tex], we can look at which variable will be easiest to eliminate.
[tex]y[/tex] looks like it might be easy to get rid of, we just have to multiply [tex]4x+3y=1[/tex] by 2 and y is gone (as -6y + 6y = 0).
So let's multiply the equation [tex]4x+3y=1[/tex] by 2.
[tex]2(4x + 3y = 1)\\8x + 6y = 2[/tex]
Now we can add these equations
[tex]8x + 6y = 2\\-3x-6y=3\\[/tex]
------------------------
[tex]5x = 5[/tex]
Dividing both sides by 5, we get [tex]x = 1[/tex].
Now we can substitute x into an equation to find y.
[tex]4(1) + 3y = 1\\4 + 3y = 1\\3y = -3\\y = -1[/tex]
Hope this helped!