Upload a Python source file (.py) that defines a function na…
Upload a Python source file (.py) that defines a function named sum_mul5. This function will take a list of int values as its only parameter. It will return the sum of all the numbers in that list that are a multiple of 5. You are free to add code to your file that will call your function in order to test it. This part will not be graded but will help you ensure that your function performs as expected. Examples: sum_mul5( [] ) will return 0 sum_mul5( [1, 3, 5, 7] ) will return 5 sum_mul5( [2, 3, 5, 7, 8 , 10, 1, 4, 12, 5] ) will return 20 sum_mul5( [2, 4, 6, 8, 10] ) will return 0 Grading Rubric: 4 points for passing each of the above tests (1 point each) Please note that, to get any credit, your function must solve the problem for any input. The tests are just examples, not an exhaustive list of possible inputs.
Read DetailsVan Halen Company reports the following pre-tax income (loss…
Van Halen Company reports the following pre-tax income (loss) for both book and tax purposes: Year Pre-Tax Income (Loss) Tax Rate 2024 ($ 43,000) 20% 2025 162,000 20% At the end of 2024, the Company expected to realize all the benefits associated with the loss carryforward. What amount of current and deferred income tax expense (benefit) will the Company report in 2025?
Read DetailsAt the end of 2024, Lewis and the News Company has a deferre…
At the end of 2024, Lewis and the News Company has a deferred tax asset account with a balance of $105,000 due to a single cumulative temporary difference. The Company recorded a valuation allowance of $15,400 related to this deferred tax asset. During 2025, the same temporary difference increased by $190,000. At the end of 2025, the Company determined that it is more likely than not that one-tenth of the related deferred tax asset will not be realized. The tax rate for all years is 20%. What net amount of deferred tax benefit will the Company record in 2025?
Read Details