Answer:
Considering the prediction of people who will fill out the form and receive the refund, the company should expect its net profit to drop to:
- <u>$174.6 per computer tablet</u>.
Step-by-step explanation:
The benefit per tablet before the rebate program is $180 per computer tablet, however, once the rebate program is implemented, 18% of people who purchase their computer tablet are expected to complete the form and obtain the VISA card, which would reduce the benefit as shown below:
- 18% benefit from computer tablets = original benefit - refund value.
- 18% benefit from computer tablets = $180 - $30 = $150
With this we identify that 18% of computer tablets will have a benefit reduced to $150, however, as the remaining percentage of tablets (82%) will still have the benefit of $180, the general benefit must be calculated to have a single value, as it's shown in the following:
- Overall benefit = Percentage of tablets with reimbursement * Benefit of tablets with reimbursement + Percentage of tablets without reimbursement * Benefit of tablets without reimbursement.
- General profit = 18% * 150 + 82% * 180
- <u>General profit = $ 174.6
</u>
By having a $ 30 rebate on 18% of the tablets, the overall benefit drops to $174.6.
The output y is 
Explanation:
The expression is 
We need to determine the output y, when the value of input is x is 5.
That is, substituting
in
, we get,

Multiplying the value within the bracket, we have,

Subtracting the terms, we get,

Thus, the value of output y is 
The geometric sequence formula is expressed as an = a1 * r^(n-1) where n is an integer. In this case, upon substitution, 150.06 = 16 * r^(4). extracting r, r is equal to 1.75. Hence the 17th term from the formula is equal to 123802.32.
First of all, a bit of theory: since the area of a square is given by

where s is the length of the square. So, if we invert this function we have
.
Moreover, the diagonal of a square cuts the square in two isosceles right triangles, whose legs are the sides, so the diagonal is the hypothenuse and it can be found by

So, the diagonal is the side length, multiplied by the square root of 2.
With that being said, your function could be something like this:
double diagonalFromArea(double area) {
double side = Math.sqrt(area);
double diagonal = side * Math.sqrt(2);
return diagonal;
}
Answer:
58%
Step-by-step explanation:
We need to find what percent 290 is of 500.
percent = part/whole × 100%
percent = 290/500 × 100%
percent = 58%
Answer: 58%