1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
aniked [119]
3 years ago
12

In a spreadsheet, cells B2 through B10 store the cost price of items and cells C2 through C10 store the selling price. If the se

lling price exceeds the cost price, you earn a profit. Otherwise, you suffer a loss. Which formula will you use to determine whether you earn a profit?=IF(C2>B2;"Profit";"Loss")=IF(C2B2;"Loss";"Profit")=IF(C2>B2;"Profit";"Profit")
Computers and Technology
2 answers:
kolbaska11 [484]3 years ago
7 0
The correct formula to use is =IF(C2>B2;"Profit";"Loss"). The condition set is that if the selling price(C Column) is greater than the cost price(B Column), you earn a profit. When encoded in the formula, the translation in this statement would be C2>B2. When you use the formula =IF(C2>B2;"Profit";"Loss"), the first word will be shown when the condition set is applicable. In this case, if the condition is true, it displays the word "Profit" but otherwise, it displays Loss     
Ad libitum [116K]3 years ago
4 0
The correct formula to use is <span>=IF(C2>B2;"Profit";"Loss"). The condition set is that if the selling price(C Column) is greater than the cost price(B Column), you earn a profit. When encoded in the formula, the translation in this statement would be C2>B2. When you use the formula </span>=IF(C2>B2;"Profit";"Loss"), the first word will be shown when the condition set is applicable. <span>In this case, if the condition is true, it displays the word "Profit" but otherwise, it displays "Loss".          </span>
You might be interested in
How is an orthographic drawing similar or different from an isometric drawing
Savatey [412]
An Isometric drawing<span> is a quasi 3d </span>drawing<span> that shows the height width and depth of the object in a single view where the viewpoint is at a 45 degree angle from each of the perpendicular planes of the </span>orthographic<span> view. </span>Isometric<span> differs from a perspective view in that all lengths are shown true length.</span>
6 0
3 years ago
Effective resource management: a. Locks out unauthorized access and can work to prevent changes to resources by internal users n
alexgriva [62]

Answer:

c. Enables a security administrator to control user and resource access from individual machines rather than from a central location.

Explanation:

Effective resource management requires that network resources or databases be accessed securely or protected from unauthorized users. A company with an effective resource management policy like Amazon cloud services and Google cloud services allows for an administrator to Grant access to a group of users with configured individual devices.

6 0
4 years ago
Complete the sentence.
Galina-37 [17]
The answer is number 2 accessible
5 0
3 years ago
Which of the following would be an appropriate use of a check box control?
lisabon 2012 [21]
Insurance benefits because you can have more than one.
8 0
4 years ago
This program will output a right triangle based on user specified height triangleHeight and symbol triangleChar. (1) The given p
vesna_86 [32]

Answer:

#include <stdio.h>

int main(void) {

   char triangleChar;

   int triangleHeight;

   printf("Enter a character:\n");

   scanf(" %c", &triangleChar);

   printf("Enter triangle height:\n");

   scanf("%d", &triangleHeight);

   printf("\n");

   int i, j;

   for(i = 0; i < triangleHeight; ++i) {

       for(j = 0; j <= i; ++j) {

           printf("%c ", triangleChar);

       }

       printf("\n");

   }

   return 0;

}

Explanation:

  • Get the character and height as an input from user.
  • Run the outer loop up to the height of triangle.
  • Run the inner loop up to the value of i variable and then display the character inside this loop.
5 0
3 years ago
Other questions:
  • Question # 6
    13·1 answer
  • What is true about using the reserved word super?
    9·1 answer
  • Ask the user to input an integer. Print out the next three consecutive numbers. in python
    13·1 answer
  • Which of the following statements isNOT true about abstract data types (ADTs)?A list is anexample of an ADT.ADTs hide theimpleme
    7·1 answer
  • _____emphasizes on proper breathing and the mind-body-spirit connections.​
    6·2 answers
  • What were thomas edison's contributions to advances in technology?
    9·1 answer
  • The software maintains and manages information related to employees, rooms, committees, and committee meetings of a company. The
    9·1 answer
  • What is the mest gun in pixel gun 3d imma give you brainliest
    14·2 answers
  • What is the full meaning of Internet and WiFi
    6·2 answers
  • Can someone be my friend,don't friend me until i ask you Questions
    14·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!