Answer: try using sine for this equasion
Step-by-step explanation:
Solve the simultaneous equations 2x-y=7 3x+y=3
Answer:
( 2 , - 3 )Step-by-step explanation:
Using elimination method:
2x - y = 7
3x + y = 3
--------------
5x = 10
Divide both sides of the equation by 5
[tex] \frac{5x}{5} = \frac{10}{5} [/tex]
Calculate
[tex]x = 2[/tex]
Now, substitute the given value of X in the equation
3x + y = 3
[tex]3 \times 2 + y = 3[/tex]
Multiply the numbers
[tex]6 + y = 3[/tex]
Move constant to R.H.S and change it's sign
[tex]y = 3 - 6[/tex]
Calculate
[tex]y = - 3[/tex]
The possible solution of this system is the ordered pair ( x , y )
( x , y ) = ( 2 , -3 )---------------------------------------------------------------------
Check if the given ordered pair is the solution of the system of equation
[tex]2 \times 2 - ( - 3) = 7[/tex]
[tex]3 \times 2 - 3 = 3[/tex]
Simplify the equalities
[tex]7 = 7[/tex]
[tex]3 = 3[/tex]
Since all of the equalities are true, the ordered pair is the solution of the system
( x , y ) = ( 2 , - 3 )Hope this helps..
Best regards!!
Translate the phrase into a variable expression. Use the letter sto name the
variable. If necessary, use the asterisk (*) for multiplication and the slash
(1) for division.
the product of 60 and the number of seconds...
Answer:
The statement
the product of 60 and the number of seconds is written as
60 * s
Hope this helps you
what are the coordinates of point b on ac such that ab=2/5ac
Answer:
[tex](-\frac{36}{7},\frac{40}{7})[/tex]
Step-by-step explanation:
Coordinates of points A and C are (-8, 6) and (2, 5).
If a point B intersects the segment AB in the ratio of 2 : 5
Then coordinates of the point B will be,
x = [tex]\frac{mx_2+nx_1}{m+n}[/tex]
and y = [tex]\frac{my_2+ny_1}{m+n}[/tex]
where [tex](x_1, y_1)[/tex] and [tex](x_2,y_2)[/tex] are the coordinates of the extreme end of the segment and a point divides the segment in the ratio of m : n.
For the coordinates of point B,
x = [tex]\frac{2\times 2+(-8)\times 5}{2+5}[/tex]
= [tex]-\frac{36}{7}[/tex]
y = [tex]\frac{2\times 5+5\times 6}{2+5}[/tex]
= [tex]\frac{40}{7}[/tex]
Therefore, coordinates of pint B will be,
[tex](-\frac{36}{7},\frac{40}{7})[/tex]
A particle is moving with the given data. Find the position of the particle. a(t) = 2t + 5, s(0) = 6, v(0) = −5
Answer:
The position of the particle is described by [tex]s(t) = \frac{1}{3}\cdot t^{3} + \frac{5}{2}\cdot t^{2} - 5\cdot t + 6,\forall t \geq 0[/tex]
Step-by-step explanation:
The position function is obtained after integrating twice on acceleration function, which is:
[tex]a(t) = 2\cdot t + 5[/tex], [tex]\forall t \geq 0[/tex]
Velocity
[tex]v(t) = \int\limits^{t}_{0} {a(t)} \, dt[/tex]
[tex]v(t) = \int\limits^{t}_{0} {(2\cdot t + 5)} \, dt[/tex]
[tex]v(t) = 2\int\limits^{t}_{0} {t} \, dt + 5\int\limits^{t}_{0}\, dt[/tex]
[tex]v(t) = t^{2}+5\cdot t + v(0)[/tex]
Where [tex]v(0)[/tex] is the initial velocity.
If [tex]v(0) = -5[/tex], the particular solution of the velocity function is:
[tex]v(t) = t^{2} + 5\cdot t -5, \forall t \geq 0[/tex]
Position
[tex]s(t) = \int\limits^{t}_{0} {v(t)} \, dt[/tex]
[tex]s(t) = \int\limits^{t}_{0} {(t^{2}+5\cdot t -5)} \, dt[/tex]
[tex]s(t) = \int\limits^{t}_0 {t^{2}} \, dt + 5\int\limits^{t}_0 {t} \, dt - 5\int\limits^{t}_0\, dt[/tex]
[tex]s(t) = \frac{1}{3}\cdot t^{3} + \frac{5}{2}\cdot t^{2} - 5\cdot t + s(0)[/tex]
Where [tex]s(0)[/tex] is the initial position.
If [tex]s(0) = 6[/tex], the particular solution of the position function is:
[tex]s(t) = \frac{1}{3}\cdot t^{3} + \frac{5}{2}\cdot t^{2} - 5\cdot t + 6,\forall t \geq 0[/tex]
Answer:
Position of the particle is :
[tex]S(t)=\frac{1}{3}.t^3+\frac{5}{2}.t^2-5.t+6[/tex]
Step-by-step explanation:
Given information:
The particle is moving with an acceleration that is function of:
[tex]a(t)=2t+5[/tex]
To find the expression for the position of the particle first integrate for the velocity expression:
AS:
[tex]V(t)=\int\limits^0_t {a(t)} \, dt\\v(t)= \int\limits^0_t {(2.t+5)} \, dt\\\\v(t)=t^2+5.t+v(0)\\[/tex]
Where, [tex]v(0)[/tex] is the initial velocity.
Noe, if we tale the [tex]v(0) =-5[/tex] ,
So, the velocity equation can be written as:
[tex]v(t)=t^2+5.t-5[/tex]
Now , For the position of the particle we need to integrate the velocity equation :
As,
Position:
[tex]S(t)=\int\limits^0_t {v(t)} \, dt \\S(t)=\int\limits^0_t {(t^2+5.t-5)} \, dt\\S(t)=\frac{1}{3}.t^3+\frac{5}{2}.t^2-5.t+s(0)[/tex]
Where, [tex]S(0)[/tex] is the initial position of the particle.
So, we put the value [tex]s(0)=6[/tex] and get the position of the particle.
Hence, Position of the particle is :
[tex]S(t)=\frac{1}{3}.t^3+\frac{5}{2}.t^2-5.t+6[/tex].
For more information visit:
https://brainly.com/question/22008756?referrer=searchResults
In order to determine the average price of hotel rooms in Atlanta, a sample of 64 hotels was selected. It was determined that the average price of the rooms in the sample was $112 with a standard deviation of $16. Use a 0.05 level of significance and determine whether or not the average room price is significantly different from $108.50.
Which form of the hypotheses should be used to test whether or not the average room price is significantly different from $108.50?
H0:
a. mu is greater than or equal to $108.50
b. mu is greater than $108.50
c. mu is less than $108.50mu is less than or equal to $108.50
d. mu is equal to $108.50mu is not equal to $108.50
Ha:
a. mu is greater than or equal to $108.50
b. mu is greater than $108.50mu is less than $108.50
c. mu is less than or equal to $108.50
d. mu is equal to $108.50mu is not equal to $108.50
Answer:
H0 :
a. mu is greater than or equal to $108.50
Ha:
c. mu is less than or equal to $108.50
Step-by-step explanation:
The correct order of the steps of a hypothesis test is given following
1. Determine the null and alternative hypothesis.
2. Select a sample and compute the z - score for the sample mean.
3. Determine the probability at which you will conclude that the sample outcome is very unlikely.
4. Make a decision about the unknown population.
These steps are performed in the given sequence
In the given scenario the test is to identify whether the average room price significantly different from $108.50. We take null hypothesis as mu is greater or equal to $108.50.
Find three consecutive even integers such that the square of the third is 60 more that the square of the second
Answer:
-4,4,16
Step-by-step explanation:
They are all even integers.
-4^2=16
4^2=16
16^2=256
the square of the third,16 is 256 which is more than the square of the second,4=16
The three consecutive even integers such that the square of the third is 60 more than the square of the second are -18, -16 and -14.
What are integers?Any positive or negative number without fractions or decimal places is known as an integer, often known as a "round number" or "whole number."
Given:
Let the three even consecutive integers are 2n-2, 2n and 2n + 2.
According to the question,
So,
(2n + 2)² = (2n)² - 60
4n² + 4 + 8n = 4n² -60
8n = -64
n = -8
That means, the integers are -18, -16 and -14.
Therefore, the required even integers are -18, -16 and -14.
To learn more about the integers;
brainly.com/question/1768254
#SPJ5
According to the histogram below, how many people took the test? 39 9 16 23
The correct answer is D. 23
Explanation:
Histograms similar to other graphs represent numerical information, usually by using bars, as well as ranges. For example, in the case presented the information presented belongs to the scores obtained in a test, which are shown using ranges. Moreover, it is possible to know the total of people that took the test by adding each of the frequencies, as the frequency in the y-axis shows the number of times the range repeated and it is expected each grade registered belongs to 1 person. This means the total of people is equal to 2 (score from 60-69) + 9 (score from 70-79) + 7 (score from 80-89) + 5 (score from 90-99) = 23 people.
Answer:
the answer is 23
Step-by-step explanation:
hopes this helps:)
Zoey wants to use her iPad throughout a 6-hour flight. Upon takeoff, she uses the iPad for 2 hoursand notices that the battery dropped by 25%, from 100% to 75%. How many total hours can Zoeyexpect from the iPad on a full battery charge?
Answer:
8 hours
Step-by-step explanation:
25%= 2 hrs
100%=8 hrs
brainliest plsssssssssssssssssssss
-zylynn
7987.1569 to the nearest thousandth
Answer:
7987.1569 to the nearest thousandths is 7987.157
Step-by-step explanation:
Explain how to write an equivalent expression using the
associative property.
2+(11 + y)
Answer:
2+(11+y)=(2+11)+y=11+(2+y)
Answer:
Sample Response: The associative property allows you to keep the order of the terms and change the position of the parentheses. So you can rewrite the terms in the same order and then move the parentheses so that the 2 + 11 is now inside. The equivalent expression is (2 + 11) + y.
Step-by-step explanation:
E d g e n u i t y
Enter a range of values of x
Answer:
[tex]-5<x<26[/tex].
Step-by-step explanation:
We know that if two corresponding sides of two triangles are equal, then third sides of the triangles depend on angle between equal sides.
Angle opposite to larger side is larger.
Since, 14 < 15, therefore
[tex]2x+10<62[/tex]
[tex]2x<62-10[/tex]
[tex]2x<52[/tex]
[tex]x<26[/tex] ...(1)
We know that, angle can not not negative.
[tex]2x+10>0[/tex]
[tex]2x>-10[/tex]
[tex]x>-5[/tex] ...(2)
From (1) and (2), we get
[tex]-5<x<26[/tex]
Therefore, the range of values of x is [tex]-5<x<26[/tex].
Identify the P-VALUE used in a hypothesis test of the following claim and sample data:
Claim: "The proportion of defective tablets manufactured in this factory is less than 6%."
A random sample of 500 tablets from this factory is selected, and it is found that 20 of them were defective. Test the claim at the 0.05 significance level.
Answer:
The calculated value Z = 2 > 1.96 at 0.05 level of significance
Alternative Hypothesis is accepted
The proportion of defective tablets manufactured in this factory is less than 6%."
Step-by-step explanation:
Step(i):-
Given Population proportion P = 0.06
Sample size 'n' = 500
A random sample of 500 tablets from this factory is selected, and it is found that 20 of them were defective.
Sample proportion
[tex]p^{-} = \frac{x}{n} = \frac{20}{500} =0.04[/tex]
Null hypothesis :H₀: P = 0.06
Alternative Hypothesis :H₁:P<0.06
Level of significance = 0.05
Z₀.₀₅ = 1.96
Step(ii):-
Test statistic
[tex]Z = \frac{p^{-} -P}{\sqrt{\frac{P Q}{n} } }[/tex]
[tex]Z = \frac{0.04 -0.06}{\sqrt{\frac{0.06 X 0.94}{500} } }[/tex]
Z = - 2
|Z|= |-2| = 2
Step(iii):-
The calculated value Z = 2 > 1.96 at 0.05 level of significance
Null hypothesis is rejected
Alternative Hypothesis is accepted
The proportion of defective tablets manufactured in this factory is less than 6%."
What is a3 if an=64(12)n−1
Answer:
[tex]\huge\boxed{a_3=9,216}[/tex]
Step-by-step explanation:
[tex]a_n=64(12)^{n-1}\\\\\text{substitute}\ n=3:\\\\a_3=64(12)^{3-1}=64(12)^2=64(144)=9,216[/tex]
What is 25÷5what is 25 / 5
Answer:
5
Step-by-step explanation:
25/5
=5✖️5=25
=5/1
Answer:
25÷5 = 5 and 25/5 = 125
Step-by-step explanation:
hope this helps!
What value of x is I the solution set of 3(x-4)>5x+2
Answer:
-7 > x
Step-by-step explanation:
3(x-4)>5x+2
Distribute
3x-12>5x+2
Subtract 3x from each side
3x-12-3x>5x-3x+2
-12 > 2x+2
Subtract 2 from each side
-12-2>2x+2-2
-14 > 2x
Divide by 2
-14/2 > 2x/2
-7 > x
Answer:
[tex]\boxed{x<-7}[/tex]
Step-by-step explanation:
3(x-4)>5x+2
Expand brackets.
3x - 12 > 5x+2
Subtract 3x and 2 on both sides.
-12 - 2 > 5x - 3x
-14 > 2x
Divide both sides by 2.
-7 > x
Switch sides.
x < -7
PLEASE ANSWER FAST PLEASE!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! The point (1, −1) is on the terminal side of angle θ, in standard position. What are the values of sine, cosine, and tangent of θ? Make sure to show all work.
Answer:
sin = -√2 / 2
cos = √2 / 2
tan = -1
Step-by-step explanation:
Θ is in quad IV
sin = -√2 / 2
cos = √2 / 2
tan = -1
How does the frequency of f(x) = cos(2x) relate to the frequency of the parent function cos x?
Answer:
The frequency of f(x) is two times the frequency of the parent function.
Step-by-step explanation:
We can say that the number that is beside the x is equal to [tex]2\pi *f[/tex], where f is the frequency.
Then, for the parent function, we get:
[tex]1 = 2\pi f_1[/tex]
or solving for [tex]f_1[/tex]:
[tex]f_1=\frac{1}{2\pi }[/tex]
At the same way, for f(x), we get:
[tex]2=2\pi f_2\\f_2=2(\frac{1}{2\pi })[/tex]
But [tex]\frac{1}{2\pi }[/tex] is equal to [tex]f_1[/tex], so we can write the last equation as:
[tex]f_2=2f_1[/tex]
It means that the frequency of f(x) is two times the frequency of the parent function.
Evaluate the expression 23^0-15^1+18^0+(43-12)
Answer:
18
Step-by-step explanation:
23^0 - 15^1 + 18^0 + (43 - 12) =
= 1 - 15 + 1 + 31
= -14 + 1 + 31
= -13 + 31
= 18
If y varies directly as x, and y is 6 when x is 72, what is the value of y when x is 8?
NO
54
оо
96
Answer:
2/3
Step-by-step explanation:
The equation for direct variation is: y = kx, where k is a constant.
Here, we see that y varies directly with x when y = 6 and x = 72, so let's plug these values into the formula to find k:
y = kx
6 = k * 72
k = 6/72 = 1/12
So, k = 1/12. Now our formula is y = (1/12)x. Plug in 8 for x to find y:
y = (1/12)x
y = (1/12) * 8 = 8/12 = 2/3
Thus, y = 2/3.
~ an aesthetics lover
Answer:
Step-by-step explanation: I hope i'm right
[tex]y \alpha x\\y=kx....(1)\\6=72k\\\frac{6}{72} =\frac{72k}{72} \\\\1/12 =k\\y = 1/12x=relationship-between;x-and;y\\x =8 , y =?\\y = \frac{8}{12} \\Cross-Multiply\\12y =8\\12y/12 = 8/12\\\\y = 2/3[/tex]
Eighty percent of the light aircraft that disappear while in flight in a certain country are subsequently discovered. Of the aircraft that are discovered, 63% have an emergency locator, whereas 89% of the aircraft not discovered do not have such a locator. Suppose a light aircraft has disappeared. (Round your answers to three decimal places.) (a) If it has an emergency locator, what is the probability that it will not be discovered? (b) If it does not have an emergency locator, what is the probability that it will be discovered?
Answer:
a) P(B'|A) = 0.042
b) P(B|A') = 0.625
Step-by-step explanation:
Given that:
80% of the light aircraft that disappear while in flight in a certain country are subsequently discovered
Of the aircraft that are discovered, 63% have an emergency locator,
whereas 89% of the aircraft not discovered do not have such a locator.
From the given information; it is suitable we define the events in order to calculate the probabilities.
So, Let :
A = Locator
B = Discovered
A' = No Locator
B' = No Discovered
So; P(B) = 0.8
P(B') = 1 - P(B)
P(B') = 1- 0.8
P(B') = 0.2
P(A|B) = 0.63
P(A'|B) = 1 - P(A|B)
P(A'|B) = 1- 0.63
P(A'|B) = 0.37
P(A'|B') = 0.89
P(A|B') = 1 - P(A'|B')
P(A|B') = 1 - 0.89
P(A|B') = 0.11
Also;
P(B ∩ A) = P(A|B) P(B)
P(B ∩ A) = 0.63 × 0.8
P(B ∩ A) = 0.504
P(B ∩ A') = P(A'|B) P(B)
P(B ∩ A') = 0.37 × 0.8
P(B ∩ A') = 0.296
P(B' ∩ A) = P(A|B') P(B')
P(B' ∩ A) = 0.11 × 0.2
P(B' ∩ A) = 0.022
P(B' ∩ A') = P(A'|B') P(B')
P(B' ∩ A') = 0.89 × 0.2
P(B' ∩ A') = 0.178
Similarly:
P(A) = P(B ∩ A ) + P(B' ∩ A)
P(A) = 0.504 + 0.022
P(A) = 0.526
P(A') = 1 - P(A)
P(A') = 1 - 0.526
P(A') = 0.474
The probability that it will not be discovered given that it has an emergency locator is,
P(B'|A) = P(B' ∩ A)/P(A)
P(B'|A) = 0.022/0.526
P(B'|A) = 0.042
(b) If it does not have an emergency locator, what is the probability that it will be discovered?
The probability that it will be discovered given that it does not have an emergency locator is:
P(B|A') = P(B ∩ A')/P(A')
P(B|A') = 0.296/0.474
P(B|A') = 0.625
The value of x that will make L and M
Greetings from Brasil...
Here we have internal collateral angles. Its sum results in 180, so:
(6X + 8) + (4X + 2) = 180
6X + 4X + 8 + 2 = 180
10X + 10 = 180
10X = 180 - 10
10X = 170
X = 170/10
X = 17magazine provided results from a poll of adults who were asked to identify their favorite pie. Among the respondents, % chose chocolate pie, and the margin of error was given as percentage points. What values do , , n, E, and p represent? If the confidence level is %, what is the value of ?
Complete Question
A magazine provided results from a poll of 500 adults who were asked to identify their favorite pie. Among the 500 respondents, 12 % chose chocolate pie, and the margin of error was given as plus or minus 5 percentage points.What values do [tex]\r p , \ \r q[/tex], n, E, and p represent? If the confidence level is 90%, what is the value of [tex]\alpha[/tex] ?
Answer:
a
[tex]\r p[/tex] is the sample proportion [tex]\r p = 0.12[/tex]
[tex]n[/tex] is the sample size is [tex]n = 500[/tex]
[tex]E[/tex] is the margin of error is [tex]E = 0.05[/tex]
[tex]\r q[/tex] represents the proportion of those that did not chose chocolate pie i.e [tex]\r q = 1- \r p[/tex]
b
[tex]\alpha = 10\%[/tex]
Step-by-step explanation:
Here
[tex]\r p[/tex] is the sample proportion [tex]\r p = 0.12[/tex]
[tex]n[/tex] is the sample size is [tex]n = 500[/tex]
[tex]\r q[/tex] represents the proportion of those that did not chose chocolate pie i.e
[tex]\r q = 1- \r p[/tex]
[tex]\r q = 1- 0.12[/tex]
[tex]\r q = 0.88[/tex]
[tex]E[/tex] is the margin of error is [tex]E = 0.05[/tex]
Generally [tex]\alpha[/tex] is the level of significance and it value is mathematically evaluated as
[tex]\alpha = ( 100 - C )\%[/tex]
Where [tex]C[/tex] is the confidence level which is given in this question as [tex]C = 90 \%[/tex]
So
[tex]\alpha = ( 100 - 90 )\%[/tex]
[tex]\alpha = 10\%[/tex]
Which parent function is represented by the graph?
A. The quadratic parent function
B. The absolute value parent function
C. An exponential parent function
D. The linear parent function
Answer:
D. The linear parent function
Step-by-step explanation:
Linear functions are always characterized by a straight line graph with or without an intercept on the vertical or horizontal axis. A linear function usually has an independent variable and a dependent variable. The independent variable is commonly depicted as x while the dependent variable is y.
Thus a linear equation is an equation of the type y=ax where a is a constant term. The equation of a straight line graph his y=mx +c, where;
m= gradient of the straight line graph
x= the independent variable
y= the dependent variable
c= the vertical intercept
Answer:
The linear parent function :)
Step-by-step explanation:
Help please!! Thank you
Answer:
D. 6
Step-by-step explanation:
here, as given set Q consists { 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32, 34, 36}
and set Z contains {3, 6, 9, 12, 15, 18, 21,24, 27, 30, 33, 36, .... }
so be comparing both, we can see that the numbers 6, 12, 18, 24, 30 and 36 is repeated.
Find the solution(s) of the quadratic equation 2x2 – 3x – 35 = 0
Answer: x = 5, x = -7/2
Step-by-step explanation:
2x² - 3x - 35 = 0
Step 1: Find two values whose product = 2(-35) and sum = -3: -10 & 7
Step 2: Replace the b-value of -3x with -10x + 7x:
2x² - 10x + 7x - 35 = 0
Step 3: Factor the first two terms and the second two terms:
2x(x - 5) +7(x - 5) = 0
Step 4: Write the factored form:
Notice that the parenthesis are identical. This is one of the factors. The outside values are the other factor:
Parenthesis: (x - 5)
Outside: (2x + 7)
Factored form: (x - 5)(2x + 7) = 0
Step 5: Set each factor each to zero and solve for x:
x - 5 = 0 2x + 7 = 0
x - 5 [tex]x=-\dfrac{7}{2}[/tex]
The solutions of the quadratic equation given as 2x² - 3x - 35 = 0 are x=5 and x =-3.5.
Given that:
2x² - 3x - 35 = 0
This is a quadratic equation.
It is required to find the solutions of this equation.
The solution of the quadratic equation of the form ax² + bx + c = 0 can be found using the quadratic formula:
[tex]x=\frac{-b\pm \sqrt{b^2-4ac}}{2a}[/tex]
From the given equation:
a = 2
b = -3
c = -35
Substitute to the quadratic formula.
[tex]x=\frac{-(-3)\pm \sqrt{(-3)^2-4(2)(-35)}}{2(2)}[/tex]
[tex]=\frac{3\pm \sqrt{9+280}}{4}[/tex]
[tex]=\frac{3\pm \sqrt{289}}{4}[/tex]
[tex]=\frac{3\pm 17}{4}[/tex]
So, the solutions are:
[tex]x=\frac{3+ 17}{4}=5[/tex], and [tex]x=\frac{3-17}{4}=-3.5[/tex]
Hence, the solutions are x =5, -3.5.
Learn more about Quadratic Formula here :
https://brainly.com/question/22364785
#SPJ6
In Sparrowtown, the use of landlines has been declining at a rate of 5% every year. If there are 20,000 landlines this year, how many will there be in 15 years? If necessary, round your answer to the nearest whole number.
Answer:
5,000
Step-by-step explanation:
If it decreases by 5% a year, it'll decrease by 75% in 15 years
i.e 1 year = 5%
15 years = x
Cross multiply
x = 75%
Therefore, since it decreases by 75%
100 - 75 x 20,000 = 5,000
100
The probability of a potential employee passing a drug test is 91%. If you selected 15 potential employees and gave them a drug test, how many would you expect to pass the test
Answer:
The number expected to pass that test is [tex]k = 14 \ employees[/tex]
Step-by-step explanation:
From the question we are told that
The probability of success is p = 0.91
The sample size is n = 15
The number of employee that will pass the test is mathematically represented as
[tex]k = n * p[/tex]
substituting values
[tex]k = 15 * 0.91[/tex]
[tex]k = 14 \ employees[/tex]
PLEASEEEEE HELPPOO
For Individual or Group Explorations
Maximizing the Total Profit
Payles at The Christmas Store very periodically with a high ef 550.000 in December
the Christmas Stove also comes the Powe, where profits reach a high of $80,000
in Aurust and a few of $20,000 in February Assume that the profit function for
Crm Store
Save
40
20
10
1 2 3 4 5 6 7 8 9 10 11 12
Month
a) Write the profit function for The Christmas Store as a function of the month
and sketch its graph
b)
Write the profit function for The Pool Store as a function of the month and
sketch its graph.
are are length
Write the total profit as a function of the month and sketch its graph. What is
the period?
are inside the
est enth of a
Use the maximum feature of a graphing calculator to find the owner's maxi-
mum total profit and the month in which it occurs.
Find the owner's minimum total profit and the month in which it occurs.
We know that y -a sin x + bcos x is a sine function. However, the sum of
two arbitrary sine or cosine functions is not necessarily a sine function. Find an
example in which the graph of the sum of two sine functions does not look like
a sine curve.
Explain.
is tangent to one
Answer:
what
Step-by-step explanation:
here is the picture pls answer another for my lil friend lol
Answer:
Hey there!
The perimeter can be expressed as 140+140+68[tex]\pi[/tex]
This is equal to 493.52 m
Hope this helps :)
Solve the equation for X. 2(2x-4)=3(x+4) A -4 B 4 C 20 D 6
Answer:
X=20
Step-by-step explanation:
The answer is C