The function is graphed as shown below
Part A:
We use the formula

to find the vertex of the function. A quadratic function of the form of

and equating this form to the given function

, we have

and

.
Substituting

and

into the vertex formula, we have

, as shown in the graph
This calculation means that the highest profit is achieved when the number of photo printed equals to ten photos
Part B:
We can find solution to this equation by factorising





and

, as shown in the graph
The two values means that the company makes no profit when they either produce 5 or 15 photos
Answer:
bool b = isupper(x);
Step-by-step explanation:
I have written the expression for a char variable x.The isupper(x) will return true if the character x is upper case and false if the character x is lower case.
I have stored the returned value to a bool variable b .So the value of variable b will be true only when the x is in uppercase and false when b is lower case.
Answer:
radius = 5 in
Step-by-step explanation:
Using the formula for calculating the area (A) of a circle
A = πr² ( r is the radius )
here A = 78.5, hence
3.14r² = 78.5 ( divide both sides by 3.14 )
r² =
= 25 ( take the square root of both sides )
r =
= 5
Answer:
a) find the value of y when x is equal to 4.
Step-by-step explanation: