Answer:
No
Step-by-step explanation:
No
Answer:
The maximum revenue is $900, obtained with 30 people
Step-by-step explanation:
Naturally, the answer should be a number equal or higher than 20, because up to 20 persons, each one pays the same. Lets define a revenue function for x greater than or equal to 20.
f(x) = x*(40-(x-20)) = -x²+60x
Note that f multiplies the number of persons by how much would they pay (here, assuming that there are more than 20).
f is quadratic with negative main coefficient and its maximum value will be reached at the vertex.
The value of the x coordinate of the vertex is -b/2a = -60/-2 = 30
for x = 30, f(x) = 30*(40-(30-20))=30*30=900
So the maximum revenue is $900.
Answer:½((n/2) – ½) – ½ = 10
½(n/2) – ¼ - ½ = 10 (using the distributive property)
¼n – ¼ - ½ = 10 (multiplying to eliminate the parentheses)
¼n – ¾ = 10 (combining like terms)
¼n = 10¾ (adding ¾ to both sides of the equation)
n = 43 (dividing both sides of the equation by ¼)
Step-by-step explanation:
Let’s start by writing Josie’s first step as an expression. Dividing n by 2, then subtracting ½ from
the result would be (n/2) – ½. If we build on this expression with the information in Josie’s
second step, we get ½((n/2) – ½) – ½. Knowing the final result is 10, we can set up the equation
below, and solve for n as follows: hope this helps
Answer:
9 miles
Step-by-step explanation:
A 6+3 is nine
Solution -
In order to convert a binary number to hexadecimal ,we need to chunk the binary number into groups of 4 digits, adding 0 if necessary.
As the given number number is a 16 digit binary number, so when chunk in 4 digit groups, it will form 4 groups. Each group will represent a single digit in hexadecimal code.
So, a 16-digit binary pattern converts to a 4 digit hexadecimal value.