Answer:
y=-sqrt(x^2+9)
Step-by-step explanation:
This problem can be solved with the help of separating the variables.
dy/dx=x/y
Multiply both sides by y
y dy/dx=x
Multiply both sides by dx
y dy=x dx
Integrate
y^2/2=x^2/2+c
Let's find c using the condition y(0)=-3.
(-3)^2/2=(0)^2/2+c
9/2=0+c
9/2=c.
The equation is y^2/2=x^2/2+9/2.
Let's make this a bit prettier multiplying both sides by 2:
y^2=x^2+9
Taking square root of both sides gives:
y=+/- sqrt(x^2+9)
Since we want y(0)=-3, then we will choose
y=-sqrt(x^2+9).
Jennifer’s pie shop recorded how many pies it recently sold in each flavor. Lemon meringue pies 2 apple pies 3 peach pies 2 blueberry pies 4 coconut cream pies 1 considering this data, how many of the next 15 pies sold should you expect to be blueberry pies?
Answer:
correct me if im wrong but im assuming four just cause if you count what you have all ready not couting the 15 pies. You have at leat 12 and not couting the lemon pies. And from there you basically have to just thing and do the math and I got at least 3 to 5 pies that should be blueberry. srry for my spekling it ducks
We can expect that out of the next 15 pies sold, approximately 5 of them will be blueberry pies.
What is a relative frequency?Relative frequency is a statistical measure that expresses the proportion or percentage of times an event occurs in relation to the total number of events.
We have,
To estimate how many of the next 15 pies sold should be blueberry pies, we can use the relative frequency of blueberry pies in the given data.
The relative frequency of a pie flavor is the ratio of the number of pies of that flavor to the total number of pies.
The total number of pies sold in this data is:
= 2 + 3 + 2 + 4 + 1
= 12
The number of blueberry pies sold is 4.
The relative frequency of blueberry pies.
= 4/12
= 1/3
This means that 1/3 of the pies sold were blueberry pies.
To estimate the number of blueberry pies out of the next 15 pies sold, we can multiply 15 by the relative frequency of blueberry pies.
= 15 x (1/3)
= 5
Therefore,
We can expect that out of the next 15 pies sold, approximately 5 of them will be blueberry pies.
Learn more about relative frequency here:
https://brainly.com/question/29739263
#SPJ2
How many quarts of pure antifreeze must be added to 8 quarts of a 10% antifreeze solution to obtain a 60% antifreeze solution
Answer:
10 quarts
Step-by-step explanation:
.1(8) + 1(x) = .6(x + 8)
.8 + x = .6x + 4.8
.4x = 4
x = 10
10 quarts
what do you call the middle value in the set of the data or quantities a mean b. median c.mode d.range
Answer:
median is the middle value
mean is the average
mode is the one that occurs most
range is the highest number - lowest number
Hello! i really need help with this question.
Answer:
Option CStep-by-step explanation:
Since,
Ray starts from point O and goes endlessly through point M so, the direction of Ray will be ---> on OM.
Answer:
C
Step-by-step explanation:
Starting from O then moving towards M
=
SYSTEMS
Solving a value mixture problem using a system of linear...
Somel
A delivery truck is transporting boxes of two sizes: large and small. The combined welght of a large box and a small box is 85 pounds. The truck is transporting
70 large boxes and 50 small boxes. If the truck is carrying a total of 5350 pounds in boxes, how much does each type of box weigh?
9514 1404 393
Answer:
large: 55 lbsmall: 30 lbStep-by-step explanation:
Let x and y represent the weights of the large and small boxes, respectively. The problem statement gives rise to the system of equations ...
x + y = 85 . . . . . combined weight of a large and small box
70x +50y = 5350 . . . . combined weight of 70 large and 50 small boxes
We can subtract 50 times the first equation from the second to find the weight of a large box.
(70x +50y) -50(x +y) = (5350) -50(85)
20x = 1100 . . . . simplify
x = 55 . . . . . . . divide by 20
Using this in the first equation, we can find the weight of a small box.
55 +y = 85
y = 30 . . . . . . . subtract 55
A large box weighs 55 pounds; a small box weighs 30 pounds.
Please help! Which interval describes where the graph of the function is positive?
Answer:
c. -oo < x < -1
Step-by-step explanation:
according to the graph the function possitive
=> y > 0 , and x < -1
The circumference of the base of the cone is 8.5 inches. What is the volume of the cone in term of pi? Round to the nearest hundredth
========================================================
Work Shown:
C = 2*pi*r ......... circumference of the circular base
r = C/(2pi)
r = (8.5)/(2pi)
r = 4.25/pi
-------------
V = pi*r^2*h ...... volume of the cone
V = pi*(4.25/pi)^2*15
V = pi*(18.0625/pi^2)*15
V = (18.0625*15)/pi
V = 270.9375/pi ..... exact volume in terms of pi
If we round that decimal number up top to the nearest hundredth, then we end up with V = 270.94/pi
A parallelogram has base (2x - 1) metres and height (4x - 7) metres.
The area of the parallelogram is 1 m?.
(1) Show that 4x? - 9x + 3 = 0.
Answer (a)(i)
(*) Solve the equation 4x² – 9x + 3 = 0.
Show all your working and give your answers correct to 2 decimal places.
Answer:
0.4069 ; 1.843
Step-by-step explanation:
Given:
Base of parallelogram, b = (2x - 1)
Height = (4x - 7)
Area = 1
Area of parallelogram = Base * height
Area of parallelogram = (2x - 1) * (4x - 7)
(2x - 1) * (4x - 7) = 1
8x² - 14x - 4x + 7 = 1
8x² - 18x + 7 - 1 = 0
8x² - 18x + 6 = 0
Divide through by 2
4x² - 9x + 3 = 0
Solving the quadratic equation :
Using the formula
-b ± √(b² - 4ac) / 2a
a = 4 ; b = - 9 ; c = 3
Plugging in the values :
-(-9) ± √((-9)² - 4(4)(3)) / 2(4)
9 ± √(81 - 48) / 8
9 ± √33 / 8
(9 ± 5.7445626) / 8
(9 - 5.7445626) / 8) = 0.4069
(9 + 5.7445626) / 8 = 1.843
What is the reflection across y=x and y=-x. Just the general definition of what it means.
Answer: When you reflect a point across the line y = x, the x-coordinate and y-coordinate change places. If you reflect over the line y = -x, the x-coordinate and y-coordinate change places and are negated (the signs are changed). the line y = x is the point (y, x).
Reflection in the y -axis:
The rule for a reflection over the y -axis is (x,y)→(−x,y) .
Reflecting over any other line. Notice how each point of the original figure and its image are the same distance away from the line of reflection (x = –2 in this example).
It is simple enough to identify whether or not a given function f(x) is a linear transformation. Just look at each term of each component of f(x). If each of these terms is a number times one of the components of x, then f is a linear transformation. are linear transformations.
First shift three units to the left, so the line of reflection becomes the y axis, then flip, and finally remember to shift three units back to the right to put the center line back where it belongs. (This gives the f(6−x) solution you already know).
More information for you..
https://youtu.be/TPU5IyCUGuA
https://youtu.be/JHQtA6R7fYc
https://youtu.be/LR6f23gY3qk
[tex]\color{yellow}{}[/tex]
QUESTION 1
Determine the work done by the force
F=31+] + k in moving an object through
displacement T = 7 -7 -K
It's difficult to make out what the force and displacement vectors are supposed to be, so I'll generalize.
Let θ be the angle between the force vector F and the displacement vector r. The work W done by F in the direction of r is
W = F • r cos(θ)
The cosine of the angle between the vectors can be obtained from the dot product identity,
a • b = ||a|| ||b|| cos(θ) ==> cos(θ) = (a • b) / (||a|| ||b||)
so that
W = (F • r)² / (||F|| ||r||)
For instance, if F = 3i + j + k and r = 7i - 7j - k (which is my closest guess to the given vectors' components), then the work done by F along r is
W = ((3i + j + k) • (7i - 7j - k))² / (√(3² + 1² + 1²) √(7² + (-7)² + (-1)²))
==> W ≈ 5.12 J
(assuming F and r are measured in Newtons (N) and meters (m), respectively).
what of the following functions is graphed below
being timed help quickly will mark brainliest !!!
1 +3 = ????????????????
One and three are both numbers. We can add the, together and get another number. The fact that these two numbers should be added is shown by the symbol between them. Adding 1 to 3 equals to 4.
After sales tax, a $90 lamp costs
$95.40. What is the sales tax
percentage?
Answer:
the sales tax percentage is 6%
Step-by-step explanation:
To solve this you want to first find what percent $95.40 is of $90. Then we can subtract 100% to find the extra percent (the sales tax).
95.40 is what percent of 90?
95.40 = X · 90
Divide by 90 on both sides.
1.06 = X
So now we know that 95.40 is 106% of 90. We subtract 100% from 106% to get 6%. Therefore the sales tax percentage is 6%.
DO,-2(x, y)(3, 5).
The point (x, y) is
(1, 3)
(-3/2, -5/2)
(-6, -10)
(1,3) ez la respuesta
Milauskasville Middle School's Crazy Hair Club sold tickets to it's "Hair Today, Gone Tomorrow" talent show. A total of 55 tickets were sold in the amount of $176.50. If adult tickets cost $3.75 and student tickets cost $2.00, how many adult tickets and student tickets were sold?
Answer:
Adult ticket = 38
Student ticket = 17
Step-by-step explanation:
Let :
Adult ticket = x
Student ticket = y
x + y = 55 - - - - (1)
Cost per x = 3.75
Cost per y = 2
3.75x + 2y = 176.50 - - - (2)
From (1):
x = 55 - y
Put in (2)
3.75(55 - y) + 2y = 176.50
206.25 - 3.75y + 2y = 176.50
-1.75y = - 29.75
y = - 29.75 / - 1.75
y = 17
From :
x = 55 - y
x = 55 - 17
x = 38
Calculate the mean and median of the list of numbers below: 3, 5, 2, 10, 6, 3, 7, 3
Answer:
Step-by-step explanation:
mean = sum of data / no of data
=3 + 5 + 2 + 10 + 6 + 3 + 7 + 3/8
=36/8
4.5
to calculate the given data must be arranged in ascending to descending order . So , the data are
2 , 3 , 3 , 3 , 5 , 6 , 7 , 10
Median = N + 1/2 (N means no of data)
=8 + 1/2
=9/2
=4.5
=(4 + 5) th term / 2
=3 + 5/2
=8/2
=4
1. Suppose that a die is rolled twice. What are the possible values that the following random variables can take on: (a) the maximum value to appear in the two rolls: (b) the minimum value to appear in the two rolls; (c) the sum of the two rolls; (d) the value of the first roll minus the value of the second roll? 2. If the die in Problem 1 is assumed fair, calculate the probabilities associated with the random variables in parts (a) through (d).
Answer:
hat mather chosen to be mather
What would be the amount of his last monthly bill in order. The bill amount to be 110 for all 12 months
how to write 403.225 in words and how do i get the answer. Thanks!!!!
Please help me
Thank you.
Answer:
(8, -1)
General Formulas and Concepts:
Algebra I
Reading a coordinate planeCoordinates (x, y)Solving systems of equations by graphingStep-by-step explanation:
Where the 2 lines intersect is the solution to the systems of equations. The systems of equations intersect at (8, -1).
what type of data states that every value in the set is a number
Answer:
QUALITATIVE DATA-type of data states that every value in the set is a number.
Step-by-step explanation:
QUALITATIVE DATA-type of data states that every value in the set is a number.
Answer:
QUALITATIVE DATA-type of data states that every value in the set is a number.
What are the solutions to x2 -8x =13
Answer:
See image below for answer:)
Step-by-step explanation:
solve for x in the equation 9- x/4=2
Answer:
9-x/4=2
[tex] \frac{36 - x}{4} = 2[/tex]
[tex]36 - x = 2 \times 4[/tex]
[tex]36 - x = 8[/tex]
[tex] 36 - 8 = x[/tex]
[tex]28 = x[/tex]
[tex]x = 28[/tex]
9 - x/4 = 2
(36 - x)/4 = 2
36 - x = 8
36 - 8 = x
x = 28
I hope you understand...
Mark me as brainliest...
Can someone help me please
Answer:
n = -1
Step-by-step explanation:
n^2 + 5n + 1 = 3n
N^2 +2n +1 = 0 (subtract 3n from both sides)
(n+1)(n+1) = 0 (factor
n+1 =0; n= -1
n+1 = 0 ; n=-1
Express the given situation as a linear inequality. needs at least units of a nutritional supplement per day. Red pills provide units and blue pills provide. Let x be the number of red pills and y be the number of blue pills.
A. 6x+ 5y ≥ 32
B. 11(x + y) ≥ 32
C. 320X+ y) ≥ 11
D. x+y≥32
Multiply: 3x⎯⎯⎯⎯√·6y⎯⎯⎯⎯√
.
Answer:
l
Step-by-step explanation:
is 16 the decimal value of 1000
Answer:
0.016
Step-by-step explanation:
Answer:
0.016
Step-by-step explanation:
A TRIANGLE HAS SIDE LENGTH 3, 8 AND 9. FIND THE ANGLE MEASUREMENTFOR THE ANGLE CROSS FROM THE SIDE WITH LENGTH OF 8.
Answer:tu culo
Step-by-step explanation:
What are some easy ways to find the value of
(2017^4−2016^4)/(2017^2+2016^2) without calculator
Answer:
Step-by-step explanation:
[tex]\frac{2017^4 - 2016^4}{2017^2 + 2016^2}[/tex]
[tex]= \frac{(2017^2 - 2016^2)(2017^2 + 2016^2)}{2017^2 + 2016^2}[/tex]
[tex]= (2017^2 - 2016^2)[/tex]
[tex]= (2017 - 2016)(2017 + 2016)\\= 4033[/tex]
What’s the answer to these
Answer:
B. [tex]\sqrt{16} *\sqrt{4}[/tex]
Step-by-step explanation:
[tex]=\sqrt{16*4}[/tex]
[tex]=\sqrt{64}[/tex]
[tex]=8[/tex]
--------------------
[tex]=\sqrt{16} *\sqrt{4}[/tex]
[tex]=4*2[/tex]
[tex]=8[/tex]
--------------------
Hope this helps.