Cell A2 contains the regular price $100. Cell B2 contains the discount rate 15%. Cell C3 contains =A2*(1-B2) to calculate the sale price of $85. Which of the following formulas produces the same result?

What will be an ideal response?


=A2-(A2*B2)

Computer Science & Information Technology

You might also like to view...

Write an iterative method to compute the power of x n for non-negative n.

What will be an ideal response?

Computer Science & Information Technology

You should add the static keyword in the place of ? in Line ________ in the following code:

``` public class Test { private int age; public ? int square(int n) { return n * n; } public ? int getAge() { } } ``` a. in line 4 b. in line 8 c. in both line 4 and line 8 d. none

Computer Science & Information Technology

C: denotes a(n) ________ directory that is at the top of the filing structure of a computer

A) cluster B) root C) upper-level D) top-level

Computer Science & Information Technology

A ________ is a graphic format that can store up to 16.7 million colors

A) BMP B) JPG C) PNG D) GIF

Computer Science & Information Technology