answer.
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
ad-work [718]
2 years ago
14

enter a formula in cell b10 to return a value of 35000 if the net profit after tax (cell B() is greater than or equal to 350000

or 1000 if it is not.

Computers and Technology
2 answers:
Aliun [14]2 years ago
6 0

Step by step explanation:

Statement to be written in cell B10 :

IF ( B9 >= 350000 , 35000, 1000)

Formula:

IF ( logical_test ,  [value_if_true] ,  [value_if_false] )

logical_test = Net Profit After Tax (cell B9)

value_if_true = 35000

(if the Net Profit After Tax (cell B9) is greater than or equal to 350000)

    value_if_false = 1000

(if the Net Profit After Tax (cell B9) is lesser than 350000)


Naddika [18.5K]2 years ago
6 0

For the given problem, the solution is calculated below and also shown in Figure 1.

Further Explanation:

The statement that can be written in B10 cell is as below:

IF ( B9 >= 350000 , 35000, 1000) = IF (A>=B, yes, no)

The formula to calculate the net profit after tax is as below:

IF ( logical_test , [value_if_true] , [value_if_false] )

The logical test is calculated as below;

logical_test = Net Profit After Tax (cell B9)

If the Net Profit After Tax (cell B9) is greater than or equal to 350000

value_if_true = 35000

If the Net Profit After Tax (cell B9) is lesser than 350000

value_if_false = 1000

Therefore, it can be concluded that the value is true for 35000 and false for the value 1000.  

Learn more:

1. Learn more about the tax on the sale of an asset

brainly.com/question/2617534

2. Learn more about the income tax

brainly.com/question/2996312

3. Learn more about the excise tax

brainly.com/question/8827242

4. Learn more about the role of money

brainly.com/question/12984919

Answer details:

Grade: Middle School

Subject: Business Studies

Chapter: Taxation

Keywords: Taxation, formula, cell. B10, B20, return, value, 350000, 1000, greater than, equal to, net profit, after tax, logical test, true, false, statement, condition

You might be interested in
In the context of the components of a typical expert system, _____ is a software package with manual or automated methods for ac
Pani-rosa [81]

Answer:

knowledge acquisition facility

Explanation:

In the context of the components of a typical expert system, Knowledge acquisition facility is defined as that component of an expert system that is responsible for providing an effective and efficient medium for collecting and incorporating relevant information such as data, new rules, relationships and facts used by the expert system.

6 0
1 year ago
There are two algorithms called Alg1 and Alg2 for a problem of size n. Alg1 runs in n2 microseconds and Alg2 runs in 100n log n
nataly862011 [7]

The answer & explanation for this question is given in the attachment below.

8 0
2 years ago
An oil company is investigating whether they are likely to find oil at a certain site. They will use an expert system to help th
11Alexandr11 [23.1K]
The expert system are given inputs such as questions, locations and information. The expert system processes and advice the user on what to do. If the user inputs the location of an oil site and ask a question if they are able to drill an oil out of the site, then the expert system calculates and gives you the answer you need. Though the expert system makes errors just like humans.
6 0
2 years ago
Which of the following is not considered hardware? Monitor Mouse Windows Keyboard Printer
Dima020 [189]
A hardware helps to set up the computer to do things with. A monitor, mouse, keyboard, and printer all help to interact with the computer to make it work. Windows would not be considered a hardware because it is downloaded onto the computer to enhance the computer or to make the computer better
7 0
2 years ago
Google Apps are an example of​ ________. A. platform as a service​ (PaaS) B. software as a product​ (SaaP) C. platform as a prod
iogann1982 [59]

Answer:

Option E is correct.

Google Apps are an example of​ software as a service (SaaS).

Explanation:

I'll provide definitions to each of them.

Platform as a Service (PaaS): hardware and software tools available over the internet.

Software as a product (SaaP): product, software, which is made to be sold to users, and users pay for licence which allows them to use it. A good example of SaaP is the Microsoft Office package.

Platform as a product (PaaP): This creates a platform for product owners to put their products & for people to get their required products.

Infrastructure as a Service (IaaS): cloud-based services, pay-as-you-go for services such as storage, networking, and virtualization.

Software as a Service (SaaS): software that's available via a third-party over the internet.

From these definitions, it is clear that Google apps are examples of software as a Service because all the Google apps are software's that's available via a third-party over the internet.

Hope this Helps!!!

6 0
2 years ago
Other questions:
  • Why would Network Systems employees be employed by the government?
    12·2 answers
  • ________ is used to undo unwanted database changes.
    15·2 answers
  • Does the Boolean expression count > 0 and total / count > 0 contain a potential error? If so, what is it?
    8·1 answer
  • A company wants to publish Knowledge articles to its Customer Community. The articles should be organized for easy navigation by
    6·1 answer
  • in a small office, there are 5 computers, a network printer, and a broadband connection to the internet. what devices are needed
    9·1 answer
  • E-mail is an efficient means of disseminating information quickly and inexpensively. However, HIPAA regulations affect e-mail us
    13·1 answer
  • What protocol communicates data between routers representing the edges of autonomous systems?Distance-vectorLink stateInterior g
    11·1 answer
  • Two middle-order batsmen are compared based on their performance in their previous cricket match.
    7·1 answer
  • The dealer's cost of a car is 85% of the listed price. The dealer would accept any offer that is at least $500 over the dealer's
    7·1 answer
  • Spark is electrical discharge in air, while air is mix of variety of gases what particles conduct electricity in gas
    12·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!