A coworker suggests a paycheck of 2blog2 nc+1 per splay operation instead of 3blog2 nc+ 1,…

A coworker suggests a paycheck of 2blog2 nc+1 per splay operation instead of 3blog2 nc+

1, the same credit invariant as before, and a strategy of spending only 2k credits from

the paycheck instead of 3k if x’s credit requirement goes up by k during a rotation.

Where does the strategy fail? Your answer must address the which types of rotations

on page 54 and the values of k for which they fail. Justify each case where you claim

it fails.

2. The coworker suggests a paycheck of 3blog2 nc per splay operation instead of 3blog2 nc+

1, the same credit invariant as before, and a strategy of spending only 3k credits from

the paycheck if x’s credit requirement goes up by k during a rotation.

Where does the strategy fail? Your answer must address the which types of rotations

on page 54 and the values of k for which they fail. Justify each case where you claim

it fails.

3. Suppose a co-worker implements a pseudo-array, as I have described in lectures, using

splay trees. However, when looking up an element, if the path traversed down the

splay tree to the position where the element is found or inserted has length at most

3blog2 nc + 1, she doesn’t bother to splay it. (The only exception she makes is when

the element is required to be moved to the root to delete it, or to split the list after

the element. In that case, she splays it and pays for it as we described before.)

She reasons that she can use the paycheck of 3blog2 nc + 1 to pay directly the cost of

traversing the path if its length is bounded by this value, so there is no need to splay.

Is her analysis correct? Reason in terms of the goals we sought to achieve during each

splay: not overspending our paycheck and maintaining invariants we must maintain in

order to make sure that subsequent operations also do not overspend their paychecks,

4. Consider the data structure suggested by Problem 17-2 on page 473, without supporting the Delete operation suggested by part c.

(a) Let n be the number of insertions that will take place on the data structure.

This will be the largest it ever grows. Suppose you already know the largest

value of n before you begin inserting elements.

Assume that you have a paycheck of blog2 nc credits for each insertion. You

maintain a credit invariant that if an element is in an array of size 2i

, then it

has blog2 nc – i credits on it.

You need to pay for all work resulting from an insertion at the rate of O(1) per

credit while maintaining the credit invariant. Explain how to do that.

Hint: Consider the running time of the merge operation from Mergesort.

(b) Suppose you don’t know the value of n in advance. Does the amortized O(log n)

bound for insertion still apply, where you only find out what n is after the last

insertion?

(c) Derive the big-T bound for the lookup operation of part b?

Attachments:

Taxation Law & Practice Assignment- Purpose To extend familiarity with locating legal decisions…

Taxation Law & Practice Assignment-

Purpose

To extend familiarity with locating legal decisions and undertaking research into an aspect of currently debated taxation law and practice. It is important for you to have time to think through how to structure and present your responses, and to review and discuss what the law is in a particular area. Whilst discussion with others is encouraged, the final piece of work must be your own.

Required: Complete the tasks in Part A and Part B.

Part A –

Taking steps to move towards a balanced budget is a goal of government in Australia. The government, in Budget Paper No. 2 Budget Measures 2015-2016, proposes changes to tax residency rules for temporary working holiday makers as a means of raising revenue.

Recently there have been debates in Parliament, and discussion in the media, concerning proposed working holiday maker reforms. One recent Bill introduced for debate in Parliament is the Income Tax Rates Amendment (Working Holiday Maker Reform) Bill 2016 – the 'WHMR Bill'. This, with other proposed legislative amendments concerning working holiday makers, is often referred to in the media as the 'Backpacker Tax'.

Task

You are required to choose and read ONE of the following cases, and answer the questions below:

Clemens and Commissioner of Taxation [2015] AATA 124 (6 March 2015)

or

Jaczenko and Commissioner of Taxation [2015] AATA 125 (6 March 2015)

or

Koustrup and Commissioner of Taxation [2015] AATA 126 (6 March 2015)

(Hint: these cases are available on the Austlii website)

1. What issues are being considered in your chosen case, and what decision (conclusion) is reached?

2. Would the decision support the need for proposed changes to the residency rules for temporary working holiday makers? Give reasons for your response.

3. Identify the (precedent) cases being relied upon and the sections of legislation being considered.

4. How are the facts, and decision, in your chosen case relevant to the current media discussion of the 'backpacker tax'?

Part B – Task

Read relevant passages in the Income Tax Rates Amendment (Working Holiday Maker Reform) Bill 2016 and complete tasks 1 and 2 below (Hint: click on Noteup in the line above the case on the Austlii website – disregard related Bills)

1. Explain, in your own words, the purpose of the Bill.

2. How would the Bill, if enacted, affect the tax treatment of a working holiday maker in the same position as the applicant in your chosen case? Give reasons and/or calculations in support of your response.

Explain how a frameshift in reading mRNA affects the translation of the mRNA for the IAV viral…

Explain how a frameshift in reading mRNA affects the translation of the mRNA for the IAV viral protease.

Discuss the different kinds of incentives that can be used to motivate employees to become involved.

Discuss the different kinds of incentives that can be used to motivate employees to become involved in quality improvement programs. Explain gain sharing.

Discuss the different kinds of incentives that can be used

Imagine that you were auditing accounts receivable balances to confirm sales and found significant..

Imagine that you were auditing accounts receivable balances to confirm sales and found significant discrepancies between the recorded account balances and returned confirmations from customers. Recommend an alternative approach to confirming sales revenue. Provide rationale for your recommendation.

 

 

 

Using the case as a reference and from the e-Activity, discuss the improper recognition treatment you researched, and make a recommendation regarding the type of analytical procedure that should have detected the improper accounting transactions. Propose the internal control activities or audit plan that might have detected the improper transactions. Be specific with your recommendation.

150 to 200 words

 

 

 

 

 

……………Answer Preview………….

Upon doing an audit and comparing the sales records and the returned confirmations from the customers, there seems to be quite an anomaly in the balances. There apparently seems to be a leak point for some of the revenue generated.

However, it is best to try and find a more foolproof method of confirming the sales revenues. This is in order to make the system more efficient and harder to draw out the gains undetected. Best way to confirm all the record from the sales is to look and focus a less looked at documents such as receipt book….

APA

183 words

Added to cart

ANSWER WITH MATLAB CODE Consider an experiment where bacteria are grown on a platedivided into an R-

ANSWER WITH
MATLAB CODE Consider an experiment where bacteria are grown on a platedivided into an R-by-C grid. Let matrix M (with R rows, C columns)represent the number of bacteria in each block of this grid. When adrop of antibiotic is delivered to a specific block at row x andcolumn y, it kills all of the bacteria on that block and half ofthe bacteria in all of the neighboring blocks. The figure belowshows an example of a plate composed of a 4-by-4 grid, where thenumbers represent bacteria count in each block. After theantibiotic is delivered to the block at 2nd row and 3th column, itkills all of the 10 bacteria on that block and half of the bacteriain neighboring blocks: (2+3+13+11+8+7+6+12)/2=31; killing a totalof 41 bacteria. Write a function remainingbacteria(M,x,y) that returns the totalnumber of bacteria killed and the new matrix with the remainingnumber of bacteria in each block. THE CORRECT ANSWER WILL RETURN THE FOLLOWING OUTPUTSEXACTLY: >> [kills,newgrid]= remainingbacteria([16 2 3 13; 5 11 10 8; 9 7 6 12; 4 14 15 1],2,3)kills = 41newgrid = 16.0000 1.0000 1.5000 6.5000 5.0000 5.5000 0 4.0000 9.0000 3.5000 3.0000 6.0000 4.0000 14.0000 15.0000 1.0000>> [kills,newgrid]= remainingbacteria([16 2 3 13; 5 11 10 8],1,4)kills = 23.5000newgrid = 16.0000 2.0000 1.5000 0 5.0000 11.0000 5.0000 4.0000 Attached

External and internal validity You are interested in understanding how a manager’s leadership style

External and internal validity

You are interested in
understanding how a manager’s leadership style impacts the performance of a
work group You are trying to decide the best way to design a research study to
examine this relationship and want to try to maximize both internal and
external validity as well as control over extraneous variables

To what extent does the type of
research design used impact the extent of internal and external validity? What
research design might you choose to study this topic?

Why is there a need for control of
extraneous variables when conducting research, and why is it important?

Let’s say you think the leader’s
gender might be an extraneous variable in this study Discuss three techniques
you might use to control this variable and how those techniques would be used
in this study

Is control always possible or
desirable? What conclusions can we draw about a study that lacks control?

In your editor, open HTM_D-10.html from the IC3 folder where you store your Data Files for this…

In your editor, open HTM_D-10.html from the IC3 folder where you store your Data Files for this unit, enter your firstand last name and today’s date in the comment section, save the file asmuseums.html, then repeat forHTM_D-11.css, savingit asstyles.css.b.In styles.css, create a reset styles comment, then add a style rule that sets border, margin, and padding to 0 for thearticle,body,div,footer,header,h1,h2, andp elements.c.Set the maximum width of the element with theclass valuecontainer to 800px, then set its margins so theelement is centered horizontally in the browser window.d.Set the width of thearticle element to 60%, then set its margins so its content is horizontally centered betweenthe left and right edges of its parent element.

Attachments:

1) Sunco Oil manufactures three types of gasoline (Gas1, Gas 2, and Gas 3). Each type is produced by


1) Sunco Oil manufactures three types of gasoline (Gas1, Gas 2, and Gas 3). Each type is produced by blending three types of crude oil (Crude 1, Crude 2, and Crude 3). The sales price per barrel of gasoline and the purchase price per barrel of crude oil are given in Table 1. Sunco can purchase up to 5,000 barrels of each type of crude oil daily The three types of gasoline differ in their octane rating and sulfur content. The crude oil blended to form Gas I must have an average octane rating of at least 10 and contain at most 1% sulfur. The crude oil blended to form Gas 2 must have an average octane rating of at least 8 and contain at most 2% sulfur. The crude oil blended to form Gas 3 must have an octane rating of at least 6 and contain at most 1% sulfur. The octane rating and the sulfur content of the three types of oil are given in Table 2. It costs $4 to transform one barrel of oil into one barrel of gasoline, and Suncos refinery can produce up to 14,000 barrels of gasoline daily Suncos customers require the following amounts of each gasoline: Gas 3,000 barrels per day Gas 2 2,000 barrels per day, Gas 3 1,000 barrels per day. The company considers it an obligation to meet these demands. Sunco also has the option of advertising to stimulate demand for its products. Each dollar spent daily in advertising a particular type of gas increases the daily demand for that type of gas by 10 barrels. For example, if Sunco decides to spend S20 daily in advertising Gas 2, then the daily demand for Gas 2 will increase by 20 x 10 200 barrels a) Formulate a linear programming model that will enable Sunco to maximize daily profits. b) Solve the linear program using the IBM ILOG CPLEX Optimization Studio. Table 1- Gas and Crude Oil Prices for Blendi Sales Price er Barrel (s 70 60 Gas Crude Purchase Price r Barrel (S 45 35 Table 2-Octane Ratings and Sulfur Requirements for Blendin Crude Octane Rating 12 Sulfur Content (% 2.0 3.0 1) Sunco Oil manufactures three types of gasoline (Gas1, Gas 2, and Gas 3). Each type is produced by blending three types of crude oil (Crude 1, Crude 2, and Crude 3). The sales price per barrel of gasoline and the purchase price per barrel of crude oil are given in Table 1. Sunco can purchase up to 5,000 barrels of each type of crude oil daily The three types of gasoline differ in their octane rating and sulfur content. The crude oil blended to form Gas I must have an average octane rating of at least 10 and contain at most 1% sulfur. The crude oil blended to form Gas 2 must have an average octane rating of at least 8 and contain at most 2% sulfur. The crude oil blended to form Gas 3 must have an octane rating of at least 6 and contain at most 1% sulfur. The octane rating and the sulfur content of the three types of oil are given in Table 2. It costs $4 to transform one barrel of oil into one barrel of gasoline, and Sunco's refinery can produce up to 14,000 barrels of gasoline daily Sunco's customers require the following amounts of each gasoline: Gas 3,000 barrels per day Gas 2 2,000 barrels per day, Gas 3 1,000 barrels per day. The company considers it an obligation to meet these demands. Sunco also has the option of advertising to stimulate demand for its products. Each dollar spent daily in advertising a particular type of gas increases the daily demand for that type of gas by 10 barrels. For example, if Sunco decides to spend S20 daily in advertising Gas 2, then the daily demand for Gas 2 will increase by 20 x 10 200 barrels a) Formulate a linear programming model that will enable Sunco to maximize daily profits. b) Solve the linear program using the IBM ILOG CPLEX Optimization Studio. Table 1- Gas and Crude Oil Prices for Blendi Sales Price er Barrel (s 70 60 Gas Crude Purchase Price r Barrel (S 45 35 Table 2-Octane Ratings and Sulfur Requirements for Blendin Crude Octane Rating 12 Sulfur Content (% 2.0 3.0

Medical expenses are subject to 10% of AGI, or 7.5% of adjustedgross income (AGI) if the taxpayer or

Medical expenses are subject to 10% of AGI, or 7.5% of adjustedgross income (AGI) if the taxpayer or spouse is 65 or older and aredeductible __________. a. In the year they are paid. b. On the date the bill is mailed. c. When the bill is received. d. When the services are provided. . . .