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 5 sum_mul5( ) will return 20 sum_mul5( ) 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. 

Upload a Python source file (.py) that defines a function na…

Upload a Python source file (.py) that defines a function named make_dictionary_from_lists. This function will take two lists as parameters. It will return a dictionary in which each element of the first list is a key associated to the element of the second list located at the same index. See the examples below for a description of the behavior expected from your function. If the lists are empty, you will return an empty dictionary. If the two lists do not have the same length, you will return an empty dictionary. Examples: make_dictionary_from_lists( , ) will return { } make_dictionary_from_lists( , ) will return { 1 : ‘one’ , 2 : ‘two’ } make_dictionary_from_lists( , ) will return { }   Grading Rubric:  3 points for passing each of the above tests (1 point each). Deductions will be applied if other errors are found in your programs. 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. 

Upload a Python source file (.py) that defines a function na…

Upload a Python source file (.py) that defines a function named hadamard. This function will take a lists (of variable length) of several lists of integer (all of which have the same length) values as its only parameter. Each of these lists will represent a vector and you will return a list that is the Hadamard product of all these vectors. Please note that if even a single of the vectors has a different length, then your function will return an empty list. Reminder: The Hadamard product of two vectors A and B is a vector C in which every element at index i is the product of the elements at the same index in A and B. In other words, C is equal to A * B. 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: add_vectors( , , , ] ) will return add_vectors( , , ] ) will return add_vectors( ] ) will return add_vectors( ) will return , ] ) will return , ] ) will return ] ) will return , ] ) will return [] Grading Rubric:  4 points for passing each of the above tests (0.25 point each). Deductions will be applied if other errors are found in your programs. 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. 

Coldplay, Inc. (“the Company”) is in the process of adjustin…

Coldplay, Inc. (“the Company”) is in the process of adjusting and correcting its books at the end of 2025. The Company failed to accrue interest expense at the end of each of the last two years, as follows: December 31, 2024 $ 12,000 December 31, 2025 7,000 What journal entry, if any, should the Company record to correct the accounts, assuming the books are still open for 2025? Ignore income tax considerations.

At 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?