Evaluate the polynomial when x = 3 and y = - 8
x2 + y2 + xy

Answers

Answer 1
Answer: 49

Work Shown:

Replace x with 3, replace y with -8. Use order of operations PEMDAS to simplify.

x^2 + y^2 + x*y

3^2 + (-8)^2 + 3*(-8)

9 + 64 - 24

73 - 24

49

Answer 2

Answer:

49

Step-by-step explanation:

We are given the polynomial:

[tex]x^2+y^2+xy[/tex]

We want to evaluate when x=3 and y= -8. Therefore, we must substitute 3 for each x and -8 for each y.

[tex](3)^2+(-8)^2+(3*-8)[/tex]

Solve according to PEMDAS: Parentheses, Exponents, Multiplication, Division, Addition, Subtraction

Solve the parentheses first. Multiply 3 and -9.

3*-8=-24

[tex](3)^2+(-8)^2 + -24[/tex]

[tex](3)^2+(-8)^2-24[/tex]

Now, solve the exponents.

3^2= 3*3 =9

[tex]9+ (-8)^2 -24[/tex]

-8^2= -8*-8= 64

[tex]9+64-24[/tex]

Add 9 and 64

[tex]73-24[/tex]

Subtract 24 from 73

[tex]49[/tex]

The polynomial evaluated for x=3 and y= -8 is 49.


Related Questions

In the Cash Now lottery game there are 8 finalists who submitted entry tickets on time. From these 8 tickets, three grand prize winners will be drawn. The first prize is one million dollars, the second prize is one hundred thousand dollars, and the third prize is ten thousand dollars. Determine the total number of different ways in which the winners can be drawn. (Assume that the tickets are not replaced after they are drawn.)

Answers

Answer:

The number of ways is  [tex]\left n} \atop {}} \right. P_r = 336[/tex]

Step-by-step explanation:

From the question we are told that

   The number of tickets are   [tex]n = 8[/tex]

    The number of finalist are [tex]r =3[/tex]

Generally the number of way by which this winners can be drawn and arrange in the order of   [tex]1^{st} , \ 2nd , \ 3rd[/tex]    is mathematically represented as

             [tex]\left n} \atop {}} \right. P_r = \frac{n\ !}{(n-r) !}[/tex]

substituting values

             [tex]\left n} \atop {}} \right. P_r = \frac{ 8!}{(8-3) !}[/tex]

           [tex]\left n} \atop {}} \right. P_r = \frac{ 8* 7*6*5*4*3*2*1}{ 5*4*3*2*1}[/tex]

           [tex]\left n} \atop {}} \right. P_r = 336[/tex]

The check_time function checks for the time format of a 12-hour clock, as follows: the hour is between 1 and 12, with no leading zero, followed by a colon, then minutes between 00 and 59, then an optional space, and then AM or PM, in upper or lower case. Fill in the regular expression to do that. How many of the concepts that you just learned can you use here

Answers

Answer:

Following are the correct code to this question:

import re#import package for regular expression

def check_time(text):#defining a method check_time that accepts string value  

   p = r'(1[012]|[1-9]):[0-5][0-9][ ]{0,1}?(am|pm|AM|PM)'#defining string variable p that stores values

   val = re.search(p, text)#defining val variable that check serachs p and text variable values

   return val!= None#use return keyword to return val value

print(check_time("12:45pm"))#defining print method that calls method by input value  

print(check_time("9:59 AM")) #defining print method that calls method by input value

print(check_time("6:60 am")) #defining print method that calls method by input value

print(check_time("five o'clock"))#defining print method that calls method by input value

Output:

True

True

False

False

Step-by-step explanation:

In the above-given program, some data is missing that is code file so, the correct code can be defined as follows:

In the above-given method, that is "check time" it uses 12-hour time format validation, that is tested by coding the regex and  all the value validates in the "val" variables, that can be defined as  follows:  

In the first step, its values should be in  1,2,3, ... 10,11,12   In the second step, it values in Between hour and minutes, and there will be a colon.  In the third step, the minutes variable should take the double-digit, that will be like  00,01 .... 59.  In the last step, one space becomes permitted after an hour: a minute or no space for am or pm value.

1+2x=6x+11 PLS HELP URGENT

Answers

Answer:

x = -5/2

Step-by-step explanation:

1+2x=6x+11

Subtract 2x from each side

1+2x-2x=6x-2x+11

1 = 4x+11

Subtract 11 from each side

1-11 = 4x

-10 =4x

Divide by 4

-10/4 = 4x/4

-5/2 =x

Answer:

[tex]\boxed{x=-\frac{5}{2}}\\[/tex]

Step-by-step explanation:

To begin, get the variable on one side of the equation - preferably the left for standard solution notation (for this equation, it is easier to place it on the right side to avoid negative values). Do this by subtracting 2x from both sides of the equation. Then, subtract 11. Finally, divide by 4 and get the answer in terms of x.

1 + 2x = 6x + 11

1 = 4x + 11

-10 = 4x

[tex]\boxed{x=-\frac{5}{2}}[/tex]

Simple math! What is the issue with my work? I got it wrong.

Answers

Answer:

x = 6

Step-by-step explanation:

In the third line of the solution on right side of the equal sign, middle term should be 8x instead of 4x.

The final value of x will be 6.

[tex] PQ^2 + QO^2 = PO^2 \\

x^2 + 8^2 = (4+x)^2 \\

x^2 + 64 = 16 + 8x + x^2 \\

64 = 16 + 8x \\

64 - 16 = 8x \\

48 = 8x \\

6 = x\\[/tex]

A test is being conducted to test the difference between two population means using data that are gathered from a matched pairs experiment. If the paired differences are normal, then the distribution used for testing is the:

Answers

Answer:

Student t-distribution.

Step-by-step explanation:

In this scenario, a test is being conducted to test the difference between two population "means" using data that are gathered from a matched pairs experiment. If the paired differences are normal, then the distribution used for testing is the student t-distribution.

In Statistics and probability, a student t-distribution can be defined as the probability distribution which can be used to estimate population parameters when the population variance is not known (unknown) and the sample population is relatively small. The student t-distribution is a statistical distribution which was published in 1908 by William Sealy Gosset.

A student t-distribution has a similar curve with the normal distribution curve, except that it is fatter and a little bit shorter.

4
If Randy flips a coin 3 times, what is the probability that it will come up heads 3 times?

Answers

Hi there! :)

Answer:

[tex]P(heads) = \frac{1}{8}[/tex]

Step-by-step explanation:

Probability of a coin landing on heads:

[tex]P(heads) = \frac{1}{2}[/tex]

Find the probability of getting heads 3 times:

[tex]\frac{1}{2} * \frac{1}{2} * \frac{1}{2} = \frac{1}{8}[/tex]

Therefore, the probability of the coin showing heads for 3 tosses is:

[tex]P(heads) = \frac{1}{8}[/tex]

A sample of 81 observations is taken from a normal population with a standard deviation of 5. The sample mean is 40. Determine the 95% confidence interval for the population mean.

Answers

Answer:

38.911≤p≤41.089

Step-by-step explanation:

The formula for calculating confidence interval for a population mean us as shown below;

CI = xbar ± Z×S/√N where;

xbar is the sample mean = 40

Z is the z score at 95% confidence interval = 1.96

S is the standard deviation = 5

N is the sample size = 81

Substituting this parameters in the formula we have;

CI = 40±1.96×5/√81

CI = 40±(1.96×5/9)

CI = 40±(1.96×0.556)

CI = 40±1.089

CI = (40-1.089, 40+1.089)

CI = (38.911, 41.089)

The 95% confidence interval for the population mean is 38.911≤p≤41.089

Answer:

38.9 ≤ U ≤ 41.1

Step-by-step explanation:

Mean, m = 40; standard deviation, α = 5; Confidence limit, U = 95% or 0.95

N = 81

The standard error, α(m) = α/√(N) = 5/√81 =5/9

Using table: 0.95 = 0.0379

Z(0.95) = 2 - 0.0379 = 1.9621 or 1.96

Hence, confidence interval = { m - 1.96(α/√N) ≤ U ≤ m +1.96(α/√N)}

But, 1.96(α/√N) = 1.96 X 5/9 = 1.96 X 0.56 = 1.1

(40 - 1.1 ≤ U ≤ 40 + 1.1)

∴ the confidence interval = 38.9 ≤ U ≤ 41.1

The following data represents the age of 30 lottery winners.

22 26 27 27 31 34
36 42 43 44 48 49
52 53 55 56 57 60
65 65 66 67 69 72
75 77 78 78 79 87
Complete the frequency distribution for the data.

Age Frequency
20-29
30-39
40-49
50-59
60-69
70-79
80-89

Answers

Answer:

Step-by-step explanation:

This is an example of a frequency distribution for a class interval. In order to complete the frequency distribution, we will count the number of data occurring in each group, and write that number as the frequency for that group. This is done as shown below:

 Age                Frequency          ages in class

20-29                       4                  22, 26, 27, 27                

30-39                       3                  31, 34, 36

40-49                       5                  42, 43, 44, 48, 49

50-59                       5                  52, 53, 55, 56, 57

60-69                       6                  60, 56, 65, 66, 67, 69

70-79                        6                  72, 75, 77, 78, 78, 79

80-89                       1                   87

Total                        30

Height of a tree increases by 2.5 feet each growing season. Quadratic, linear or exponential?

Answers

Answer:

Linear

Step-by-step explanation:

Given

Height of a tree grows by 2.5 feet

Required

Determine the type of relationship

Take for instance, the height of the tree at year 1 is x

At year 2, it will be x + 2 * 1

At year 3, it will be x + 2 * 2

At year 4, it will be x + 2 * 3

Following same pattern

At year n, it will be x + 2 *(n - 1)

Hence, growth rate = x + 2(n -1)

From the list of given options, the correct answer is Linear because the derived formula above is an example of a linear equation

determine x in the following equation 2x - 4 = 10

Answers

Answer:

7

Step-by-step explanation:

10+4 = 14

14/2  = 7

x = 7

Evaluate 2/3 + 1/3 + 1/6 + …

Answers

Answer:

7/6

Step-by-step explanation:

The LCD of these three fractions is 6; the denominators 3, 3 and 6 divide evenly into 6.

Therefore we have:

4/6 + 2/6 + 1/6 = 7/6

The denominator of a fraction is 30 more than the numerator. The value of the fraction is 3/5. Find the fraction.

Answers

Answer:

45

------

75

Step-by-step explanation:

Let x be the value of the numerator and x+30 be the value of the denominator

This is equal to 3/5

x             3

-------- = -------

x+30      5

Using cross products

5x = 3(x+30)

Distribute

5x = 3x+90

Subtract 3x from each side

2x = 90

Divide by 2

x = 45

The fraction is

45

-----

30+45

45

------

75

[tex]\dfrac{x}{x+30}=\dfrac{3}{5}\\\\5x=3(x+30)\\5x=3x+90\\2x=90\\x=45\\\\\dfrac{x}{x+30}=\dfrac{45}{45+30}=\dfrac{45}{75}[/tex]

If SSR is 2592 and SSE is 608, then A. the standard error would be large. B. the coefficient of determination is .23. C. the slope is likely to be insignificant. D. the coefficient of determination is .81.

Answers

Answer:

D. the coefficient of determination is .81.

Step-by-step explanation:

SST = SSE + SSR

where

SST is the summation of square total

SSE is the summation of squared error estimate = 608

SSR is the summation of square of residual = 2593

with these in mind we put the values into the formula

= 2592 + 608

=3200

Coefficient of determination = SSR/SST

= 2592/3200

= 0.81

Therefore option D is the correct answer to the question.

Study the table. Which best describes the function represented by the data in the table?

Answers

Answer:

  linear with a common first difference of 2

Step-by-step explanation:

On the face of it, you can reject answers that ascribe a common ratio to a linear or quadratic function. (A common ratio is characteristic of an exponential function.)

You can also reject the answer that ascribes a common first difference to a quadratic function. (A quadratic function has a common second difference.)

After you reject the nonsense answers, there is only one remaining choice. It is also the correct one:

  linear with a common first difference of 2

_____

The ratio of change in y to change in x is ...

  (0 -(-2))/(-2 -(-3)) = 2

  (4 -0)/(0 -(-2)) = 2

  (12 -4)/(4 -0) = 2

That is, y increases by 2 when x increases by 1. The common first difference is 2.

At Jefferson Middle School, eighty-two students were asked which sports they plan to participate in for the coming year. Twenty students plan to participate in track and cross country; six students in cross country and basketball; and eight students in track and basketball. Twelve students plan to participate in all three sports. A total of thirty students plan to participate in basketball, and a total of forty students plan to participate in cross country. Ten students don't plan to participate in any of the three sports. How many students plan to just participate in cross country? 2 4 40 30

Answers

Answer:

40

Step-by-step explanation:

In the question only lies the answer:

"and a total of forty students plan to participate in cross country."

Answer:

2

Step-by-step explanation:

2

Express the product of z1 and z2 in standard form given that [tex]z_{1} = 6[cos(\frac{2\pi }{5}) + isin(\frac{2\pi }{5})][/tex] and [tex]z_{2} = 2\sqrt{2} [cos(\frac{-\pi }{2}) + isin(\frac{-\pi }{2})][/tex]

Answers

Answer:

Solution : 5.244 - 16.140i

Step-by-step explanation:

If we want to express the two as a product, we would have the following expression.

[tex]-6\left[\cos \left(\frac{2\pi }{5}\right)+i\sin \left(\frac{2\pi }{5}\right)\right]\cdot 2\sqrt{2}\left[\cos \left(\frac{-\pi }{2}\right)+i\sin \left(\frac{-\pi \:}{2}\right)\right][/tex]

Now we have two trivial identities that we can apply here,

( 1 ) cos(- π / 2) = 0,

( 2 ) sin(- π / 2) = - 1

Substituting them,

= [tex]-6\cdot \:2\sqrt{2}\left(0-i\right)\left(\cos \left(\frac{2\pi }{5}\right)+i\sin \left(\frac{2\pi }{5}\right)\right)[/tex]

= [tex]-12\sqrt{2}\sin \left(\frac{2\pi }{5}\right)+12\sqrt{2}\cos \left(\frac{2\pi }{5}\right)i[/tex]

Again we have another two identities we can apply,

( 1 ) sin(x) = cos(π / 2 - x )

( 2 ) cos(x) = sin(π / 2 - x )

[tex]\sin \left(\frac{2\pi }{5}\right)=\cos \left(\frac{\pi }{2}-\frac{2\pi }{5}\right) = \frac{\sqrt{2}\sqrt{5+\sqrt{5}}}{4}[/tex]

[tex]\cos \left(\frac{2\pi }{5}\right)=\sin \left(\frac{\pi }{2}-\frac{2\pi }{5}\right) = \frac{\sqrt{2}\sqrt{3-\sqrt{5}}}{4}[/tex]

Substitute,

[tex]-12\sqrt{2}(\frac{\sqrt{2}\sqrt{5+\sqrt{5}}}{4}) + 12\sqrt{2}(\frac{\sqrt{2}\sqrt{3-\sqrt{5}}}{4})[/tex]

= [tex]-6\sqrt{5+\sqrt{5}}+6\sqrt{3-\sqrt{5}} i[/tex]

= [tex]-16.13996 + 5.24419i[/tex]

= [tex]5.24419i - 16.13996[/tex]

As you can see option d is the correct answer. 5.24419 is rounded to 5.244, and 16.13996 is rounded to 16.14.

Four couples are at a party. Four of the eight people are randomly selected to win a prize. No person can win more than one prize. What is the probability that both of the members of at least one couple win prizes? Express your answer as common fraction.

Answers

Answer:

27/35

Step-by-step explanation:

We use combination to solve for this

C(n, r), =nCr = n!/r!(n - r)!

From the question, we are told that:

Four couples are at a party. Four of the eight people are randomly selected to win a prize.

Four couples = 8 people.

= 8C4 = 8!/4! (8 - 4)!

= 70

No person can win more than one prize. ( No person can win more than one prize of the 4 people selected)

This can happen in 4 ways

[4C1 × 3C2 ] × 4=

[4!/1! ×( 4 - 1)!] × [3!/2! ×(3-2)!] × 4 ways

= 4 × 3 × 4 ways

= 48

The probability that both of the members of at least one couple win prizes

48 + 4C2/ 8C4

4C2 = 4!/2!(4 - 2) !

= 6

8C4 = 8C4 = 8!/4! (8 - 4)!

= 70

48 + 6/ 70

= 54/70

= 27/35

Therefore, the probability that both of the members of at least one couple win prizes is 27/35.

The probability that both of the members of at least one couple win prizes is 27/35 and this can be determined by using the given data.

Given :

Four couples are at a party. Four of the eight people are randomly selected to win a prize. No person can win more than one prize.

The following steps can be used in order to determine the probability that both of the members of at least one couple win prizes:

Step 1 - The concept of probability is used in order to determine the probability that both of the members of at least one couple win prizes.

Step 2 - According to the given data, the total number of people is 8.

Step 3 - So, the probability that both of the members of at least one couple win prizes is:

[tex]\rm P =\dfrac{ \;^4C_1\times \;^3C_2\times 4 + \;^4C_2}{\;^8C_4}[/tex]

Step 4 - Simplify the above expression.

[tex]\rm P =\dfrac{48+ 6}{70}[/tex]

[tex]\rm P = \dfrac{27}{35}[/tex]

So, the probability that both of the members of at least one couple win prizes is 27/35.

For more information, refer to the link given below:

https://brainly.com/question/795909

What is nine thousandths as a decimal

Answers

Answer:

Nine thousandths = 0.009

Step-by-step explanation:

thousandths =  1/1000 = 0.001

nine thousandths = 9/1000 = 0.009

Answer:

.009

Step-by-step explanation:

9 thousandths as a decimal is 9/1000.  Which is the same 0.009

Which equation does the graph of the systems of equations solve? (1 point) 2 linear graphs. They intersect at negative 1, 1

Answers

Answer:

  3x +4 = -2x -1

Step-by-step explanation:

The line that goes up to the right has a y-intercept of +4. This is where it crosses the y-axis. It's slope (rise/run) is 3/1 = 3, so its equation in slope-intercept form is ...

  y = mx +b . . . . where m is the slope, b is the y-intercept

  y = 3x +4

The other line has a negative slope and a y-intercept of -1. The slope of that line is rise/run = -2/1 = -2, so its equation is ...

  y = -2x -1

__

The solution point will have the x-coordinate that is the solution of the equation ...

  y = y

  3x +4 = -2x -1 . . . . . . substituting the above expressions for y.

Complete the table of values for y=-x^2+2x+1
X -3, -2, -1,0,1,2,3,4,5
Y -14,7, ,1, -2 -14

Answers

Answer:

  see the attachment

Step-by-step explanation:

When you have a number of function evaluations to do, it is convenient to let a graphing calculator or spreadsheet do them. That avoids the tedium and the mistakes in arithmetic.

Here's your completed table.

Determine the volume of a sphere with a diameter of 70 mm. Question 13 options: A) 21,714.7 mm3 B) 3,216.9 mm3 C) 100,024 mm3 D) 179,594.4 mm3

Answers

Answer:

The answer is option D

Step-by-step explanation:

Volume of a sphere is given by

[tex]V = \frac{4}{3} \pi {r}^{3} [/tex]

where r is the radius

From the question to calculate the radius we use the formula

radius = diameter / 2

diameter =70mm

radius = 70/2 = 35 mm

So the volume of the sphere is

[tex]V = \frac{4}{3} \pi \times {35}^{3} [/tex]

[tex]V = \frac{171500\pi}{3} [/tex]

We have the final answer as

Volume = 179,594.4 mm³

Hope this helps you


Help please!!! Thank you

Answers

Answer:

5/7

Step-by-step explanation:

There are a couple ways to solve this.  One would be by finding the least common denominator for each one with 2/3, subtracting, and seeing what is left over.  Another way is converting to decimals.

2/3=0.666666

————————-

7/8=0.875

8/9=0.88888

4/5=0.8

5/7=0.7143

They are all greater than 2/3 (0.6666666), but 5/7 is the closest, so would have the least waste.

Given the number of trials and the probability of success, determine the probability indicated: a. n = 15, p = 0.4, find P(4 successes) b. n = 12, p = 0.2, find P(2 failures) c. n = 20, p = 0.05, find P(at least 3 successes)

Answers

Answer:

A)0.126775 B)0.000004325376 C) 0.07548

Step-by-step explanation:

Given the following :

A.) a. n = 15, p = 0.4, find P(4 successes)

a = number of trials p=probability of success

P(4 successes) = P(x = 4)

USING:

nCx * p^x * (1-p)^(n-x)

15C4 * 0.4^4 * (1-0.4)^(15-4)

1365 * 0.0256 * 0.00362797056

= 0.126775

B)

b. n = 12, p = 0.2, find P(2 failures),

P(2 failures) = P(12 - 2) = p(10 success)

USING:

nCx * p^x * (1-p)^(n-x)

12C10 * 0.2^10 * (1-0.2)^(12-10)

66 * 0.0000001024 * 0.64

= 0.000004325376

C) n = 20, p = 0.05, find P(at least 3 successes)

P(X≥ 3) = p(3) + p(4) + p(5) +.... p(20)

To avoid complicated calculations, we can use the online binomial probability distribution calculator :

P(X≥ 3) = 0.07548

PLS HELP :Find all the missing elements:

Answers

Answer:

[tex]\large \boxed{\mathrm{34.2}}[/tex]

Step-by-step explanation:

[tex]\sf B= arcsin (\frac{b \times sin(A)}{a} )[/tex]

[tex]\sf B= arcsin (\frac{7 \times sin(40\°)}{8} )[/tex]

[tex]\sf B = 0.59733 \ rad = 34.225\°[/tex]

what is the number if 4 is subtracted from the sum of one fourth of 5 times of 8 and 10

Answers

Answer:

Step-by-step explanation:

Lets, turn this into words and use order of operations, First, we look for multiplication and division.

the sum of one fourth of 5 times of 8 and 10 gets you 1/4(5*8) + 10 = 20

what is the number if 4 is subtracted from the sum

20 - 4 = 16

According to the Federal Communications Commission, 70% of all U.S. households have vcrs. In a random sample of 15 households, what is the probability that fewer than 13 have vcrs?

Answers

Answer:

The probability  is  [tex]P(x < 13) = 0.8732[/tex]

Step-by-step explanation:

From the question we are told that

    The  probability of success is    p = 0.70

     The  sample size is  [tex]n = 15[/tex]

Generally the distribution of U.S. households have vcrs follow a binomial distribution given that there are only two outcome (household having vcrs or household not having vcrs )

The probability of failure is mathematically evaluated as

       [tex]q = 1- p[/tex]

substituting values

      [tex]q = 1- 0.70[/tex]

      [tex]q = 0.30[/tex]

The probability that fewer than 13 have vcrs is mathematically represented as

          [tex]P(x < 13) = 1- [P(13) + P(14) + P(15)][/tex]

=>     [tex]P(x < 13) = 1-[( \left 15 } \atop {}} \right. C_{13} *p^{13}* q^{15-13})+ (\left 15 } \atop {}} \right. C_{14} *p^{14}* q^{15-14}) +( \left 15 } \atop {}} \right. C_{15} *p^{15}* q^{15-15}) ][/tex]

 Here  [tex]\left 15 } \atop {}} \right. C_{13}[/tex] means  15 combination 13 and the value is  105 (obtained from calculator)

 Here  [tex]\left 15 } \atop {}} \right. C_{14}[/tex] means  15 combination 14 and the value is  15 (obtained from calculator)

 

 Here  [tex]\left 15 } \atop {}} \right. C_{15}[/tex] means  15 combination 15 and the value is  1 (obtained from calculator)

So

 [tex]P(x < 13) = 1-[(105 *p^{13}* q^{2})+ (15 *p^{14}* q^{1}) +(1*p^{15}* q^{0}) ][/tex]

substituting values      

 [tex]P(x < 13) = 1-[(105 *(0.70)^{13}* (0.30)^{2})+ (15 *(0.70)^{14}* (0.30)^{1}) +(1*(0.70)^{15}* (0.30)^{0}) ][/tex]

 [tex]P(x < 13) = 0.8732[/tex]

     

Given log32≈0.631 and log37≈1.771, what is log314

Answers

Answer:

the log to the base 3 of 14 is 2.402

Step-by-step explanation:

You must find a way to indicate that 3 is the base; you cannot run this '3' together with 2, 7 or 14.

Example:  

log to the base 3 of 2 = 0.631

log to the base 3 of 7 = 1.771

Note that 2 times 7 is 14.  Thus, to obtain the log to the base 3 of 14, we must ADD the two logs shown above:

0.631

+1.771

----------

2.402

Thus, the log to the base 3 of 14 is 2.402.

Check:  Does 3^2.402 = 14?  YES

There are 9 students at the math club picnic. If 3 students are drinking punch and 6 are drinking lemonade, what fraction are drinking lemonade

Answers

6/9 = 2/3
Therefore 2/3 of the students are drinking lemonade.

There are $400$ pages in Sheila's favorite book. The average number of words per page in the book is $300$. If she types at an average rate of $40$ words per minute, how many hours will it take to type the $400$ pages of the book?

Answers

Answer:

50hours

Step-by-step explanation:

Given that there are 400 pages in Sheila's favorite book.

The average number of words per page in the book is 300

She types an average rate of 40words per minute.

So to type 400pages of the book

Total number of words in the pages = 400×300 = 120000 words

Typing rate : 40words ------- 1minute

120000 words ----------- x minutes

Hence we have 40 × X mins = 120000 × 1min

Make X the subject

40X = 120000minutes

X = 120000/40

X = 3000minutes

Since 60minutes = 1hour

3000minutes = 3000minutes/60

= 50hours

Hence it took her 50hours to type 400pages

Solution:

The total number of words in the book is 400 x 300. Sheila types at a rate of 40 words per minute, or 40 x 60 words per hour. The number of hours it takes her is equal to the number of words divided by her rate of typing, or 400x300/40x60 = 50 hours.

As a bowling instructor, you calculate your students' averages during tournaments. In 5 games, one bowler had the following scores: 143, 156, 172, 133, and 167. What was that bowler's average?

Answers

Answer:

154.2

Step-by-step explanation:

143 plus

156 plus

172 plus

133 plus

167 = 771

divide by 5 equals 154.2

Other Questions
PLEASE HELP!!! (1/5) - 50 POINTS- What would the 60 is x% of 12. Find the value of x. Estela compra la comida en la _________. tienda juguetera biblioteca comisara Metal A reacts with oxygen to form an oxide.The oxide is dissolved in water to form a soluble hydroxide.What is the solution formed called and what is metal A The expression $16x^2-106x-105$ can be written as $(8x + a)(2x + b),$ where $a$ and $b$ are integers. What is $a + 2b$? The argon atoms are excited into an excited state before emitting the 488.0 nm laser. It is known that the energy of the first ionization energy of argon is 1520 kJ mol-1. What is the energy level of the excited state (in unit eV) lies below the vacuum energy level (0 eV) Which of the following refers to how companies remain in business? sustainability corporate social responsibility carbon footprint closed-loop supply chains economic sustainability A mass m = 0.6 kg is released from rest at the top edge of a hemispherical bowl with radius = 1.1 meters. The mass then slides without friction down the inner surface toward the bottom of the bowl. At a certain point of its path the mass achieves a speed v = 3.57 m/s. At this point, what angle \theta\: ( in degrees) does the mass make with the top of the bowl? Which third-party conflict resolution strategy manages the process and context of interaction between the disputing parties but does not impose a solution on the parties Read this paragraph from The Dark Game. Another thing that changed very little in the years between the wars was the means of obtaining military intelligence. Although the use of photography and the telegraph brought some technological advances, the craft of spying on the enemy's army still relied on fieldwork. For the most part, intelligence was gathered in simple ways. Prisoners of war and deserters were interrogated. The Union army was always interested in hearing what runaway slaves had to report. And, of course, both armies relied on cavalry scouts, signal intercepts, visual observation, and captured correspondence. What is the best summary of this paragraph 1. Classify the following numbers as rational or irrational.a) 45 b) 55 c) 196 d) 576 e) 27Can u guys answer this question pls The Bohr model pictures a hydrogen atom in its ground state as a proton and an electron separated by the distance a0 = 0.529 1010 m. The electric potential created by the electron at the position of the proton is Find f(x) and g(x) so the function can be expressed as y = f(g(x)). (1 point) [tex]y=\frac{7}{x^{2} } +10[/tex] Determine the standard deviation of the data below. (1, 2, 3, 4, 5) HEEEELP PLZ who invented the Binomial nomenclature The discontinuity separating the crust from the mantle is named as: A.Mohorovicic B.Conrad C.Reppetty D.Gutemberg If a Unified Command or Area Command is established, in most cases an EOC will ________________. A. not be assisting with resource management B. not be activated C. defer all decision-making to the Unified or Area Command D. be activated The difference of two trinomials is x2 10x + 2. If one of the trinomials is 3x2 11x 4, then which expression could be the other trinomial? 2x2 x 2 2x2 + x + 6 4x2 + 21x + 6 4x2 21x 2 pls help will give you good rating Use the equation p=6k+12 to find the value of p when k=9.