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

jonathan r.

Divider

Questions asked

BEST MATCH

Which category would apply to an offender who committed a killing with malice aforethought, meaning that the offender planned to kill someone and then did so? Group of answer choices voluntary manslaughter involuntary manslaughter first-degree murder second-degree murder

View Answer
divider
BEST MATCH

5. Tell how the transformed function, $g(x)$, compares to the parent function, $f(x)$. A. $f(x) = 5^x + 2$; $g(x) = 5^x + 6$ B. $f(x) = 4^x - 3$; $g(x) = 4^{0.5x} - 3$ C. $f(x) = -4^x$; $g(x) = \frac{1}{3}(-4^x)$

View Answer
divider
BEST MATCH

An independent variable is (choose all that apply) the same thing as a constant the same thing as a parameter ✔ a Variable that is used to explain variability in the dependent variable the same thing as a regressor

View Answer
divider
BEST MATCH

According to ________, cultural beliefs about gender are not based on objective facts about inherent essential characteristics of gender; rather, these beliefs uphold particular social and economic systems and inequalities. a. gender constancy b. gender schema theory c. gender fluidity d. social construction theories

View Answer
divider
BEST MATCH

Question 6(15 marks) The on-balance-sheet assets of XYZ Bank consist of $20 million insured residential mortgages, $50 million of corporate bonds, and $30 million of uninsured residential mortgages. The off-balance-sheet assets of XYZ Bank consist of $80 million of standby letter of credit from an OECD bank, $30 million repurchase agreement from an OECD public-sector entity, and $40 million performance bond from Ford Motor Company. XYZ Bank does not hold any derivative off-balance-sheet items. Based on the information provided in the following tables, according to Basel I: (a) (10 marks) What is the total risk-weighted assets? (b) (5 marks) What is minimum total regulatory capital required? Risk Weight of On-Balance-Sheet Assets Risk weight Asset category (%) 0 20 50 100 Cash, OECD governments bonds or insured residential mortgages. Claims on OECD banks and OECD public sector entities. Uninsured residential mortgage loans. All other claims, such as corporate bonds and less- developed country debt, claims on non-OECD banks, Risk Weight of Off-Balance-Sheet Assets Risk weight Type of counterparty (%) 0 20 50 OECD governments OECD banks and public-sector entities Corporations and other counterparties Credit Conversion Factors for Non-derivative Off-Balance-Sheet Items Conversion Category factor (%) 100 Direct credit substitutes, bankers' acceptances, standby letters of credit, sale and repurchase agreements, forward purchase of assets. 50 Transaction-related contingencies such as performance bonds. 20 Short-term self-liquidating trade-related contingencies such as letters of credit, 0 Commitments with an original maturity of one year or less.

View Answer
divider
BEST MATCH

2. Multiplying Factors For a pair of integers (x, y) and an integer k, the multiplying factor is defined as minimum positive integer m such that LCM(x, y) * m is divisible by k. Here LCM(x, y) represents the smallest positive integer divisible by both x and y, their least common multiple. Given an array arr of n integers and an integer k, find the sum of multiplying factors over all pairs of integers (arr[i], arr[j]) and k 0?i, j<n. Example Suppose n = 3, arr = [4, 5, 6] and k = 12. Pair Multiplying Factor Remarks (4, 3 LCM(4, 4) * 3 = 4 * 3 4) = 12 (5, 12 LCM(5, 5) * 12 = 5 * 5) 12 = 60 (6, 2 LCM(6, 6) * 2 = 6 * 2 6) = 12

View Answer
divider
BEST MATCH

A flat screen television is advertised as being 34 inches on its diagonal. If the TV is 23 inches tall, then how wide is the screen? diagonal The screen is inches wide. Round your answer to the nearest tenth as needed

View Answer
divider
BEST MATCH

Consider this label for taco shells. Use Table 2 in the introduction to show the calculation using carbohydrates, fat, and protein for how to arrive at 150 Calories for a serving: Nutrition Facts 4 servings per container Serving size Amount per serving Calories 3 shells (33g) 150 \% Daily Value* Total Fat 8g 10\% Saturated Fat 1.5g 8\% Trans Fat 0g Cholesterol 0mg 0\% Sodium 0mg 0\% Total Carbohydrate 19g 7\% Dietary Fiber 0g 0\% Total Sugars 0g Includes 0g Added Sugars 0\% Protein 2g

View Answer
divider
BEST MATCH

Texts: 3. Consider the following quadratic optimization problem with a single inequality constraint. minimize x ∈ ℝ²¹/² xᵀ [[1 1] [1 2] ]x subject to [1 1]x ≤ -3. (a) Show that this is a convex optimization problem. (10 pts) (b) Solve the optimization problem using the Karush-Kuhn-Tucker conditions. [Hint: The inequality constraint is active at the optimal point.] (15 pts) 4. Consider the quadratic optimization problem in Problem 3 with the inequality constraint replaced by an equality constraint. (a) Suppose that we employ the gradient projection method to find the optimal point, starting with an initial point x₀ = [0 0]ᵀ, using constant step sizes αₖ = 1, k = 0, 1, . . .. What is x₁ (the candidate solution after one iteration)? (13 pts) (b) We want to solve the same problem using the dual ascent method, starting with ν₀ = 1 and using constant step sizes αₖ = 1, k = 0, 1, 2, . . .. Compute x₁ and ν₁.

View Answer
divider
BEST MATCH

Lab 10 Remember: You will need to include any file referenced by your program (other python files, sound or graphic files, etc. INSIDE the same folder with your programs. 1. Using IDLE's editor, create a program and save it as number.py that prompts the user to enter a number and then displays the type of the number entered (integer, or float). For example, if the user enters 6, the output should be int. Be sure to use try:except and try:except:finally where appropriate to implement appropriate exception handling for situations where the user enters a string that cannot be converted to a number. 2. Write a program that prompts for two numbers. Add them together and print the result. Catch the ValueError if either input value is not a number, and print a friendly error message. Test your program by entering two numbers and then by entering some text instead of a number. Save your program as addition.py

View Answer
divider