Answer:
a) forming a bell
b) 5
c) 4.7
d) mean
is the correct answer
pls mark me as brainliest
What is the intersection of the lines given by 2y=-x+3 and -y=5x+1? Enter the answer as an ordered pair.
Answer:
(-5/9, 16/9)
Step-by-step explanation:
2y = -x + 3
-y = 5x + 1
To find the intersection, you need to substitute the y-value from the second equation into the first equation. Rearrange the second equation so that it is equal to y.
-y = 5x + 1
-1(-y) = -1(5x + 1)
y = -5x - 1
Substitute this equation into the y-value of the first equation.
2y = -x + 3
2(-5x - 1) = -x + 3
-10x - 2 = -x + 3
(-10x - 2) + 2 = (-x + 3) + 2
-10x = -x + 5
(-10x) + x = (-x + 5) + x
-9x = 5
(-9x)/(-9) = (5)/(-9)
x = -5/9
Plug this x value into one of the equations and solve for y.
2y = -x + 3
2y = -(-5/9) + 3
2y = 5/9 + 3
2y = 32/9
(2y)/2 = (32/9)/2
y = 32/18 = 16/9
The ordered pair is (-5/9, 16/9).
Given a sphere with radius r, the formula 4 r2 gives
O A. the volume
O B. the surface area
O c. the radius
O D. the cross-sectional area
Answer: surface area
Step-by-step explanation:
Find the perimeter of the rectangle with the following vertices. (−6, −2), (0, −10), (5, 2), (−1, 10) 23 52 46 40
Answer:
46
Step-by-step explanation:
See attached for reference
The points given:
(−6, −2), (0, −10), (5, 2), (−1, 10)They form a rectangle as seen in the picture.
We can notice that this is a parallelogram, as respective lines have same difference of coordinates.
So calculating only the two of the sides will be sufficient to get its perimeter:
a = √(-1+6)² + (10+2)² = √25+144 = √169= 13b = √(0+6)² + (-10+2)² = √36+64 = √100 = 10So, the perimeter:
P = 2(13+10) = 46
I need help please, m bda =
And m bca =
Step-by-step explanation:
Exterior angle BOA = 250°
Interior angle BOA = 360°- 250° = 110°
Now,
(A) BDA = interior angle BOA / 2 = 55°( Property of circles)
(B) From the figure, we observe that AOBC is a cyclic quadrilateral (i.e. sum of opposite angles is 180°).
Therefore, BCA + BOA = 180°
BCA = 180° - 110° = 70°
The width of a rectangle is
3
inches less than the length. The perimeter is
54
inches. Find the length and the width.
please help asap!!!
Answer:
let length be x
b = x - 3
perimeter = 2( l + b)
54 = 2(x+x-3)
27 = 2x - 3
30 = 2x
x = 15
l = 15
b = 15 - 3
b = 12
Question 2 (1 point)
Saved
A year ago, Rebecca purchased 100 shares of Havad stock for $20 per share.
Yesterday, she placed a limit order to sell her stock at a price of $33 per share before
the market opened. The stock's price opened at $23 and slowly increased to $26 in
the middle of the day, before declining to $22 by the end of the day. The stock did
not pay any dividends over the period in which Rebecca held it. Given Rebecca's
initial investment of $ 20 per share, her return is
Answer:
Rebecca does not have a return yet because the stock was not sold since there was a limit order at $33.
However, the value of her investment can be put around $2,400 (100 x $24 average price).
Step-by-step explanation:
Price of Havad Stock bought a year ago = $20
No. of shares = 100
Limit order selling price = $33
Stock prices during the limit order day = $23, $26, and $22
The stock cannot be sold, since its price did not reach $33.
Rebecca's limit order is an order to buy or sell her stock in Havad at $33 or better. Since her order is a sell limit order, it can only be executed at the limit price of $33 or higher. Unfortunately, the price of the stock did not reach the limit order on that particular day. This implies that her limit order is not guaranteed to execute.
The first common multiple of two number is 6. What is their fourth common multiple?
Answer:
4th multiple = 24
Step-by-step explanation:
Given
Let the two numbers be represented by m and n
Required
Find the 4th common multiple of the numbers.
From the question, we understand that the first common multiple of m and n is 6.
This can be represented as:
m * n * 1 = 6
mn = 6
Their fourth common multiple can be represented as: m * n * 4
4th multiple = m * n * 4
4th multiple = 4 * mn
Substitute 6 for mn
4th multiple = 4 * 6
4th multiple = 24
Hence, the 4th multiple of both numbers is 24.
Here is some information about the goals scored in some hockey games. Each game has four quarters. Please give the answer asap with full explanation and working out.
Answer:
8 home games and 10 away games
Step-by-step explanation:
Total home goals
= 8+5+9+8
= 30
Number of home games
= 30/3.75
= 8
Total away game goals
= 7+8+4+5
= 24
Number of away games
= 24/2.4
= 10
Answer:
i think it is 8 home and 10 away matches
Step-by-step explanation:
If 2/3 of the girls in class have brown eyes and 1/4 of the girls have blue eyes what fraction of the girls in class have neither blue or brown
Twice the difference of a number and 9 is 3. Use the variable b for the unknown number.
Answer:
b = 10.5
Step-by-step explanation:
2(b-9) = 3
then:
2*b + 2*-9 = 3
2b - 18 = 3
2b = 3 + 18
2b = 21
b = 21/2
b = 10.5
check:
2(10.5 - 9) = 3
2*1.5 = 3
Calculate two iterations of Newton's Method for the function using the given initial guess. (Round your answers to four decimal places.) f(x) = x2 − 8, x1 = 2
Answer:
The first and second iteration of Newton's Method are 3 and [tex]\frac{11}{6}[/tex].
Step-by-step explanation:
The Newton's Method is a multi-step numerical method for continuous diffentiable function of the form [tex]f(x) = 0[/tex] based on the following formula:
[tex]x_{i+1} = x_{i} -\frac{f(x_{i})}{f'(x_{i})}[/tex]
Where:
[tex]x_{i}[/tex] - i-th Approximation, dimensionless.
[tex]x_{i+1}[/tex] - (i+1)-th Approximation, dimensionless.
[tex]f(x_{i})[/tex] - Function evaluated at i-th Approximation, dimensionless.
[tex]f'(x_{i})[/tex] - First derivative evaluated at (i+1)-th Approximation, dimensionless.
Let be [tex]f(x) = x^{2}-8[/tex] and [tex]f'(x) = 2\cdot x[/tex], the resultant expression is:
[tex]x_{i+1} = x_{i} -\frac{x_{i}^{2}-8}{2\cdot x_{i}}[/tex]
First iteration: ([tex]x_{1} = 2[/tex])
[tex]x_{2} = 2-\frac{2^{2}-8}{2\cdot (2)}[/tex]
[tex]x_{2} = 2 + \frac{4}{4}[/tex]
[tex]x_{2} = 3[/tex]
Second iteration: ([tex]x_{2} = 3[/tex])
[tex]x_{3} = 3-\frac{3^{2}-8}{2\cdot (3)}[/tex]
[tex]x_{3} = 2 - \frac{1}{6}[/tex]
[tex]x_{3} = \frac{11}{6}[/tex]
HELPPPPPPP PLZZZZ ASPPPPPP
Answer: Choice B
[tex](f * g)(x) = \frac{x^2+6x+8}{x^2+2x-15}, \ \text{ for } x \ne -5 \text{ and } x \ne 3\\\\[/tex]
=================================================
Work Shown:
[tex]h(x) = (f * g)(x)\\\\h(x) = f(x) * g(x)\\\\h(x) = \frac{x^2-16}{x^2+3x-10}*\frac{x^2-4}{x^2-7x+12}\\\\h(x) = \frac{(x-4)(x+4)}{(x+5)(x-2)}*\frac{(x-2)(x+2)}{(x-3)(x-4)}\\\\h(x) = \frac{x+4}{(x+5)(x-2)}*\frac{(x-2)(x+2)}{x-3} \ \ \text{ ... see note 1}\\\\h(x) = \frac{x+4}{x+5}*\frac{x+2}{x-3} \ \ \text{ ... see note 2}\\\\h(x) = \frac{(x+4)(x+2)}{(x+5)(x-3)}\\\\h(x) = \frac{x^2+6x+8}{x^2+2x-15}\\\\[/tex]
note 1: A pair of (x-4) terms canceled
note 2: A pair of (x-2) terms canceled
------------------------------
Extra info (optional section):
The fact that [tex]x \ne -5 \text{ and } x \ne 3[/tex] is to avoid a division by zero error in the simplified version of h(x).
I would argue that [tex]x \ne 2 \text{ and } x \ne 4[/tex] should be thrown in as well simply so that the domains match up perfectly with the original f(x) and g(x) functions.
So I think the full domain should be that x is any real number but
[tex]x \ne -5 \text{ and } x \ne 2\\x \ne 3 \text{ and } x \ne 4[/tex]
Put another way: if x = 2 is allowed in h(x), then that clashes with the fact that it's not allowed in f(x). The same idea happens with x = 4 but with g(x) this time. It's possible your teacher glossed this fact over, or ran out of room.
About 60% of U.S full-time college students drank alcohol within a one-month period. You randomly select six U.S. full-time college students. Find the probability that the number of U.S. full-time college students who drank alcohol within a one-month period is exactly two.
Answer:
13.82%
Step-by-step explanation:
Here we have proportion of U.S. full time college students= p = 0.60, Random sample = n = 6
Here we apply Binomial distribution .
p ( X =x ) = nCx * px * ( 1 -p) n-x
a) Exactly two.
P ( x = 2 ) = 6C2 * 0.602 * ( 1 -0.60) 6-2
= 0.1382
Time-series data are often graphically depicted how?
A. Bar chart.
B. Histogram.
C. Line chart.
D. All of these choices are true.
Answer:
C. Line chart
Step-by-step explanation:
Answer:
B. Histogram
Step-by-step explanation:
Histogram uses time.
Find the greatest rational number r such that the ratios 8/15 ÷ r and 18/35 ÷ r are whole numbers?
The answer is "[tex]\bold{\frac{2}{105}}[/tex]", and the further calculation can be defined as follows:
When the "r" is the greatest common divisor for the two fractions.
So, we will use Euclid's algorithm:
[tex]\to \bold{(\frac{8}{15}) -(\frac{188}{35})}\\\\\to \bold{(\frac{8}{15} -\frac{188}{35})}\\\\\to \bold{(\frac{56-54}{105})}\\\\\to \bold{(\frac{2}{105})}\\\\[/tex]
this is [tex]\bold{(\frac{8}{15}) \ \ mod \ \ (\frac{18}{35})}[/tex]
we can conclude that the GCD for [tex]\bold{\frac{54}{105}}[/tex], when divided by [tex]\bold{\frac{2}{105}}[/tex], will be the remainder is 0. Rational numbers go from [tex]\bold{\frac{2}{105}}[/tex] with the latter being the highest.
So, the final answer is "[tex]\bold{\frac{2}{105}}[/tex]".
Learn more:
greatest rational number:brainly.com/question/16660879
Answer the questions attached about the given sequence: -33, -27, -21, -15, ...
Answer:
see below
Step-by-step explanation:
-33, -27, -21, -15,....
-33 +6 = -27
-27+6 = -21
-21+6 = -15
This is an arithmetic sequence
The common difference is +6
explicit formula
an=a1+(n-1)d where n is the term number and d is the common difference
an = -33 + ( n-1) 6
an = -33 +6n -6
an = -39+6n
recursive formula
an+1 = an +6
10th term
n =10
a10 = -39+6*10
= -39+60
=21
sum formula
see image
The sum will diverge since we are adding infinite numbers
I NEED HELP WITH THESE 4 ASAP
Answer:
I'm confused by this. What do they mean by prove?
Step-by-step explanation:
Determine whether (a) x = -1 or (b) x = 2 is a solution to this equation
Answer:
2x-1=3
2x=3+1
2x=4
x=2
[tex]\huge\boxed{\underline{\bf \: Answer}}[/tex]
(a) Let's try with x = - 1
[tex] \sf \: 2x - 1 = 3 \\\sf 2( - 1) - 1 = 3 \\ \sf- 2 - 1 = 3 \\ \\ \boxed{\bf- 3 \: \bcancel= \: 3}[/tex]
So, x = - 1 is not the solution to the given equation.
______________
(b) Now, try with x = 2
[tex]\sf2x - 1 = 3 \\ \sf2(2) - 1 = 3 \\ \sf4 - 1 = 3 \\ \\ \boxed{\bf3 = 3}[/tex]
Yes, we can see that x = 2 is the correct solution for the equation.
______________
Hope it helps.
RainbowSalt2222
Solve this problem (-25) +(-12)+(-34)=show me the steps
Answer:
(-25)+(-12)+(-34) = -71
so when you add negative numbers you simply add them such as -2+-2 -4
so same conditions
so it will be -25+-12+-34 and it will simply be 25+12+34 so -71
Find the sum of the even numbers between 199 to 1999
[tex]S_n=\dfrac{n(a_1+a_n)}{2}\\a_1=200\\a_n=1998\\n=?\\\\a_n=a_1+(n-1)d\\d=2\\1998=200+(n-1)\cdot2\\2n-2=1798\\2n=1800\\n=900\\\\S_{900}=\dfrac{900\cdot(200+1998)}{2}=450\cdot 2198=989100[/tex]
The Sum is 989100.
what is sum of Even numbers?The sum of even numbers formula is determined by using the formula to find the arithmetic progression. The sum of even numbers goes on until infinity. The sum of even numbers formula can also be evaluated using the sum of natural numbers formula. We need to obtain the formula for 2 + 4+ 6+ 8+ 10 +...... 2n.
The sum of even numbers = 2(1 + 2+ 3+ .....n). This implies 2(sum of n natural numbers) = 2[n(n+1)]/2 = n(n+1)
Given:
a1 = 200
an= 1998
So, using formula
S= n(a1 + an)/2
now,
d=2
an= a1+(n-1)d
1998= 200 + (n-1) 2
1998-200= (n-1)2
1798/2=n-1
n= 900
S900= 900( 200 + 1998)/2
=450*2198
= 989100
Hence, the sum is 989100.
Learn more about this concept here:
https://brainly.com/question/18837188
#SPJ2
Help me and I will for real give u brainleist
should be 2 3 andd 5
think of the - (- as a plus sign (this is what i was always taught) to add them so it would in turn be (-5) + 12 which equals 7 and choice 3 and 5 also equal this
A vehicle purchased for $20700 depreciates at a constant rate of 5% . Determine the approximate value of the vehicle 10 years after purchase.
Answer:
I believe it is 12,393.86
Write the expression
using only positive exponents.
-3/x-4
Actual time in seconds recorded when statistics students participated in an experiment t test their ability to determine when one minute 60 seconds has passed are shown below.Find the mean median mode of the listed numbers. 55 51 70 64 68 60 49?49
Step-by-step explanation:
mean add upp all the numbers and divide by how many they are
A thin metal plate, located in the xy-plane, has temperature T(x, y) at the point (x, y). Sketch some level curves (isothermals) if the temperature function is given by
T(x, y)= 100/1+x^2+2y^2
Answer:
Step-by-step explanation:
Given that:
[tex]T(x,y) = \dfrac{100}{1+x^2+y^2}[/tex]
This implies that the level curves of a function(f) of two variables relates with the curves with equation f(x,y) = c
here c is the constant.
[tex]c = \dfrac{100}{1+x^2+2y^2} \ \ \--- (1)[/tex]
By cross multiply
[tex]c({1+x^2+2y^2}) = 100[/tex]
[tex]1+x^2+2y^2 = \dfrac{100}{c}[/tex]
[tex]x^2+2y^2 = \dfrac{100}{c} - 1 \ \ -- (2)[/tex]
From (2); let assume that the values of c > 0 likewise c < 100, then the interval can be expressed as 0 < c <100.
Now,
[tex]\dfrac{(x)^2}{\dfrac{100}{c}-1 } + \dfrac{(y)^2}{\dfrac{50}{c}-\dfrac{1}{2} }=1[/tex]
This is the equation for the family of the eclipses centred at (0,0) is :
[tex]\dfrac{x^2}{a^2}+\dfrac{y^2}{b^2}=1[/tex]
[tex]a^2 = \dfrac{100}{c} -1 \ \ and \ \ b^2 = \dfrac{50}{c}- \dfrac{1}{2}[/tex]
Therefore; the level of the curves are all the eclipses with the major axis:
[tex]a = \sqrt{\dfrac{100 }{c}-1}[/tex] and a minor axis [tex]b = \sqrt{\dfrac{50 }{c}-\dfrac{1}{2}}[/tex] which satisfies the values for which 0< c < 100.
The sketch of the level curves can be see in the attached image below.
In the morning, Sophie goes to the church then goes to the school. In the afternoon she goes to school to home. The map shows the distance between school and home as 5 cm. If every 4 cm on the scale drawing equals 8 kilometers, how far apart are the school and home?
Answer:
10 km
Step-by-step explanation:
Distance = 5 cm
4 cm = 8 km
In km, how far apart is school and home?
Cross Multiply
[tex]\frac{4cm}{8km}[/tex] · [tex]\frac{5cm}{1}[/tex]
Cancel centimeters
[tex]\frac{40(km)(cm)}{4cm}[/tex]
Divide
= [tex]\frac{40km}{4}[/tex]
= 10 km
A box contain 12 balls in which 4 are white 3 are blue and 5 are red.3 balls are drawn at random from the box.find the chance that all three are selected
Answer:
3/11
Step-by-step explanation:
In the above question, we have the following information
Total number of balls = 12
White balls = 4
Blue balls = 3
Red balls = 5
We are to find the chance of probability that if we select 3 balls, all the three are selected.
Hence,
Probability ( all the three balls are selected) = P(White ball) × P(Blue ball) × P( Red ball)
Probability ( all the three balls are selected) = 4/12 × 3/11 × 5/10
= 60/1320
= 1/22
The number of ways by which we can selected all the three balls is a total of 6 ways:
WBR = White, Blue, Red
WRB = White, Red, Blue
RBW = Red, Blue, White
RWB = Red, White, Blue
BRW = Blue, Red, White
BWR = Blue, White, Red
Therefore, the chance that all three are selected :
1/22 × 6 ways = 6/22 = 3/11
akram is 20 year old and his sister shazia is 15
1-what was the ratio of their ages before 4 years
2-what was the ratio of their ages after 5 years
3-what do the above two points explain about ratios
Answer:
1) akram : shazia
20-4 : 15-4
16 : 11
2) akram : shazia
20 + 5 : 15 + 5
25 : 20
5 : 4
3) ratios are not always constant
5x^2-4x=6
Solve for X.
Answer:
x= (2+ √ 34) /5 , (2- √ 34) /5
decimal form= 1.566
Step-by-step explanation:
Which of the following sets are equal to {x|x < 9 and x> 2}
{3,4,5,6,7,8}
{2,3,4,5,6,7,8,9}
{}
{2,3,4,5,6,7}
Answer:
{3, 4, 5, 6, 7, 8}Step-by-step explanation:
{x|x < 9 and x > 2}= {3, 4, 5, 6, 7, 8}[tex]\tt{ \green{P} \orange{s} \red{y} \blue{x} \pink{c} \purple{h} \green{i} e}[/tex]