Ace - AI Tutor
Ask Our Educators
Textbooks
My Library
Flashcards
Scribe - AI Notes
Notes & Exams
Download App
john diaz

john d.

Divider

Questions asked

BEST MATCH

pow: int -> int -> int such that pow x p returns x raised to the power p. We assume p is non-negative, and we will not test your code for integer overflow cases. let rec pow x p = (* YOUR CODE HERE *) assert (pow 3 1 = 3) assert (pow 3 2 = 9) assert (pow (-3) 3 = -27)

View Answer
divider
BEST MATCH

Where on the balance sheet is the ending retained earnings balance transferred? O assets O liabilities O stockholders' equity O revenue

View Answer
divider
BEST MATCH

Question 7 In the following statement, the characters Hello! are a(n) cout << "Hello!"; O variable O string literal O comment O object O None of these

View Answer
divider
BEST MATCH

53. $f(x) = \begin{cases} x & \text{if } x \le 1 \\ 2x - 1 & \text{if } x > 1 \end{cases}$

View Answer
divider
BEST MATCH

Question 6 Neglecting the binding energy of the electrons to the nucleus, the atomic mass M(Z,A) of a nucleus can be estimated as follows: M(Z,A) ≈ M(Z,A) + Zmₑ, where M(Z,A) is the nuclear mass and mₑ the electron's mass. Using the liquid drop model, the nuclear mass is given by M(Z,A) = Zmₚ + (A-Z)mₙ - (B(Z,A))/(c^(2)), with mₚ, mₙ being the proton's and neutron's atomic masses, and B(Z,A), the binding energy calculated as B(Z,A) = aᵥA - aₛA^(2/3) - aᶜ(Z^(2))/(A^(1/3)) - aₐ((A-2Z)^(2))/(A) - δ. Consider δ = 0 if A is odd, δ = -aₚ(1)/(A^(1/2)), if Z and N=A-Z are both even. δ = aₚ(1)/(A^(1/2)), if Z and N=A-Z are both odd. Using the equations above, calculate the atomic mass of the Bi nucleus. Use the following values: aᵥ = 15.46 MeV aₛ = 17.23 MeV aᶜ = 0.697 MeV aₐ = 23.2385 MeV mₙ = 1.0086649158 u mₚ = 1.00782503223 u

View Answer
divider
BEST MATCH

Cylinder F Piston PROBS. 8.3-7 and 8.3-8 8.3-8 Solve the preceding problem if $d = 90 \text{ mm}$, $F = 42 \text{ kN}$, and $\tau_{allow} = 40 \text{ MPa}$.

View Answer
divider
BEST MATCH

Select all of the following sets in which the number 21 is an element. Select all that apply. A. integers B. natural numbers C. whole numbers D. rational numbers E. irrational numbers

View Answer
divider
BEST MATCH

A case within a recursive solution that involves reducing the overall problem to a simpler problem of the same kind that can be solved by a recursive call known as the Recursive Case. Question 24 1 pts Recursion takes advantage of an internal structure that stores information contained within a given method call such as it's parameter value(s), local variable value(s), and where to return (the method that called the currently stored method). Like leaving a trail of breadcrumbs to find your way back, these method calls are stored on top of each other so their internal data can be recalled as the subsequent method calls are removed. This internal structure is known as the Internal Store Queue Call Stack RAM

View Answer
divider
BEST MATCH

Paragraph 5 Styles Question 6. The following information has been provided to you by Havells Inc. regarding their costs and margins for the month of August, 2019. With the help of this information, solve the following questions: (10 Marks) Income Statement for August, 2019 Sales (2000 units) $ 1,000,000 Variable Expenses $ 40,000 Contribution Margin Fixed Expenses $ 25,000 Net Income [2] a) Find the Break Even Point (in Dollars) for Havells Inc. b) The Sales manager for Havells is not happy with the units sold for the month of August and he is proposing a new strategy by slashing the price of a single unit by $15 and increasing the advertising budget by a total of $20,000 to sell higher number of units. If this strategy is implemented, sales manager is certain that the sales will boost by 30% than what they sold in August 2019. Perform CVP analysis and suggest whether this strategy should be implemented or not. c) Calculate the Margin of Safety for Havells Inc. for August 2019. [6] [2] Editing

View Answer
divider
BEST MATCH

On January 1, 2018, Irik Corporation issued $2,550,000 face value, 7%, 10-year bonds at $2,378,893. This price resulted in an effective- interest rate of 8% on the bonds. The bonds pay annual interest, each January 1. Prepare the journal entry to record the issue of the bonds on January 1, 2018. (Credit account titles are automatically indented when the amount is entered. Do not indent manually.) Account Titles and Explanation Jan. 1, 2018 Debit Credit Prepare an amortization table through December 31, 2021 (three interest periods) for this bond issue. Decemriods) for this bond issue. December 31 is the company's year-end. (Round answers to the nearest whole dollar, e.g. 5,275.) IRIK CORPORATION Bond Discount Amortization Effective-Interest Method - Annual Interest Payments Discount Amor- tization Interest Annual Interest Expense Interest Periods to Be Paid to Be Recorded Issue date-Jan. 1/18 1-Jan. 1/19 $ 2-Jan. 1/20 3-Jan. 1/21 $ Unamor- tized Discount Bond Carrying Amount $ $ Prepare the journal entry to record the accrual of interest and the amortization of the discount on December 31, 2018. (Credit account titles are automatically indented when the amount is entered. Do not indent manually. Round answers to the nearest whole dollar, eg. 5,275.) Date Account Titles and Explanation Dec. 31, 2018 Debit Credit Prepare the journal entry to record the payment of interest on January 1, 2019. (Credit account titles are automatically indented when the amount is entered. Do not indent manually. Round answers to the nearest whole dollar, eg. 5,275.) Date Account Titles and Explanation Jan. 1, 2019 Debit Credit Prepare the journal entry to record the accrual of interest and the amortization of the discount on December 31, 2019. (Credit account titles are automatically indented when the amount is entered. Do not indent manually. Round answers to the nearest whole doilar, eg. 5,275.) Date Account Titles and Explanation Dec. 31, 2019 Debit Credit

View Answer
divider