Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

B 7 8 : Income tax expense: Since we know the income that is subject to taxes ( B 7 7 ) as well as

B78: Income tax expense: Since we know the income that is subject to taxes (B77) as well as the
income tax rate (B38), we can calculate the income tax expense as B77B38 However the rule in
our situation is that we don't get a tax refund (l.e., there can be no negative tax values) in years that
we don't make a profit, meaning there are no taxes when our income is negative. So, we need to use
the IF-function to ensure that our income tax expense is calculated only when our profits are greater
than 0. Otherwise our tax expense should be set to 0
As you have learned earlier in earlier assignments, the IF-function
(logical_test, value_if_true,_value__f_false)] consists of three parts
a. First, we enter a logical test, which is a statement that needs to result in either TRUE or
FALSE. Our logical test is the question of whether income before taxes is greater than zero:
B77>0.
b. Second, we enter the value of the cell (B78) in case the logical test results in TRUE. That
value is the tax expense calculated as income before taxes times the tax rate: B77.B38
c. Third, we enter the value of the cell (B78) in case the logical test results in FALSE That value
is 0 in our worksheet. So, the entire formula for the income tax expense reads:
=IF(B77>0,B77*B38,0)
B79; Income after taxes: Lastly, we deduct the income tax expense from the income before taxes,
which gives us the income after taxes. This is our result value that we are most interested in (and that
we want to maximize by using Solver):
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Auditing And Society Research On Audit Practice And Regulations

Authors: Wally Smieliauskas, Minlei Ye, Ping Zhang

1st Edition

1138314129, 978-1138314122

More Books

Students also viewed these Accounting questions

Question

Explain the difference between a bar graph and a pie chart.

Answered: 1 week ago

Question

Will you actually use Model 7.3 to motivate yourself?

Answered: 1 week ago

Question

Which of the motivational theories do you prefer? Why?

Answered: 1 week ago