Pippa had 35 stickers.

She gave an equal number of stickers to 8 friends.

She gave each friend as many stickers as possible and kept the rest for herself.

How many stickers did Pippa keep for herself?

Answers

Answer 1

Answer: 3 stickers

Step-by-step explanation:

From the question, we know that Pippa's 8 friends have an equal amount of stickers, meaning that the number of stickers that Pippa gave out is a multiple of 8.

Also, we are able to know that Pippa gave as much as she can, meaning that she gave out the stickers until the number is the maximum multiple of 8.

First Five Multiple of 8 = 8, 16, 24, 32, 40

As we can see from the list, 8, 16, and 24 are all multiples of 8, but they are not the maximum number that could fit under 35 stickers. Similarly, 40 exceeds the number of stickers Pippa has. Thus, we are left with 32.

This means, Pippa gave out 32 stickers in total, and each friend got 4 stickers.

32 / 8 = 4 stickers

Also, this means Pippa would keep 3 stickers for herself.

35 - 32 = 3 stickers

Hope this helps!! :)

Please let me know if you have any questions


Related Questions

The automatic opening device of a military cargo parachute has been designed to open when the parachute is 185 m above the ground. Suppose opening altitude actually has a normal distribution with mean value 185 and standard deviation 32 m. Equipment damage will occur if the parachute opens at an altitude of less than 100 m. What is the probability that there is equipment damage to the payload of at least one of five independently dropped parachutes

Answers

Answer:

0.0193 = 1.93% probability that there is equipment damage to the payload of at least one of five independently dropped parachutes.

Step-by-step explanation:

For each parachute, there are only two possible outcomes. Either there is damage, or there is not. The probability of there being damage on a parachute is independent of any other parachute, which means that the binomial probability distribution is used to solve this question.

To find the probability of damage on a parachute, the normal distribution is used.

Binomial probability distribution

The binomial probability is the probability of exactly x successes on n repeated trials, and X can only have two outcomes.

[tex]P(X = x) = C_{n,x}.p^{x}.(1-p)^{n-x}[/tex]

In which [tex]C_{n,x}[/tex] is the number of different combinations of x objects from a set of n elements, given by the following formula.

[tex]C_{n,x} = \frac{n!}{x!(n-x)!}[/tex]

And p is the probability of X happening.

Normal Probability Distribution

Problems of normal distributions can be solved using the z-score formula.

In a set with mean [tex]\mu[/tex] and standard deviation [tex]\sigma[/tex], the z-score of a measure X is given by:

[tex]Z = \frac{X - \mu}{\sigma}[/tex]

The Z-score measures how many standard deviations the measure is from the mean. After finding the Z-score, we look at the z-score table and find the p-value associated with this z-score. This p-value is the probability that the value of the measure is smaller than X, that is, the percentile of X. Subtracting 1 by the p-value, we get the probability that the value of the measure is greater than X.

Probability of a parachute having damage.

The opening altitude actually has a normal distribution with mean value 185 and standard deviation 32 m, which means that [tex]\mu = 185, \sigma = 32[/tex]

Equipment damage will occur if the parachute opens at an altitude of less than 100 m, which means that the probability of damage is the p-value of  Z when X = 100. So

[tex]Z = \frac{X - \mu}{\sigma}[/tex]

[tex]Z = \frac{100 - 185}{32}[/tex]

[tex]Z = -2.66[/tex]

[tex]Z = -2.66[/tex] has a p-value of 0.0039.

What is the probability that there is equipment damage to the payload of at least one of five independently dropped parachutes?

0.0039 probability of a parachute having damage, which means that [tex]p = 0.0039[/tex]

5 parachutes, which means that [tex]n = 5[/tex]

This probability is:

[tex]P(X \geq 1) = 1 - P(X = 0)[/tex]

In which

[tex]P(X = x) = C_{n,x}.p^{x}.(1-p)^{n-x}[/tex]

[tex]P(X = 0) = C_{5,0}.(0.0039)^{0}.(0.9961)^{5} = 0.9807[/tex]

Then

[tex]P(X \geq 1) = 1 - P(X = 0) = 1 - 0.9807 = 0.0193[/tex]

0.0193 = 1.93% probability that there is equipment damage to the payload of at least one of five independently dropped parachutes.

solving systems by substitution

how would you you find the answer for
-5x + y = -2
-3x+6y=-12 ? having some issues with how to this​

Answers

9514 1404 393

Answer:

  (x, y) = (0, -2)

Step-by-step explanation:

When solving by substitution, you usually want to find an expression for one of the variables in terms of the other. So, the first thing you look for is an equation that has a coefficient of 1 or -1 on one of the variables. Recognizing that the second equation's terms all have a common factor of 3, you basically have two choices.

Substitute for y

Using equation 1, you can write an expression for y:

  y = 5x -2 . . . . . . add 5x to both sides

Then substituting this into the original equation 2, you have ...

  -3x +6(5x -2) = -12

  27x -12 = -12 . . . . . . . simplify

  27x = 0 . . . . . . . . . add 12

  x = 0 . . . . . . . . .  divide by 27

  y = 5(0) -2 = -2 . . . . find y using the expression for substitution

The solution is (x, y) = (0, -2).

__

Substitute for x

If you decide you'd rather substitute for x, you can solve the second equation easily for x.

  -3x +6y = -12

  x -2y = 4 . . . . . . divide by -3

  x = 2y +4 . . . . . . add 2y

Substituting for x in the first equation gives ...

  -5(2y +4) +y = -2 . . . . substitute for x

  -9y -20 = -2 . . . . . . . simplify

  -9y = 18 . . . . . . . . .  add 20

  y = -2 . . . . . . . . . . . divide by -9

  x = 2(-2) +4 = 0 . . . . find x using the expression for substitution

The solution is (x, y) = (0, -2).

_____

Additional comment

In some cases, there are no variables that have a coefficient of ±1, so you just need to "bite the bullet" and deal with the resulting fractions.

Example:

  solve for y: -5x +2y = -2

     2y = 5x -2

     y = 5/2x -1 . . . . expression used to substitute for y

Of course, you can multiply the equation after substitution by 2 to eliminate fractions, or just work the problem as is. The point of looking for coefficients of ±1 is to avoid having to do arithmetic with fractions. It can help avoid errors to work with integers, but ultimately the method is the same regardless of the form of the numbers.

__

You don't always have to substitute for the "bare" variable. Sometimes it can save steps to substitute for expressions instead of variables. If our system of equations were ...

-5x +2y = -2-3x +6y = -12

You can substitute into the second equation for (2y). In that case, the second equation becomes ...

  -3x +3(2y) = -12

  -3x +3(5x-2) = -12 . . . . . . where 2y = 5x -2

If x = 1, y = 7, and z = 15, determine a number that when added to x, y, and z yields
consecutive terms of a geometric sequence. What are the first three terms in the
geometric sequence?

Answers

Answer:

The first three terms in the geometric sequence are 18, 24, 32.

Step-by-step explanation:

A number when added to [tex]x,y,z[/tex] that yields consecutive terms of a geometric sequence is an unknown number [tex]t\in \mathbb{Z}[/tex]

Given

[tex]x = 1, y = 7, z = 15[/tex]

We know

[tex]\alpha _1 = 1+t[/tex]

[tex]\alpha _2 = 7+t[/tex]

[tex]\alpha _3 = 15+t[/tex]

Recall that a geometric sequence is in the form

[tex]\boxed{a_n = a_1 \cdot r^{n-1}}[/tex]

Therefore, once  [tex]\alpha_1, \alpha_2, \alpha_1[/tex] are consecutive terms,

[tex]15+t = (1+t) r^{3-1} \implies 15+t = (1+t) r^2[/tex]

To find the ratio, for

[tex]\dots a_{k-1}, a_k, a_{k+1} \dots[/tex]

we know

[tex]\dfrac{a_k}{a_{k-1}} =\dfrac{a_k}{a_{k-1}} =r[/tex]

Therefore,

[tex]\dfrac{(7+t)}{(1+t)} =\dfrac{(15+t)}{(7+t)} \implies (7+t)^2 = (15+t)(1+t)[/tex]

[tex]\implies 49+14t+t^2=15+16t+t^2 \implies -2t=-34 \implies t=17[/tex]

The ratio is therefore

[tex]r=\dfrac{4}{3}[/tex]

Therefore, the first three terms in the geometric sequence are 18, 24, 32.

P,W,R & S form the vertices of a quadrilateral. PQR = 74 degrees
RSP = 121 degrees
Find the value of SPQ

Answers

Answer:

∠ SPQ = 75°

Step-by-step explanation:

The sum of the 4 angles in a quadrilateral = 360°

Subtract the sum of the 3 angles from 360 for ∠ SPQ

∠ SPQ = 360° - (90 + 74 + 121)° = 360° - 285° = 75°

Find the missing side lengths leave your answer as a racials simplest form

Answers

Answer:

x = 20

y = 10

Answered by Gauthmat

i need help on this pls

Answers

Answer:

Shawn earns $11 per hour.

Step-by-step explanation:

When looking at the x axis (hours), and find where 1 hour intersects with the y axis It intersects with the point labeled at $11. This means after working for 1 hour, Shawn earned $11.

Can someone do #4 #5 #6?

Answers

4. Percent increase

Because Original Value < New Value

5. Percent

6. Whole

Because it's asking what number that means total.

Thanks :)

Love from India :)

Find the slope of the line

Slope=m=_______

Answers

slope intercept form is y=mx+b. the answer to this graph would be y=3/4x-3 because the y intercept is at -3 and you go up 3 and over to the right 4. 3/4 would be your slope

Answer:

[tex]\displaystyle m = \frac{3}{4}[/tex]

General Formulas and Concepts:

Pre-Algebra

Order of Operations: BPEMDAS

Brackets Parenthesis Exponents Multiplication Division Addition Subtraction Left to Right

Algebra I

Reading a coordinate planeCoordinates (x, y)Slope Formula: [tex]\displaystyle m = \frac{y_2 - y_1}{x_2 - x_1}[/tex]

Step-by-step explanation:

Step 1: Define

Identify points from graph.

Point (4, 0)

Point (0, -3)

Step 2: Find slope m

Simply plug in the 2 coordinates into the slope formula to find slope m

Substitute in points [Slope Formula]:                                                              [tex]\displaystyle m = \frac{-3 - 0}{0 - 4}[/tex]Simplify:                                                                                                             [tex]\displaystyle m = \frac{3}{4}[/tex]

Historically, the industries with the most complaints to the Better Business Bureau have been banks, cable and satellite television companies, collection agencies, cellular phone providers, and new car dealerships. The results for a sample of complaints are contained in the file BBB. Click on the datafile logo to reference the data. a. Construct a frequency distribution for the number of complaints by industry. Category Observed Frequency Bank Cable Car Cell Collection Total b. Using , conduct a hypothesis test to determine whether the probability of a complaint is the same for the five industries. The test-statistic is (to 3 decimals). -value (to 4 decimals) What is your conclusion

Answers

Answer:

χ² = 19

Pvalue = 0.0008 ( 4 decimal places)

WE reject the H0 and conclude that probability of complaint is not the same for the 5 industries

Step-by-step explanation:

H0 : probability of complaint is the same for the 5 industries.

H1: probability of complaint is not the same for the 5 industries.

Category ____ observed frequency

Bank _______ 26

Cable _______44

Car _________42

Cell _________60

Collection ____ 28

Total ________200

The test statistic ;

χ² = (O - E)² / E

O = Observed Frequency ; E = Expected Frequency

Expected Frequency, E = (1 / n) * total

n = number of industries = 5

Expected frequency, E = (1/5)*200 = 40

Expected frequency is the same for all, thus E for all 5 industries = 40

χ² = Σ(O - E)² / E;

χ² = (26-40)² / 40 + (44-40)² / 40 + (42-40)² / 40 + (60-40)² / 40 + (28-40)² / 40

χ² = 19

At α = 0.05 ; df = n-1 = 4 ; χ²critical = 0.000786

Since Pvalue < α ; WE reject the H0 and conclude that probability of complaint is not the same for the 5 industries.

Find the equation of the line through points (-5,-6) and (4,12)

Answers

9514 1404 393

Answer:

  y = 2x +4

Step-by-step explanation:

The slope can be found using the slope formula:

  m = (y2 -y1)/(x2 -x1)

  m = (12 -(-6))/(4 -(-5)) = 18/9 = 2

The y-intercept can be found from ...

  b = y -mx

  b = 12 -(2)(4) = 4

Then the slope-intercept equation for the line is ...

  y = mx +b

  y = 2x +4

Answer:

y=2x+4

Step-by-step explanation:

Hi there!

We want to find the equation of the line that passes through the points (-5, -6) and (4, 12)

The most common way to write the equation of the line is in slope-intercept form, which is y=mx+b, where m is the slope and b is the y intercept

First, let's find the slope of the line

The formula for the slope calculated from two points is [tex]\frac{y_2-y_1}{x_2-x_1}[/tex], where ([tex]x_1[/tex], [tex]y_1[/tex]) and ([tex]x_2[/tex], [tex]y_2[/tex]) are points

We have everything needed to calculate the slope, but let's label the values of the points to avoid any confusion

[tex]x_1[/tex]=-5

[tex]y_1[/tex]=-6

[tex]x_2[/tex]=4

[tex]y_2[/tex]=12

Now substitute into the formula (remember: the formula has SUBTRACTION in it)

m=[tex]\frac{y_2-y_1}{x_2-x_1}[/tex]

m=[tex]\frac{12--6}{4--5}[/tex]

Simplify

m=[tex]\frac{12+6}{4+5}[/tex]

Add

m=[tex]\frac{18}{9}[/tex]

Divide

m=2

So the slope of the line is 2

Here is the equation so far:

y=2x+b

We need to find b

As the line will pass through both (-5, -6) and (4, 12), we can use the values of either one to solve for b

Let's take (4, 12) for instance

Substitute 4 as x and 12 as y

12=2(4)+b

Multiply

12=8+b

Subtract 8 from both sides

4=b

Substitute 4 as b in the equation

y=2x+4

Hope this helps!

In a certain animal​ species, the probability that a healthy adult female will have no offspring in a given year is 0.24, while the probabilities of​ 1, 2,​ 3, or 4 offspring​ are respectively 0.25, 0.19, 0.17, and 0.15. Find the expected number of offspring. ​

Answers

Answer:

The expected number of offspring is 2

Step-by-step explanation:

The given parameters can be represented as:

[tex]\begin{array}{cccccc}x & {0} & {1} & {2} & {3} & {4} \ \\ P(x) & {0.24} & {0.25} & {0.19} & {0.17} & {0.15} \ \end{array}[/tex]

Required

The expected number of offspring

This implies that we calculate the expected value of the function.

So, we have:

[tex]E(x) = \sum x * P(x)[/tex]

Substitute known values

[tex]E(x) = 0 * 0.24 + 1 * 0.25 + 2 * 0.19+ 3 * 0.17 + 4 * 0.15[/tex]

Using a calculator, we have:

[tex]E(x) = 1.74[/tex]

[tex]E(x) = 2[/tex] --- approximated

Which statement is correct?

Answers

Answer:

c is the answer why cause I did it

Slide 1.
1) The polygons below ore similor. Find the value of y.
8.
10

Answers

Answer:

y =6

Step-by-step explanation:

We can write a ratio to solve

3           y

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

4            8

Using cross products

3*8 = 4y

24 = 4y

Divide by 4

24/4 = 4y/4

6 = y

2xy+x+2y answer please

Answers

Step-by-step explanation:

2 x y + x + 2 y is equal to 3 x y + 2 y final answer is 5xy

4.5*10^-8/9*10^-9 find the quotient and write it in scientific form

Answers

Answer:

5

Step-by-step explanation:

4.5*10^-8/ 9*10^-9

1) Reduce the fraction, express 9 as a product of multiplying 4.5*2

4.5*10^-8/4.5*2*10^-9

2) Then notice the common factor of numerator and denominator( 4.5) , get rid of it in both numerator and dnominator

3) 10^-8/ 2*10^-9= 1/2*(10^-8/10^-9)= 0.5* (10^-8/10^-9)

10^-8/10^-9= 10^(-8-(-9))= 10^1=10.

so 0.5*10=5 (it is the answer written in scientific form)

A toy car costs $60. It is reduced to 10% in a sale. How much does it cost in a sale ?​

Answers

Answer:

$54

Step-by-step explanation:

10% of $60 is $6

$60-$6=$54

Really need help and the answer on this one plz help.

Answers

It should be the second option I hope it’s right have a good day

Can someone please help with 25 , please put the way you got it. Please no links it’s serious

Answers

Answer:

X * 0.8 = $64

x = $80

Step-by-step explanation:

PLEASE HELPPPPPPPPPPPPP

Answers

Step-by-step explanation:

The following configurations are evaluated, as given or stated within the interrogate:

P(Q) = 0.6

P(R) = 0.9

When the variable constant of Q and R transition into independent events within the function notation, the product of the individual values, as equated to those particular independent variables, is required.

For example:

If P(Q) = 0.6 and P(R) = 0.9, and Q and R fuse, then find the product of 0.9 and 0.6 is obligated:

0.9 * 0.6 = 0.54

Thus, given the independent events, P(Q and R) is equivalent to 0.54.

ASK YOUR SIR BRO I DONT KNOW

Which of the following are exterior angles? Check all that apply.

Answers

Answer:

<5

Step-by-step explanation:

exterior angles + the corresponding interior angle of the triangle = 180º or a straight angle

the only exterior angle shown in the diagram is <5, which corresponds to the interior <2

hope this helps!

Answer:

<5

Step-by-step explanation:

everything else is matched up perfectly so it has to be <5

Can you help with this

Answers

9514 1404 393

Answer:

  D, C

Step-by-step explanation:

The only two rational expressions that have appropriate denominators are ...

  1/(x² +6x) . . . contributes a factor of x to the denominator

  (x+2)/(x² -36) . . . contributes a factor of (x -6) to the denominator

The proper order in the expression is ...

  [tex]\displaystyle\dfrac{x+2}{x^2-36}-\dfrac{1}{x^2+6x}=\dfrac{x^2+x+6}{x(x-6)(x+6)}[/tex]

Answer:

(x+2/x^2-36) - (1/x^2+6x) = (x^2+x+6/x(x-6)(x+6))

Step-by-step explanation:

I hope that helps

A 2-column table has 2 rows. The first column is labeled x with entries negative 2, negative 1, 0, 1, 2. The second column is labeled f (x) with entries 8, 2, 0.5, 0.125, 0.03125.
Use the table of values to write the exponential function.

Answers

Answer:

0.5

0.25

Step-by-step explanation:

The equation for the exponential function is f(x) = 0.5(0.25)ˣ after applying the concept of the function.

What is an exponential function?

It is defined as a function that rapidly increases and the value of the exponential function is always positive. It denotes with exponent y = aˣ

where a is a constant and a>1

It is given that:

A 2-column table has 2 rows. The first column is labeled x with entries negative 2, negative 1, 0, 1, 2. The second column is labeled f (x) with entries 8, 2, 0.5, 0.125, and 0.03125.

x     f(x)

-2     8

-1      2

0      0.5

1       0.125

2       0.03125

Let the function is:

f(x) = a(b)ˣ

Plug x = 0 and f(x) = 0.5

0.5 = a

Plug x = -1 and f(x) = 2

2 = 0.5(1/b)

b = 0.5/2 = 0.25

f(x) = 0.5(0.25)ˣ

Thus, the equation for the exponential function is f(x) = 0.5(0.25)ˣ after applying the concept of the function.

Learn more about the exponential function here:

brainly.com/question/11487261

#SPJ2

A math professor is wondering if students today are better or worse than in the past. He has given the same final to this year's class that he gave ten years ago. Compute mean, median, and mode for both classes and write a paragraph summarizing the differences.

This Year
35 45 65 75 87
80 69 71 53 90
99 95 70 82 73
93 67 61 57 74
72 77 71 81 83

Ten Years Ago
56 77 75 76 59
74 51 89 55 79
67 77 69 91 68
90 65 79 69 79
87 86 98 91 95

Answers

Answer:

Kindly check explanation

Step-by-step explanation:

Given the following data:

This year :

35, 45, 53, 57, 61, 65, 67, 69, 70, 71, 71, 72, 73, 74, 75, 77, 80, 81, 82, 83, 87, 90, 93, 95, 99

Mean = ΣX / n = 1825 / 25 = 73

The mode = 71 ( most frequently occurring)

Median = 1/2(n+1)th term = 1/(26) = 13th term

Median = 73

10 years ago :

51, 55, 56, 59, 65, 67, 68, 69, 69, 74, 75, 76, 77, 77, 79, 79, 79, 86, 87, 89, 90, 91, 91, 95, 98

Mean = ΣX / n = 1902 / 25 = 76.08

The mode = 79 ( most frequently occurring)

Median = 1/2(n+1)th term = 1/(26) = 13th term

Median = 77

According to the computed statistics, we can conclude that, today is worse than the past as the average score which is almost similar to the median value is higher 10 years ago and the modal score is better 10 years ago as well.

I want to know how to solve this equation

Answers

Answer:

the last two answers are the only correct ones

At what rates did she invest?
$1500 invested at___%
$800 invested at ____%

Answers

Answer:

4% and 5% respectively

Step-by-step explanation:

Let the intrest rate be x in the first account at x% and (x+1)% in the second account.

ATQ, 100=(x)*1500/100+(x+1)*800/100

x=4.

using the unit circle what is the exact value of tanpi/6

Answers

Answer:

[tex] \frac{ \sqrt{3} }{3} [/tex]

Step-by-step explanation:

[tex]\frac{1}{3} \div \sqrt{3} [/tex]

Type the correct answer In each box. Use numerals instead of words. What is the equation of the quadratic function that has a minimum at (7,-3) and goes through (9.9)​

Answers

Answer:

Step-by-step explanation:

х
0
1
2
3
4
y
12 36 108
Which exponential function is the equation for the values in the table?

Answers

Answer:

12*(3)^x

Step-by-step explanation:

Let the exponential function be y=a*b^x. Given y(0)=12, a=12. Next y(2)=36, b=3

Answer:

Your answer is f(x)=4(3)x

Step-by-step explanation:

Mark me brainliest :)

Please help out explanation need it

Answers

Answer:

[tex] \sin(θ) = \frac{19}{41} \\ θ = 27.6 \\ θ = 28[/tex]

What is the slope of the points (-2,7) and (2,-5)?
4
-3
-12
3

Answers

Answer:

The slope of a line that goes through both [tex](-2,\, 7)[/tex] and [tex](2,\, -5)[/tex] would be [tex](-3)[/tex].

Step-by-step explanation:

The slope of a line is the ratio between rise and run between these two points.

The rise between two points is the change to the corresponding [tex]y[/tex] coordinates. Between [tex](-2,\, 7)[/tex] and [tex](2,\, -5)[/tex], the rise would be [tex](-5) - 7 = (-12)[/tex] (subtract the first [tex]y\![/tex]-coordinate from the second.)

The run between two points is the change to the corresponding [tex]y[/tex] coordinates. Between [tex](-2,\, 7)[/tex] and [tex](2,\, -5)[/tex], the rise would be [tex]2 - (-2) = 4[/tex] (likewise, subtract the first [tex]x[/tex]-coordinate from the second.)

Hence, the slope of this line would be:

[tex]\begin{aligned} \frac{\text{rise}}{\text{run}} &= \frac{-12}{4} = -3\end{aligned}[/tex].

It would be 3 you can find it on your Calcator
Other Questions
The total amount of spending per year, in billions, on pets in a certain country x years after 2000 is given by the following function. P(x)=2.1786+25.2 a) Determine the total amount of spending per year on pets in 2007 and in 2012. b) Find and explain what it represents. Explain how a submarinefloats on the water surfaceand dives down into water. when 18 is subtracted from six times a certain number the result is 96 what is the number write down provisions regarding passenger baggage allowance what is true about solubility me ayudan ? con esto porfa Can the three values represent the sides of a triangle?7, 8, 113Is this a triangle?If so, what type? Pythagorean Triple? (yes/no) Stephen is a graduate student at West University. He works part-time at the campus coffee shop earning $5,000 this year. Stephen also receives a $25,000 scholarship that pays for his tuition, fees, and books. What amount does Stephen include in his gross income Which choice is equivalent to the expression below? Which expression best estimates 6 and three-fourths divided by 1 and two-thirds?Which expression best estimates 6 and three-fourths divided by 1 and two-thirds? give your position on this specific problem in our country about human trafficking I need help getting this done 10 .9- PHOOSE THE CORRECT ANSWERS OFROM:- A - AN - THE - NO ARTICLE 1. The 1-..the.. town which I was born in is Ashmoun. We live in ....an........... old house near to the sea Nile. A: Would you lend me ........ Limoney, please? We are spending our holiday in .......... the..... Britain this summer. Visitor: Where's the office, please? Girl: It's on...the...... fifth floor. On our trip to Spain, we crossed ... .a... Atlantic Ocean. We had dinner at ...... .an.... most expensive restaurant in town. This man works for eight hours ...... the..... day. Excuse me, I need ..an... information about the flight to Boston. 0. Magda is wearing ...a.. ... blue dress with red shoes 1. We usually have ..... .......the....... dinner at 7 o'clock. 2. We enjoyedthe party the which Sara had prepared yesterday. In The General Theory of Employment, Interest, and Money, Keynes rejected the idea that international trade always helps to achieve economic stability. the ultimate breakdown of the capitalist system is inevitable. budget deficits necessarily cause recessions and inflation. a capitalist economy always gravitates toward high levels of employment. Uses of a computer load speaker What are the advantages and disadvantages of keeping the strategic-planning process secret vs. placing the firms strategic plan on the corporate website and discussing strategies and planning publically? (2 main advantages and 2 main disadvantages) write as a polynomial (-2x^2+x+1)-(x^2-x+7)-(4x^2+2x+8) State for each account whether it is likely to have (a) debit entries only, (b) credit entries only, or (c) both debit and credit entries when recording business transactions during the month. Also, indicate the normal balance of each account. 1. Fees Earned , normal balance 2. Utilities Expense , normal balance 3. Accounts Payable , normal balance 4. Supplies , normal balance 5. Cash , normal balance 6. Accounts Receivable , normal balance please help 15 points (picture) A proton traveling at 17.6 with respect to the direction of a magnetic field of strength 3.28 mT experiences a magnetic force of 9.14 10-17 N. Calculate (a) the proton's speed and (b) its kinetic energy in electron-volts.