Three integers have a mean of 7, a median of 5 and a range of 14.
Find the three integers.

Answers

Answer 1

Step-by-step explanation:

2,5 and 7 are the three integers


Related Questions

The dot plot represents the scores of a group of students on an English test. If the dot plot is converted to a box plot, the first quartile would be drawn at, and the median would be drawn at.

Answers

The first quartile would be drawn at 3 and the median would be drawn

at 4.

What is the median in math?

The median is the middle number in an ordered data set. The mean is the sum of all values divided by the total number of values.

Scores of group of students                        Frequency

                1                                                           0

                2                                                          2

                3                                                          2

                4                                                          4

                5                                                          3

                6                                                          1

                7                                                          1

First three set of scores from 1 to 3 comes under first quartile.

Median is in the center.

Last three set of scores comes under third quartile.

Therefore, the first quartile would be drawn at 3.

And the median would be drawn at 4.

Learn more about median

brainly.com/question/28060453

#SPJ4

What is the equation of the following line? Be sure to scroll down first to see
all answer options.

What is the equation of the following line? Be sure to scroll down first to seeall answer options.

Answers

Answer:

i did this before the answer is c

Answer: 1/5 x

Step-by-step explanation:

HELP PLEASE
2. A car is traveling on a small highway and is either going 55 miles per hour or 35 miles
per hour, depending on the speed limits, until it reaches its destination 200 miles
away. Letting x represent the amount of time in hours that the car is going 55 miles
per hour, and y being the time in hours that the car is going 35 miles per hour, an
equation describing the relationship is:
55x + 35y = 200

b. if the car spends 3 hours going 55 miles per hour on the trip, how long does it spend going 35 miles per hour

c. if the car spends no time going 35 miles per hour, how long would the trip take? explain your reasoning

Answers

Answer:  b.) 1 hour at 35 mph when the car spends 3 hours at 55mph

c.) The trip will take 3.64 hours which is about about  3 hours and 38 minutes if the car travels at 55mph the entire time.

(But it could take longer if the police stop the car to issue a ticket for going 55 mph in a 35mph zone!)

Step-by-step explanation:

b.) 55(3) + 35y = 200  Multiply 55(3) = 165

165 + 35y = 200.    Subtract 165 from both sides 200- 165 = 35

35y = 35 divide both sides by 35

y = 1, So the time traveling at 35mph is 1 hour

c.) 55x + 35y = 200

55x + 35(0) = 200  35×0 = 0

55x = 200 . Divide 200 miles by 55mph to find the time, x

200/55 = 3.63636 hours

To convert to minutes, multiply 60 × .63636 ≈ 38.18 minutes

PLEASE HELP ME DUE TODAY!!

PLEASE HELP ME DUE TODAY!!

Answers

Answer: D) neither

Step-by-step explanation:

If you plug in any of the given coordinates, the answer is always incorrect

Please help??? Thank you !!

Please help??? Thank you !!

Answers

Answer:

54w-9

Step-by-step explanation:

the box to the right is -1 because you are multiplying 6w-1 by 9 (the box next to the blank one on the bottom). the other blank box below the 6w is going to be 54w since you multiply 6w and 9 to get that. therefore, 9(6w-1) is 54w-9.

In one workplace, 4 men performed 4 different jobs. Mr. Browne took 2 hours for his job, Mr. Johnson took 5 hours, Mr. Evelyn took 4 hours, and Mr. Fitt took 3 hours. What was the total number of man-hours used for the job?

Answers

Answer:

14, or 4/14 if you're looking for the ratio.

Step-by-step explanation:

Simple addition, although maybe man-hours is some advanced concept and I'm wrong, in which case I'm sorry.

The ratio of plates to cups is 10:14. If
there are 7 cups, how many plates
are there?

Answers

Answer:

Step-by-step explanation:

p:c=10:14

p/c=10/14

p/7=10/14

p=7(10)/14

p=5

Answer:

5 plates

Step-by-step explanation:

First, make two fraction bars, one with the ratio 10/14 the other with the top blank and 7 on the bottom. Next, find how much to multiply 7 by to get 14. Use the number you get to divide 10 by. Then you should get 5. Hope this helped!

You asked students the survey question: How many hours did you do homework last week? The responses were 3, 10, 5, 7, 4, 8, 3, 5, 4, and 2 hours. Which statement best represents the data?


1. Most of the friends who responded did homework for 5 or fewer hours last week.
2. Most of the friends who responded did homework for more than 8 hours last week.
3. Most of the friends who responded did homework for 6 or more hours last week.
4. Exactly half of the friends who responded did homework for fewer than 6 hours last week.

Answers

The first statement best represents this data. 7 out of 10 students did their homework for 5 or fewer hours last week.
1.

If you write it out in order of smallest number to largest number, you can count that only 3 people out of the ten total did over 5 hours of homework

Answer the question above on the ixl tab, please.

Answer the question above on the ixl tab, please.

Answers

Answer:

The answer is 10

Step-by-step explanation:

The formula for finding the combination of two given positive numbers is given by

\( _{n}C _{r} = \frac{n!}{(n - r)!r!} \)

Where n and r are positive numbers

From the question we have

5 C 3

Simplify

That's

\( \binom{5}{3} = \frac{5!}{(5 - 3)!3!} = \frac{120}{2! \times 3 !} \\ = \frac{120}{2 \times 6} \\ = \frac{120}{12} \)

We have the final answer as

10

Hope this helps you

what does it mean for a tree to be complete? group of answer choices every node has either 0 or 2 children every level except for the last is necessarily filled, and in the last level nodes are filled in from left to right every node in the left subtree must be of lower priority than that of the root, and every node in the right subtree must be of greater priority than that of the root none of the above

Answers

The binary search tree to be complete means all the nodes has its own subtree with maximum zero or two children.

In the binary search tree data structure which is composed of some nodes have following characteristics :

All the tree has some root node present at the top of the tree which has some data type value.The root node contains zero or sometimes more child nodes.In the continuity , each child node consists of zero or more child node.When this process is continue this tree has one or subtree.All the nodes present in the tree has its own subtree which is combination of children and their children.Each node has maximum two children not more than that.

The given question is incomplete, I answer the question in general according to my knowledge:

What does it mean for a binary search tree to be complete?

Learn more about binary search tree here

brainly.com/question/13152677

#SPJ4

the following are the amounts of radiation received at a greenhouse: 6.1 6.8 8.7 9.0 10.2 10.3 10.6 10.8 10.9 11.0 11.1 11.5 11.7 12.2 13.4 find the interquartile range.

Answers

To find the interquartile range of the amounts of radiation received at a greenhouse, we need to first calculate the first quartile (Q1) and the third quartile (Q3).

The explained solution to the problem is mentioned below.


First is to sort the data in ascending order:
6.1, 6.8, 8.7, 9.0, 10.2, 10.3, 10.6, 10.8, 10.9, 11.0, 11.1, 11.5, 11.7, 12.2, 13.4

The second is to find the median (Q2) of the sorted data. Since we have an odd number of data points, Q2 is the middle value, which is 10.8.

The third one is to find the median (Q1) of the lower half of the sorted data. In this case, the lower half consists of the values up to and including Q2. So, the lower half is 6.1, 6.8, 8.7, 9.0, 10.2, and 10.3. The median of this lower half is (8.7 + 9.0) / 2 = 8.85.

Next is to find the median (Q3) of the upper half of the sorted data. In this case, the upper half consists of the values from Q2 onwards. So, the upper half is 10.9, 11.0, 11.1, 11.5, 11.7, 12.2, and 13.4. The median of this upper half is (11.5 + 11.7) / 2 = 11.6.

Last but not least, calculate the interquartile range (IQR) by subtracting Q1 from Q3: IQR = Q3 - Q1 = 11.6 - 8.85 = 2.75.

Therefore, the interquartile range of the amounts of radiation received at the greenhouse is 2.75. The interquartile range represents the range of the middle 50% of the data, indicating the spread of values within that range.

To learn more about interquartile range visit:

https://brainly.com/question/1210750

#SPJ11

Given that the probability of a company having a section in the newspaper is 0.43, and the probability of a company having a website given that the company has a section in the newspaper is 0.84, what is the probability of a company having a website and a section in the newspaper

Answers

To find the probability of a company having both a website and a section in the newspaper, we can use the formula for conditional probability.

Let's denote the events as follows:
A: A company has a section in the newspaper
B: A company has a website

We are given the following probabilities:
P(A) = 0.43 (Probability of a company having a section in the newspaper)
P(B|A) = 0.84 (Probability of a company having a website given that it has a section in the newspaper)

The probability of both events A and B occurring can be calculated as:
P(A and B) = P(A) * P(B|A)

Substituting in the values we have:
P(A and B) = 0.43 * 0.84
P(A and B) = 0.3612

Therefore, the probability of a company having both a website and a section in the newspaper is 0.3612 or 36.12%.

Probability https://brainly.com/question/13604758

#SPJ11

f(x) = —x^2 – 3x
Find f(10)

Answers

Step-by-step explanation:

f(x) = —x^2 – 3x

f(10)={-10}²-3×10=100-30=70

Answer:

f(10) = 70

Step-by-step explanation:

In this question, plug in "10" to "x" and solve.

Solve:

f(10) = -(10)^2 - 3(10)

f(10) = 100 - 3(10)

f(10) = 100 - 30

f(10) = 70

Your final answer would be f(10) = 70

List five vectors in Span {v_1, v_2}. Do not make a sketch. v_1 = [8 2 -7], v_2 = [-6 4 0] List five vectors in Span {v_1, v_2} (Use the matrix template in the math palette. Use a comma to separate vectors as needed. Type an integer or a simplified fraction for each vector element.)

Answers

The integer for vector 1 {2,6,-7}, integer for vector 2 is 10,8,-14}, integer for vector 3 is {4,12,-14}, integer for vector 4 is {14,-2,-7} and integer for vector 5 is {22,0,-14}. (all these vectors are in span {V1 and V2})

List five vectors in Span {v_1, v_2}?

1) V1+v2={8,2,-7 }+{-6,4,0 }

={2,6,-7}

2) 2v1+v2={16,4,-14}+{-6,4,0}

={10,8,-14}

3)2v1+2v2={16,4,-14}+{-12,8,0}

={4,12,-14}

4)V1-v2={8,2,-7}-{-6,4,0}

={14,-2,-7}

5)2v1-v2={16,4,-14}-{-6,4,0}

={22,0,-14}

All of these vectors are contained within the span.

{v1,v2}={av1+bv2:ab∈r}

A matrix is a rectangular variety of ordered numbers (real or complex) or functions .Assume we want to express the following information about   Ram and his two friends Rohan and Yash's possession of pens and pencils:
Ram       has      20     pens       and       7       pencils,

Rohan    has      15     pens       and       5       pencils,

Yash       has      12     pens       and       3       pencils

Now, this could be arranged in tabular form as follows,
⎢20  7⎢
⎢15   5⎢                            
⎢12   3⎢        

To learn more about vectors

https://brainly.com/question/13322477

#SPJ4

what is R240 decreased by 15%?​

Answers

Answer:

There are two steps to calculating a 10 percent discount: Step 1 is to convert your percentage to a decimal, the formula for which is 15 / 150 = 1.5. So 15 percent as a decimal is 1.5. Step 2 is to multiply your original price by your decimal.

Step-by-step explanation:

(1 - 15%) × 240 = ? Number 240 decreased by 15% (15 percent) of its value (percentage decrease) and calculated absolute change (actual difference)

I'm marking brainliest bad answers grt a report an ban. ---- ----------- When solving this system of equations with substitution one of the following is a step. x+y=6, - 6x+8y = 6 * --------------------------------------------- -6(-x + 6) + 8y = 6 x+y = 6 -6x+8 (-x + 6) = 6 8y = 6x + 6

I'm marking brainliest bad answers grt a report an ban. ---- ----------- When solving this system of

Answers

Answer:

-6x + 8(-x+6) = 6

Step-by-step explanation:

x+y = 6 => y = 6-x  ..............(1)

Substitute y (1) in

-6x+8y = 6 .......................(2)

to get

-6x + 8(6-x) = 6

or equivalently

-6x + 8(-x+6) = 6

Let f(x) = 2x² - 3x and g(x) = 5x - 1.
Find g[f(2)].
g[f(2)] =

Answers

Answer:

Step-by-step explanation:

Let f(x) = 2x - 3x and g(x) = 5x - 1. Find g[f(2)]. g[f(2)] =

To find g[f(2)], we need to evaluate the composite function g[f(2)] by first finding f(2) and then substituting the result into g(x).

Let's start by finding f(2):

f(x) = 2x² - 3x

f(2) = 2(2)² - 3(2)

= 2(4) - 6

= 8 - 6

= 2

Now that we have the value of f(2) as 2, we can substitute it into g(x):

g(x) = 5x - 1

g[f(2)] = g(2)

= 5(2) - 1

= 10 - 1

= 9

Therefore, g[f(2)] is equal to 9.

Learn more about composite function here: brainly.com/question/30660139

#SPJ11

Please write the domain, range, equation and parent function

Please write the domain, range, equation and parent function

Answers

Answer:

See below

Step-by-step explanation:

26.    Domain:   {x|x ≥ 2}

         Range:    {y| y ≤ -3}

         Parent:    y = \(\sqrt{x}\)

         Equation:  y = \(\sqrt{x - 2} - 3\)

27.     Parent:  y = | x |

         Equation:  y = - | x + 2 | + 3

         Domain:  Reals

         Range:  {y | y ≤ 3}

Now, I am not going to do all 6 of these problems.  Hopefully the ones I did will give you an idea of what needs to be done.

I will tell you this:  28 is an exponential function

29 is a quadratic function,  30 is  an exponential function and 31 is a cubing function.  Good luck.

evaluate the expression \(( - 10){4} ( - 10){3} \)

Answers

\(\begin{gathered} (-10)^4\cdot(-10)^3 \\ (-10)^{4+3}^{} \\ (-10)^7 \\ (-10)^7=-10,000,000 \\ \text{The evaluation is }-10,000,000 \\ \end{gathered}\)

Find the distance between the two points A(- 7, 5) and B(4, - 9) .

Answers

\(~~~~~~~~~~~~\textit{distance between 2 points} \\\\ A(\stackrel{x_1}{-7}~,~\stackrel{y_1}{5})\qquad B(\stackrel{x_2}{4}~,~\stackrel{y_2}{-9})\qquad \qquad d = \sqrt{( x_2- x_1)^2 + ( y_2- y_1)^2} \\\\\\ AB=\sqrt{[4 - (-7)]^2 + [-9 - 5]^2}\implies AB=\sqrt{(4+7)^2+(-14)^2} \\\\\\ AB=\sqrt{121+196}\implies AB=\sqrt{317}\)

whats the square root of 1.69?

Answers

The answer would be 1.3

here are the ingredients for making pineapple sorbet for 6 people. 800 g pineapple 4 egg whites 1/2 lemon 100 g caster sugar Dan makes pineapple sorbet. he uses 2 and a 1/2 lemons How many people does he make pineapple sorbet for?

Answers

Answer:

30 people

Step-by-step explanation:

If you start off with 1/2 a lemon for 6 people, then 1 whole would be 12. 1 1/2 would be 18 people and 2 whole lemons would be 24. so 2 1/2 is 30 people.


Consider the following functions.
f={(−4,−2),(2,−3),(3,0)}
and
g={(2,1),(−2,−4)}
Find (f+g)(2)

Answers

The value of function : (f+g)(2) = -2

Given,

Functions

f={(−4,−2),(2,−3),(3,0)}

g={(2,1),(−2,−4)}

Here,

f(2) = -3

g(2) = 1

Now,

(f+g)(2) = f(2)+g(2)

(f+g)(2) = (-3)+(1)

(f+g)(2) = -2

Thus the required value of function 2 is -2 .

Know more about functions,

https://brainly.com/question/30420617

#SPJ4

D
c
On the coordinate plane, plot the A (-7,5) B (6,5), and € (-9,-2). Where can you place point on the
coordinate plane that would make ABCD a parallelogram? Please justify your solution by showing both the
slopes of the sides and the lengths of the sides.

Answers

Answer:

(see screenshot below)

Step-by-step explanation:

DcOn the coordinate plane, plot the A (-7,5) B (6,5), and (-9,-2). Where can you place point on thecoordinate

Help me Pleaseeeeeee!!!!!!!!!!!!

Help me Pleaseeeeeee!!!!!!!!!!!!

Answers

Answer:

I don't know

Step-by-step explanation:

graph the equation shown below by transforming the given graph of the parent function. y=2^{x}-5 y=2 x −5

Answers

The graph of the equation y = \(2^{x}\) - 5 is obtained by shifting the graph of

y =\(2^{x}\)  downside by 5 units.

To find a graph of equation y = \(2^{x}\) - 5, we can start with the reference of the parent function y = \(2^{x}\) and also apply the necessary transformations.  Initiating with the graph of the parent function y =\(2^{x}\) - 5.

This is an exponential function that passes through the point( 0, 1) and has a positive pitch. Apply the transformation -5 units over. This means we shift the entire graph over by 5 units. The point( 0, 1) will now come( 0,-4).thus, the graph of the equation y =  \(2^{x}\)- 5 is attained by shifting the graph of y =  \(2^{x}\) downcast by 5 units. The factual shape of the graph will act as that of the parent exponential function, but it'll be shifted over by 5 units.

Learn more about transformations;

https://brainly.com/question/30469223

#SPJ4

The correct question is given below-

Graph the equation shown below by transforming the given graph of the parent function. y= \(2^{x}\) obtain  y=\(2^{x}\)-5.

graph the equation shown below by transforming the given graph of the parent function. y=2^{x}-5 y=2

Can someone please help me? 3t + 7 = -8

Answers

Answer:

Step-by-step explanation:

Look at 3%2At%2B7=%28+-8+%29.

Moved these terms to the left  %28 +8+ %29

It becomes 3%2At%2B7%2B _green%28+8+%29=0.

Look at 3%2At%2B_red%28+7+%29%2_red%28+8+%29=0.

Added fractions or integers together

It becomes 3%2At% 2B % 28+15+%29=0.

Look at highlight_red%28+3%2At%2B15+%29=0.

Solved linear equation %28+3%2At%2B15=0+%29 equivalent to 3*t+15 =0

It becomes highlight_green%28+0+%29=0.

Result: 0=0

This is an equation! Solutions: t=-5.

Answer: t= -1/3

Step-by-step explanation:

3t+7=-8

subtract 7 from 7 and 8 (this cancels out the 7)

left with 3t = -1

divide 3 into 3t and -1

the 3 in 3t is canceled out, leaving us with t, therefore t= -1/3

The area of a triangle is 169 square meters. The base of the triangle is twice the height. Find the base and height.

I would like the answer and how to get it (show work).

Thanks!

The area of a triangle is 169 square meters. The base of the triangle is twice the height. Find the base

Answers

Answer:

The base of the triangle has a length of 26 meters, and the height of the triangle has a length of 13 meters.

Step-by-step explanation:

Equation to find the height: \(\frac{2x*x}{2} = 169\) ⇒ \(x^2=169\) ⇒ \(x=13\) meters.

pleaseee helpp meeee​

pleaseee helpp meeee

Answers

3!!!!! Good luck on your hw liv

Answer:

9 sides

Step-by-step explanation:

Formula for finding interior angles of all polygons : 180 ( n - 2) / n = A

(n being the amount of sides it has)

This information is important so you can plug in the numbers that you already know

We know that the interior angle measures to 140 degrees

180 (n - 2) / n = 140

multiply both sides by "n"

(n - 2) x 180 = 140n

Distribute 180 to what's inside the parenthesis

180n - 360 = 140n

Subtract 140n and add 360 to each side (which just moves 360 to the other side of the "="

40n = 360

Divide 40 by both sides

n = 9

hope this helps :)

help if you can asap pls!!!!!

help if you can asap pls!!!!!

Answers

Answer:I think it’s 20 not sure tho

Step-by-step explanation:

Other Questions
Find the perimeter of the figure below, composed of a rectangle and semicircle. Round to the nearest tenths place. is it worth being in the national honors society? , if so why? (5 marks) Describe the components of your agent design for HEXBOT. Specifically, the Action Space, State Space, Transition Function and Utility Function. TRUE / FALSE. all foreign traders in song china were considered guests of the governor, who also held the title of chief of seafaring affairs. complete the following passage about these affairs. What is a parabola that has x-intercepts of -1 and 5, and a minimum value of -1 (C+X)/X can be simplified as: a.Donkey Kong is an arcade game where an animated figure, Mario, jumps over barrels. In the original game, it was virtually impossible to get through to Level 22 before Mario was killed by the game. This was an unintended consequence of how the number of bonus points was calculated and stored.The number of bonus points a player starts with when they move onto a new level depends on the number of the level that they are moving onto. Behind the scenes, Donkey Kong takes the level that is about to be entered, multiplies it by 10 and adds 40, thus yielding the first two digits of the players starting bonus.So, for example, if a player is about to start Level 2, the bonus number is calculated like this:2 10 + 40 = 60.This bonus number is stored in a single byte as an unsigned integer. The bonus number will never be 0. i.Write down and evaluate an expression for the number of different unsigned integers that can be represented in a single byte. Then write down the largest unsigned integer that can be represented if no representation for 0 is required. ii.Find the bonus number associated with Level 22. Explain why storing this bonus number will cause a problem. iii.For Level 22, the bonus number actually stored is 4. Give one likely explanation for this. iv.The bonus number is multiplied by 100 before it is displayed on the screen, so for Level 22 the number displayed on the screen is 400. The displayed number decreases by 100 every 1.75 seconds. When the displayed number reaches 0, Mario is automatically killed. How many seconds does the player have to finish Level 22? A mechanical wave is traveling through medium A. When the wave enters medium B, it speeds up. Which of these statements could be true about medium A and medium B? Communes instappeared in Dagur France and at the end of thecentury They were actually a town where everyone agreed to take anatoade. Communes were formed because Europe had just fly tumedy the amacks for the Sarbarians and the people needed betterprotection and better legal and economic systems.Communes ten were sort of Restricts or states that were usuallyrespected by the King of that countrySometimes the king would honor it with a charter& Ferent times ving in a commune could mean simply a local selfgovement and at other times I could mean a complete independence fromthe regning authortes. Al of the communes were different but there werefundamental smiandes between them Similarities ke loyalty to your flowcommuners above all else she sharing of common expenses ke the upkeepof fortifications a group of elected ocals who who were the politicalauthority, an authoritative structure that was directed toward keeping thepeace an protecting the community members a communal court wheredisputes were judged, and all economic affairs like taxes and trade beingregulated in the community's best interest If part of an assembly for automobiles is automated, then demand for automobile workers will _______________ . How do you calculate bacterial growth rate? 1. Many photographs tell a story. What is the story of this photograph? What is happening? Where is the photograph taken? Why is the photograph taken?2. Good photographs create an emotion or feeling. What emotion does this photograph make you feel? How does the photographer create this emotion in the photograph? what are the similarities and dissimilarities between this type of a disorder and a disease caused by an invading microorganism? hi can someone pls help me answer this question i srsly need it, pls dont put random letters, thank u :'>__1. What will happen if pregnancy among women does not occur?A. fertilization occursB. menstruation occurs__2. How many days does the menstrual cycle usually lasts?A. About 28 days B. About 15 days__3. What do women experience during their menstrual period? A. Abdominal cramps, headache, backache, and nauseaB. Edema, shortness of breath, blurry vision, chest pain__4. At what stage is a woman most fertile?A. MenstruationB. Ovulation__5. What happens during the stage of ovulation?A. The uterine lining breaks downB. An egg is released from the follicle in the ovaries__6. What will happen if a fertilized egg successfully embeds itself in theuterine lining?A. Menstruation will occurB. The woman becomes pregnant__7. What will happen of the fertilized egg does not manage to embed inthe uterine lining?A. Menstruation will occurB. The woman becomes pregnant__8. What are the two main hormones that control the menstrual cycle?A. Estrogen and Progesterone B. Androgen and Testosterone__9. What happens to the level of progesterone if the egg is not fertilized?A. Progesterone levels dropB. Progesterone levels stay high__10. Why does estrogen need to stop FSH to be produced?A. To make sure only one egg matures in the cycle B. To prevent the other hormones from being produced which of the following is true concerning the capitalization rate? Write an equation that represents the line.Use exact numbers. By default, hourly employee time billed to customers on invoices are recorded using Select one: A. the sales price associated with the service item B. the sales price associated with the specific job C. the employee's wage rate D. the rate entered by the user when the invoice is created PLEASE ANSWER WITH A PROPER ANSWER QUICKLYIf the first equation is multiplied by 3 and then the equations are added, the result is _____. 3 x + y = 3x - 3 y = -2 8 x = 7 10 x = 7 10 x = 11 This recipe makes 12 flapjacks.How much of each ingredient is needed to make 42 flapjacks by following this recipe?Recipe: Makes 12 flapjacks140 g margarine120 g sugar100 ml syrup240 g oats50 g raisinsPLEASE HELPPP Angle a in angle B are complementary angle E equals 3X +4 angle B equals 5X +6 what is the measure of angle a