A company rents out 14 food booths and 21 game booths at the county fair. The fee for a food booth is $175 plus $9 per day. The fee for a game booth is $50 plus $8 per day. The fair lasts for d days, and all the booths are rented for the entire time. Enter a simplified expression for the amount, in dollars, that the company is paid.

Answers

Answer 1

A simplified expression for the amount, in dollars, that the company is paid is $3,500+273d.

Given that, a company rents out 14 food booths and 21 game booths at the county fair. The fee for a food booth is $175 plus $9 per day. The fee for a game booth is $50 plus $8 per day.

What is an expression?

In mathematics, an expression or mathematical expression is a finite combination of symbols that is well-formed according to rules that depend on the context.

Given, the fair lasts for d days, and all the booths are rented for the entire time.

So, Food Booth Fee can be calculated as follows:

14(175+9d)

=2,450+126d

Game Booth Fee can be calculated as follows:

=21(50+8d)

=1050+168d

So, the total Food and Game Booth Fees:

=2,450+126d+1050+168d

=3,500+273d

Therefore, a simplified expression for the amount, in dollars, that the company is paid is $3,500+273d.

To learn more about an expression visit:

https://brainly.com/question/13947055.

#SPJ1


Related Questions

3v+2v=25+v=25
what is v?

Answers

Answer: see explanation

Step-by-step explanation:

The answer is very simple, you first do 3v + 2v which is 5v then you do 25 / 5 which is 5. This is your v (5). So the answer would be 5, you can ignore the 25+v this is there to confuse you.

Length of leg b = . pls help me

Answers

Answer:

20

Step-by-step explanation:

We can solve for the unknown base using Pythagorean's theorem.

Remember Pythagorean's theorem goes as such:

[tex]a^2+b^2=c^2[/tex]

Where a and b are the two legs and c is the hypotenuse. We know one leg and the hypotenuse so we can insert our known values and solve for the unknown.

[tex]15^2+b^2=25^2\\225+b^2=625\\b^2=400\\b=20[/tex]

Or using trigonometry:

Note this is a 45-45-90 triangle, therefore all angles are known.

I'll use the sin function with the B angle.

[tex]sin(45)=\frac{b}{25} \\25*sin(45)=b\\17.67=b[/tex]

I'm assuming this problem was not made for trig, although the answer is still close.


Write an explicit formula for each geometric sequence. 1,2,4,8, . . .

Answers

The explicit formula for a geometric sequence is [tex]a_{n}[/tex] =[tex]a_{1}^{r-1}[/tex]

The sequence is:

  1, 2, 4, 8..........

The formula for a geometric sequence,

                   [tex]a_{n}[/tex] = [tex]a_{1}^{r - 1} }[/tex]

                   a, ar, [tex]ar^{2}[/tex], [tex]ar^{3}[/tex]

r = common ratio

n = number of sequences in a series.

Let us understand by the sequence,

Here r = 2 , a = 1

Therefore by putting these values in the equation we get,

[tex]a_{n}[/tex] = [tex]a_{1}r^{n-1} }[/tex]

   = a, ar, a[tex]r^{2}[/tex], a[tex]r^{3}[/tex], ........

   1, 2, 4, 8 .........

To know more about the geometric sequence refer to the link given below:

https://brainly.com/question/24643676

#SPJ4


Simplify. 3/10 . 2/9

Answers

Answer:1/15

Step-by-step explanation:

Assuming it is multiplication, multiply the numerators: 3 * 2 = 6

Multiply the denominators: 10 * 9 = 90

Put them together for 6/90 and simplify for 1/15

20
f(x) = 4(x + 1)
(a) Write down the value of x when f¯¹(x) = 2.
(c) Find g(x).
(b) Find fg(x). Give your answer in its simplest form.
g(x)
2
Answer(a) x =
- 1
Answer(b) fg(x)=
[1]
[2]

Answers

Answer:

The value of x is 12 if the value of f^-1(x) = 2.

Step-by-step explanation:

It is given that f(x) = 4(x + 1), which is an inverse function.

Now,

First of all, let us understand what is a function and an inverse function;

A function in mathematics from a set X to a set Y allocates precisely one element of Y to each element of X. The sets X and Y are collectively referred to as the function's domain and codomain, respectively.

On the other hand;

A function that may reverse into another function is known as an inverse function or anti function. In other words, the inverse of a function "f" will take y to x if any function "f" takes x to y. When a function is written as "f" or "F," its inverse is written as "f-1" or "F-1." Here, (-1) should not be confused with an exponent or a reciprocal.

Now, let us consider the first part of the question;

We have to calculate the value of x when f^-1(x) = 2 given that f(x) = 4(x+1) is the function;

=> f(x) = 4(x + 1)

=> 4(y + 1) = x

=> x = 4y + 4

=> y = (x - 4)/4

=> f^-1(x) = (x - 4)/4

Hence, f^-1(x) = (x - 4)/4 is the inverse of f(x).

Now, let us put the value of f^-1(x) = 2 in the equation so obtained;

=> f^-1(x) = (x - 4)/4  

=> 2 = (x - 4)/4

=> 8 = (x - 4)

=> x = 12

Hence, the value of x is 12 if the value of f^-1(x) = 2.

To know more about this topic, click here:

https://brainly.com/question/3271515

#SPJ9

Was wondering how to do this im confused.

Answers

A) The equation for a line that passes through the points (8, 2) and (6, 10) is:

y = -4*x + 34

B) line that has a slope of -2 and that passes through the point (-3, 5)

y = -2*x - 1

How to write the linear equations?

A) First we want to find the equation for a line that passes through the points (8, 2) and (6, 10).

Remember that a general linaer equation is of the form:

y = m*x + s

Where m is the slope and s is the y-intercept.

If the line passes through (a, b) and (c, d), then the slope is given by:

m = (d - b)/(c - a)

Then in this case, the slope is:

m  =(2 - 10)/(8 - 6) = -8/2 = -4

Replacing that we get:

y = -4*x + s

To find the value of s we use the fact that the line passes through (8, 2), this means that:

2 = -4*8 + s

2 + 32 = s

34 = s

The linear equation is:

y = -4*x + 34

B) Now we want to find a line that has a slope of -2 and that passes through the point (-3, 5)

Here we already know the slope, so we can write:

y = -2*x + s

Again, to find the value of s, we replace the values in the point in the linear equation:

5 = -2*-3 + s

5 = 6 + s

5 - 6 = s = -1

We conclude that this linear equation is:

y = -2*x - 1

If you want to learn more about linear equations:

https://brainly.com/question/1884491

#SPJ1

find the equation of the line shown

Answers

Y = -1X +9
Slope can be found using rise over run which in this case is 1/1
And the line intersects with the y intercept at positive 9

4= 3/2+c pleaseeeeee

Answers

C equals five over two

The length of a rectangle is 4 inches greater than twice the width. If the diagonal is 2 inches more than the length, find the dimensions of the rectangle.

Answers

The dimensions are 3 inches, 10 inches, and 13 inches.

How to compute the value?

It should be noted that the diagonal is the longest side. This will be solved by using Pythagoras theorem.

Therefore,

(2x + 6)²

4x²+ 24x + 36

Reduce to lowest term

x² + 6x + 9

x² + 3x + 3x + 9

x(x + 3) - 3(x + 3)

(x - 3) = 0

x = 0 + 3 = 3

Therefore x = 3

Therefore the dimensions will be:

x = 3

2x + 4 = 2(3) + 4 = 10

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

Learn more about rectangles on:

brainly.com/question/25292087

#SPJ1

If we identify the points as follows, what are
the inputs to the slope formula?
(-1, -2) and (3, 0)
X1 У1. X2 Y2

Answers

hi

slope formula is :    y2-y1 / x2-x1  

you can reverse it if you want.   :    y1-y2 / x1 -x2

m =   0- (-2)  / 3 - (-1) =  2/ 4 = 1/2

When I triple my number and add ten, I get my number plus `36.` What is my number?

Answers

Based on the information given, the number is 13

How to determine the number

From the information given;

Let the number be x

We have that;

3(my number) + 10 = my number + 36

Substitute the number as x, we have;

3x + 10 = x + 36

collect like terms

3x - x = 36 - 10

2x = 26

Make 'x' the subject of formula

x = 26/ 2

x = 13

The number is 13

Thus, based on the information given, the number is 13

Learn more about algebraic expressions here:

https://brainly.com/question/4344214

#SPJ1

You find a book that costs
$16.75. You must pay 4% sales
tax. You use a $25 gift card.
How much is left on the gift
card after you buy the book?

Answers

You find a book that costs $16.75 and you must pay 4% sales

tax. You use a $25 gift card then only $7.58 is left on the gift card after you buy the book.

What is sales tax?

A sales tax is a government-imposed consumption tax levied on the purchase of goods and services. A traditional sales tax is assessed at the point of sale, collected by the retailer, and passed on to the government. A firm is liable for sales taxes in a given jurisdiction if it has a nexus there, which can be a physical location, an employee, an affiliate, or some other presence, depending on the rules in that country.

We must 4% sales tax on $16.75 book

Sales tax = 16.75 × 0.04

               = 0.67

The total cost = 16.75  + 0.67

                       = $17.42

He uses a $25 gift card, so he is left with

= 25 - 17.42

= 7.58

Learn more about sales tax

https://brainly.com/question/1700984

#SPJ9


State whether each sentence is true or false. If false, replace the underlined word or phrase to make a true sentence.
The measure of an exterior angle of a triangle is equal to the sum of the measures of its two remote interior angles.

Answers

The three types of congruence transformations are rotation, reflection, and translation is TRUE.

What is the transformation of a graph?

Transformation is rearranging a graph by a given rule it could be either increment of coordinate or decrement or reflection.

Reflection is a mirror image of a graph about any axis.

If we reflect any graph about y = x then the coordinate will interchange it that (x,y) → (y,x).

A triangle will remain congruent if we rotate it by any angle in either a clockwise or counterclockwise manner.

If we transform by any amount either horizontal or vertical then it will remain the same so it will be congruent.

A triangle will remain the same if we mirror it on any axis, making it congruent.

Hence "The three types of congruence transformations are rotation, reflection, and translation is TRUE".

To learn more about the transformation of graphs,

brainly.com/question/3099136

#SPJ4

PLEASE HELP ME IF YOU ARE GOOD AT MATH!!!
Use the symmetric property of congruence to complete the following statement.

If ∠UPR≅∠FSJ, then ? ≅∠UPR.

Answers

By the symmetric property of congruence is  ∠FSJ ≅∠UPR.

It is required to find the solution.

What is symmetry ?

Symmetry is defined as a proportionate and balanced similarity that is found in two halves of an object, that is, one-half is the mirror image of the other half. A 2D shape is symmetrical if a line can be drawn through it and either side is a reflection of the other.

Given:

The symmetric property is if y = x then x = y. The order of what is on the left or right side of the equation does not matter. It's like saying 2+3 = 5 is the same as 5 = 2+3.

According to given question we have,

This idea can be extended to congruences because congruent angles have the same measure.

Congruent angles are two or more angles that are identical to each other. Thus, the measure of these angles is equal to each other.

So, ∠UPR ≅∠FSJ, then ∠FSJ ≅∠UPR.

Therefore, by the symmetric property of congruence is  ∠FSJ ≅∠UPR.

Learn more details about symmetry here:

https://brainly.com/question/14466363

#SPJ1

A card is drawn randomly out of 12 cards which are numbered from 1 to 12. What is the
probability that the card drawn has a composite number written on it ?
a) 2 / 3
b) 7 / 12
c) 1 / 3
d) 1 / 2

Answers

The probability that the card drawn has a composite number written on it is 1/2

What is the probability that the card drawn has a composite number written on it?

The sample space is given as

S  = {1, 2....3}

The list of composite numbers from 1 to 12 is 4, 6, 8, 9, 10, 12

So, we have

Composite = 6

The probability that the card drawn has a composite number written on it is

P = Composite/Sample size

So, we have

P = 6/12

Simplify

P = 1/2

Hence, the probability that the card drawn has a composite number written on it is 1/2

Read more about probability at

https://brainly.com/question/24756209

#SPJ1

Find the quadratic polynomial if its zeroes are 0, √5."

Answers

Find the quadratic polynomial if its zeroes are 0, √5."

A quadratic polynomial can be written using the sum and product of its zeroes as: x² + (α+β) + αβ = 0 Where α and β are the roots of the equation. ☛ x² + ( 0+√5)x + 0 = 0 .

LINK-

https://brainly.in/question/19814084

#SPJ9

what is the coordinates of one point in the solution set.

Answers

The coordinates of one point in the solution set are (0, 0)

How to give the coordinates of one point in the solution set?

The system of inequality is given as

y < 5/6x + 4

-5x + 6y >-6

The graph that completes the question is added as an attachment


From the question, we also have the graph that represents the inequalities in the above system of inequality

As a general rule, the shaded region in a system of inequality represents the solution set

From the attached graph, the point (0, 0) is in the shaded region

Hence, the coordinates of one point in the solution set are (0, 0)

Read more about inequality at

https://brainly.com/question/24372553

#SPJ1

Do the columns of b span r4? does the equation bx d y have a solution for each y in r4?

Answers

Answer:  Theorem 4 says that the columns of B do NOT span R4. Further, using Theorem 4, since 4(c) is false, 4(a) is false as well, so Bx = y does not have a solution for each y in R4.

Step-by-step explanation:

Yes, the column b span r4. Yes, the equation has a solution for each y in r4.

Matrix is defined as a set of numbers consisting of rows and columns elements.

It consists of rows and columns.

The dimensions of the matrix are determined by m×n.

 

Given matrix,

[tex]\begin{bmatrix} &1 &3 &-2 &2\\ &0 &1 &1 &-5\\ &1 &2 &-3 &7\\ &-2 &-8 &2 &-1\\\end{bmatrix}[/tex]

R3  → R1

R3→R4+2R1

[tex]\begin{bmatrix} &1 &3 &-2 &2 \\ &0 &1 &1 &-5 \\ &0 &-1 &1 &5 \\ &0 &-2 &-2 &3\\\end{bmatrix}[/tex]

R3→R3+R2

R4→R4+2R2

[tex]\begin{bmatrix} &1 &3 &-2 &2 \\ &0 &1 &1 &-5 \\ &0 &-0 &2 &0 \\ &0 &-0 &0 &7\\\end{bmatrix}[/tex]

This is the row echelon form of B. It has four independent columns and the dimension of r4 is 4.

column of B spans r4.

Row of matrix = 4

No of columns of matrix = No of rows of the matrix.

and the columns of B span r4.

thus we can conclude that the columns of b span r4 and the equation

bx =d y have a solution for each y in r4.

Learn more about matrix here:

https://brainly.com/question/29132693

#SPJ6

Multiply. Write your answer in scientific notation.
(1×103)(8×10-7)
I am so close to getting it but i am second guessing my answer

Answers

Answer:

7.519*10 power 3 is the answer.

Cual es el 35% de 900

Answers

The percentage is the hundredth of any digit or value between 1 to 100 so 35% of 900 will be 315.

What is the percentage?

The percentage is defined as a given amount in every hundred. It is a fraction with 100 as the denominator percentage is represented by the one symbol %.

The x percentage of any random y digit is given as;

⇒ (x/100) × y

Therefore,

35% of 900 →

(35/100) × 900

⇒ 35 × (900/100)

⇒ 35 × 9

⇒ 315

Hence " The 35% percentage of the amount 900 will be 315".

For more about the percentage,

brainly.com/question/13450942

#SPJ1

The given question is not in English, English translation follows;

What is 35% of 900?

An accountant charges a fee of $120 to complete a company's taxes. The accountant also charges an additional $40 per hour to complete the taxes. Which of the following equations can be used to describe this problem?

Answers

The equation when the accountant charges a fee of $120 to complete a company's taxes. The accountant also charges an additional $40 per hour to complete the taxes is 120 + 40h.

How to calculate the value

From the information, it should be noted that the

accountant charges a fee of $120 to complete a company's taxes. The accountant also charges an additional $40 per hour to complete the taxes.

Let the number of hours be represented by h.

Therefore, the expression to describe the problem will be:

= 120 + (40 × h)

= 120 + 40h

The equation is 120 + 40h.

Learn more about equations on:

brainly.com/question/2972832

#SPJ1

simplify 8(x+5)-4(x+4)

Answers

2x and 72

Step-by-step explanation:

pls don't use this I don't want you to get a bad grade if it is wrong

Answer: 4x+24

Step-by-step explanation: 8x+40-4x-16

Compare the graphs. Which statement describes the comparison correctly.
A. There is a gap in the data and an outlier in both graphs.
B. There is a gap in the data and no outlier in both graphs.
C. There is a gap in the data in one graph and no gap in the other graph.
D. There is an outlier and a gap in one graph but only a gap in the other graph.
(pic attached is both graphs being referenced in the answers)

Answers

Answer: its A. ^^

Step-by-step explanation:

The statement describing the comparison correctly is "There is a gap in the data and an outlier in both graphs" option (A) is correct.

What are statistics?

Statistics is a mathematical tool defined as the study of collecting data, analysis, understanding, representation, and organization. Statistics is described as the procedure of collecting data, classifying it, displaying that in a way that makes it easy to understand, and analyzing it even further.

It is given that:

The two-bar graph is given in the picture.

From the data given in the picture.

Both plots contain an outlier and a data gap.

Thus, the statement describing the comparison correctly is "There is a gap in the data and an outlier in both graphs" option (A) is correct.

Learn more about the statistics here:

brainly.com/question/8058700

#SPJ2

A store owner wants to develop a new snack mix by mixing chocolate and trail mix. how many pounds of chocolate costing $20.10 per pound should be mixed with 25 pounds of trail mix costing $2.80 per pound to create a mixture worth $8.41 per pound.

Answers

If a store owner wants to develop a new snack mix by mixing chocolate and trail mix, then the number of pounds of chocolate costing $20.10 per pound that should be mixed with 25 pounds of trail mix costing $2.80 per pound to create a mixture worth $8.41 per pound is equal to 11.99.

The pounds of chocolate needed to create a mixture worth $8.41 per pound can be calculated using an algebraic expression.

An algebraic expression can be defined as an expression consisting of both numbers and letters.

If x = the unknown pounds of chocolate

An algebraic expression can be given as,

20.10x + 2.80(25) = 8.41(x + 25)

Solving for x,

20.10x + 70 = 8.41x + 210.25

Rearranging,

20.10x - 8.41x = 210.25 - 70

11.69x = 140.25

x = 140.25 ÷ 11.69

x = 11.99

Hence, 11.99 pounds of chocolate costing $20.10 per pound should be mixed with 25 pounds of trail mix costing $2.80 per pound to create a mixture worth $8.41 per pound.

To learn more about algebraic expressions, click here:

https://brainly.com/question/4344214

#SPJ4

Type the correct answer in the box. Use numerals instead of words.
Jack and his friends are going hiking next week. There are four trails they can hike: Grayson Pass, Giant’s Ridge, Three Summits, and Elderberry. To make a decision, they use a spinner divided into four colors. They spin it 60 times to check the fairness of their model and record the results in this table

Answers

The Spinners landing on green is 10%, blue is 40%,  yellow is 15% and red is 35%.

Given,

Green–6: The spinner lands on green with a relative frequency of 6/60.

Blue – 24: Spinners landing on blue have a relative frequency of 24/60.

Yellow – 9: The spinner's relative landing frequency on yellow is 9/60.

Red – 21:  The spinner lands on red with a relative frequency of 21/60.

Then the simplified fraction, decimal, and percentage are as follows:

When the spinner lands on green, it does so relatively often, especially 6/60

Simple Fraction: 1/10

0.1 in decimal

percent equals 10%

The spinner's landing on blue occurs with a relative frequency of 24/60

Simple Fraction: 2/5

Decimal: 0.4.

percent equals 40%

The spinner's relative frequency of landing on yellow is 9/60

Simple Fraction: 3/20

Decimal: 0.15

Percentage equals 15%

The spinner typically lands on red with a relative frequency of 21/60

Simple Fraction: 7/20

Decimal: 0.35

Percentage: 35%

Hence, the spinners landing on green is 10%, blue is 40%,  yellow is 15% and red is 35%.

To know more about relative frequency , visit :

https://brainly.com/question/16832475

#SPJ1

Help me with my assignment please.

Factor the ff.

1.) x² + 4x + 3
2.) y² - 5y + 6
3.) x² - 5x - 36
4.) y² + 5y - 14​

Answers

Answer:

see explanation

Step-by-step explanation:

1

x² + 4x + 3

consider the factors of the constant term (+ 3) which sum to give the coefficient of the x- term (+ 4)

the factors are + 1 and + 3 , since

1 × 3 = + 3 and 1 + 3 = + 4 , then

x² + 4x + 3 = (x + 1)(x + 3)

2

y² - 5y + 6

consider the factors of the constant term (+ 6) which sum to give the coefficient of the y- term (- 5)

the factors are - 3 and - 2 , since

- 3 × - 2 = + 6 and - 3 - 2 = - 5 , then

y² - 5y + 6 = (y - 3)(y - 2)

3

x² - 5x - 36

consider the factors of the constant term (- 36) which sum to give the coefficient of the x- term (- 5)

the factors are - 9 and + 4 , since

- 9 × 4 = - 36 and - 9 + 4 = - 5 , then

x² - 5x - 36 = (x - 9)(x + 4)

4

y² + 5y - 14

consider the factors of the constant term (- 14) which sum to give the coefficient of the y- term (+ 5)

the factors are - 2 and + 7 , since

- 2 × 7 = - 14 and - 2 + 7 = + 5 , then

y² + 5y - 14 = (y - 2)(y + 7)

Answer:

Step-by-step explanation:

[tex]1)\\x^2+4x+3=\\x^2+3x+x+3=\\(x)(x+3)+(1)(x+3)=\\(x+3)(x+1)[/tex]

[tex]2)\\y^2-5y+6=\\y^2-3y-2y+6=\\(y)(y-3)-(2)(y-3)=\\(y-3)(y-2)[/tex]

[tex]3)\\x^2-5x-36=\\x^2-9x+4x-36=\\(x)(x-9)+(4)(x-9)=\\(x-9)(x+4)[/tex]

[tex]4)\\y^2+5y-14=\\y^2+7y-2y-14=\\(y)(y+7)-(2)(y+7)=\\(y+7)(y-2)[/tex]

HELP ASAP WILL MARK BRAINLIEST IF RIGHT





Nina graphs the function y=⌊x⌋ to learn the properties of the parent floor function.

What is the value of y when x=5.7?

5
5.50
5.75
6

Answers

Answer:

the answer should be 5 sorry if wrong

Answer:

5

Step-by-step explanation:

y=xx5


Write an equation in point-slope form of the line having the given slope that contains the given point.
m=2,(4,-9)

Answers

The equation in point-slope form of the line having the given slope m = 2 that contains the given point (4, -9) is 2x - y = 17

It is given that,

Slope is the measure of the steepness of a line.

Equation is the mathematical statement made up of two expressions joined together by the equal sign. For instance 3x - 5 = 16

The slope of a one point line = m = 2

The point through which the line passes = (4, -9)

We need to find the,

The equation in point-slope form of the line having the given slope that contains the given point

The formula which will be used,

(y-y1) = m(x-x1)

where, (x1,y1) = (4, -9) and m = 2

putting the values in the formula, we get

[y - (-9)] = 2. (x-4)

y + 9 = 2x - 8

y - 2x = -17

2x - y = 17

Hence, the equation in point-slope form of the line having the given slope that contains the given point is 2x - y = 17

To learn more about, equation here

#SPJ4

Find the total tax deductions for each of the following weekly paychecks.
weekly pay
$198.00
$340.00 $250.00
FICA (7.65%)

Answers

The answer is $134.78
Given paychecks:

$198.00,$340.00, $250.00,

and

tax percentage = 7.65%

Find amount of tax against each paycheck:

$198*7.65/100 = $15.15 ((rounded to the nearest cent))$340*7.65/100 = $26.01$250*7.65/100 = $19.13 (rounded to the nearest cent)

If JK = 3x + 16, KL = 18x 5, and JL = 19x + 19, what is JK?​

Answers

What is KL as there is nothing next to 18x?
3x+16+18x+5=19x+19
21x+21=19x+19
-19 -19
21x+2=19x
-21x -21x
2=-2x
Divide by -2.
-1=x
Substitute-1 for x in the equation JK=3x+16
JK=3(-1)+16
JK=-3+16
JK=13

Hope this helps.

Other Questions
Based on this information, the overhead applied to job abc using multiple predetermined overhead rates is:________ Jeff, Gene, and Mike need to eat an entire cake before it goes bad. The cake is cut into 8 pieces.- Jeff could eat 6 pieces of cake in 2 hours- Gene can eat 2 pieces of cake in 30 minutes - Mike can eat 4 pieces of cake in 48 minutes The pieces can be divided into smaller pieces as necessary - the rates are based on the size of pieces that result when dividing the cake into 8 equal pieces.Answer these questions below:1) How many pieces of cake can jeff eat in 1 hour? _________________2) How many pieces of cake can Gene eat in 1 hour? _____________________3) How many pieces of cake can Mike eat in 60 minutes? ____________________4) Will it take Mike, Gene, and Jeff more than 1 hour to each eat the cake, or less that an hour to eat the cake? Explain how you know. Hugh bought some magazines that cost $3.95 each and some books that cost $8.95 each. He spent a total of $47.65.If Hugh bought 3 magazines, how many books did he buy?The equation that models the problem is 3.95m + 8.95b = 47.65, where m is the number of magazines and b is thenumber of books.books The frito-lay plant applies a product focus strategy, which is appropriate for what type of producer?. Using a calculator, what is the solution of 1080=15 ? Round the answer to the nearest hundredth. 1. Which of the following secondary sex characteristics do not develop during the teen years?Odevelopment of breasts in girlsOdevelopment of body hair in boysOdevelopment of ovaries in girls and testes in boysOdevelopment of acne in boys A patient has undergone procedures in the dental office to improve his periodontal health. The patient had severe periodontal disease and has shown moderate improvement, although he states his gums are still bleeding. The patient already has undergone a series of radiographs, a periodontal chart, and intraoral photographs that were taken before the treatment began. What instruments and forms should the dental assistant have ready for the dentist for this patients next examination? What must the dental assistant do during and after the examination? Exercise 2 Writing Passive VerbsFor each verb in parentheses, write the correct passive form.appear1. Hypertext documents.(write) in HTML (hypertext markup language). HTMLlooks like regular text, but it includes special symbols (tags) that determine how the document will aon the computer screen. Links to other web pages or images-particular symbols.(call) an algorithm. A2. A series of steps indicating how to perform a task.program(represent) by an algorithm. Programming consists of creating aprogram, encoding it so that the computer can read it, and then putting it into the computer. Programs(refer to)(call) software, while the computer itself.as hardware.3. One of the first computing devices was the abacus. The earlyabacus(make) of beads on rods that____ (hold) by a wooden frame. The abacus_____(use) not only by ancient Chinese but also by the Greeks and romans Solve for R60 = -12r in not less than 450 words describe the role of a girl child in the building of a family The formula for simple interest is I=Prta. Solve the formula for t, when r is the simple interest per year.t=_b. Use the new formula to find the value of t in the table.The value of t in the table is _ years c. Find the exact lengths of the altitudes of triangles B and C.The length of the altitude of triangle B isThe length of the altitude of triangle C is Best's Computers claims that of its 4280 items in inventory, 3636 items are IBM PC, while the rest are Apple. What percent of totalinventory is Apple? Round to the nearest tenth of a percent.select one : A. 6.6%B. 15.0%C. 85.0%D. 0.8% What result did Dutch settlement have on Indigenous people?A.The indigenous tribes lost their land.B.The indigenous tribes became rich from selling their land.C.The indigenous tribes no longer hunted Buffalo.D.The indigenous tribes ran out of food. If an analysis of variance is used for the following data, what would be the effect of changing the value of ss1 to 50? sample data m1 = 10 m2 = 20 ss1 = 90 ss2 = 70 An object is launched across a room. How can a student determine the average horizontal velocity of the object using a meter stick and a calculator1) The student can measure the initial velocity and acceleration and use that information to calculate objects final velocity.2) The student can measure the recoil distance of the throwing mechanism and then calculate the velocity from the conservation of momentum principle.3) The student can measure the horizontal distance traveled, determine the flight time from the vertical drop, and then calculate the average horizontal velocity.4) The student can measure the fall distance and travel time from the horizontal displacement and then calculate the average horizontal velocity. Which expression equals 5x/x - 9 - 4 x / x + 5x + 6?(A) 7 x/(x-3)(x+3)(x+2) (B) x-2 x / (x-3)(x+3)(x+2)(C) x+22x / x-3)(x+3)(x+2)(D) 9x - 2 x / (x-3)(x+3)(x+2) Is Mandisa correct in saying that Mxolisi is a product of his own environment, in other words that he is not responsible for his own actions? John locke felt that children entered the world with no specific characteristics or personality, this is called ___________. The _____ authorizes the federal trade commission to restrict unfair or deceptive acts.