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

karen a.

Divider

Questions asked

BEST MATCH

Question 1 (5 points) Saved You are looking at Tractor X to facilitate your farm doing a better job with manure handling. This way you can get the manure in the ground with less loss and less irritation to the neighbors. That rig lists for $475,200. The dealer will allow $38,575 for your old tractor that would sell at auction for $32,000. You plan to keep the machine 9 years, at which point it will be worth $68,000. You can borrow the money for 4.7% annual interest, and expect 1.9% inflation. For parameters like repair cost, insurance cost and storage cost, use the slides provided as reference. Tractor X will take up 825 square feet of storage space. Assume 4,970 hours of use. Use 1% of list price for a tax estimate. For example, Real interest rate: 4.7%-1.9%=2.8% or 0.028 Amortization factor= =0.12723882 should be rounded to = 0.1272 What is the total Depreciation and Interest? Use the capital recovery method. Question 1 options: $52,863.50 $1,904.00 $9,056.42 $400,625.00

View Answer
divider
BEST MATCH

I Ned an example. show recursively defined sequence is monotone e bounded, you have to use induction , then deduce convergence and find the limit., use MCT, where it is decreasing. and find limit .

View Answer
divider
BEST MATCH

Suppose x has a distribution with 𝜇 = 16 and 𝜎 = 15. (a) If a random sample of size n = 34 is drawn, find 𝜇x, 𝜎 x and P(16 ≤ x ≤ 18). (Round 𝜎x to two decimal places and the probability to four decimal places.)

View Answer
divider
BEST MATCH

Jane and Carla get paid a salary and a commission based on sales. Referring to the graph, explain what the vertical-axis intercept for Jane means. Who gets paid more if sales are low? Who gets paid more if sales are high? For what value of sales will the two get paid the same amount? Who has the higher commission rate?

View Answer
divider
BEST MATCH

Texts: With respect to market value-based metrics and comparative risk analysis of the Company Capital One, please work according to the following guidelines: • Calendar-year performance dating back to 2013 (first period is Jan 1, 2013 – December 31, 2013) • Use the provided set of price data for inflation (CPI) and major asset classes (these will need to be converted to returns) • For dividend history and valuation of the company, please use Yahoo Finance as the basis for your assumptions.

View Answer
divider
BEST MATCH

Define a function called increasing() which takes a list of integers as input. The function should return True if the values in the list are strictly increasing - in other words, if every number in the list is greater than the previous number. The function should return False if the list is empty, or if the values in the list are not increasing. For example: Test Result print(increasing([])) False print(increasing ([1, 2, 3, 4, 5])) True print(increasing ([1, 2, 3, 3, 3])) False

View Answer
divider
BEST MATCH

The test statistic of z = 2.16 is obtained when testing the claim that p > 0.4. a. Identify the hypothesis test as being two-tailed, left-tailed, or right-tailed. b. Find the P-value. c. Using a significance level of \( \alpha = 0.01 \), should we reject \( H_0 \) or should we fail to reject \( H_0 \)? Click here to view page 1 of the standard normal distribution table. Click here to view page 2 of the standard normal distribution table. a. This is a left-tailed test. b. P-value = (Round to three decimal places as needed.) c. Choose the correct conclusion below. A. Reject \( H_0 \). There is sufficient evidence to support the claim that p > 0.4. B. Fail to reject \( H_0 \). There is not sufficient evidence to support the claim that p > 0.4. C. Fail to reject \( H_0 \). There is sufficient evidence to support the claim that p > 0.4. D. Reject \( H_0 \). There is not sufficient evidence to support the claim that p > 0.4.

View Answer
divider
BEST MATCH

Need help evaluating. Will Upvote right away!! (a) Evaluate the line integral ∫ F · dr where F = (zy, y^2xy) and C is the unit circle parameterized counterclockwise. (b) Evaluate ∫ (e^x + y)dy where C is parameterized by r(t) = (cost, sint) where 0 ≤ t ≤ 2. (c) Evaluate ∫ (xdx - xydy + dz) where C is parameterized by r(t) = (t, t^2, 0) from (-1, 0, 1) to (1, 0, 1).

View Answer
divider
BEST MATCH

CHALLENGE ACTIVITY 6.10.2: Pass by reference. 301722.2007154 qçd?oqy7 Jump to level 1 Define a function ConvertLength() that takes one integer parameter as totalMeters, and two integer parameters passed by reference as kilometers and meters. The function converts totalMeters to kilometers and meters. The function does not return any value. Ex: If the input is 5100, then the output is: 5 kilometers and 100 meters Note: totalMeters / 1000 computes the number of kilometers, and totalMeters % 1000 computes the remaining meters. 1 #include <iostream> 2 using namespace std; 3 4 /* Your code goes here */ 5 6 int main() { 7 int usrkilometers; 8 int usrmeters; 9 int totalmeters; 10 11 cin >> totalmeters; 12 13 ConvertLength(totalmeters, usrkilometers, usrmeters); 14 15 cout << usrkilometers << " kilometers and " << usrmeters << " meters" << endl; 16 17 return 0; 18 }

View Answer
divider
BEST MATCH

Let C be a two-dimensional coordinate system with origin o and axes \(\vec{x}\), \(\vec{y}\) and let D be a coordinate system with origin p and axes \(\vec{i}\), \(\vec{j}\). Let Coords(p, C) = (3, 2); Coords(\(\vec{i}\), C) = (4, -1) and Coords(\(\vec{j}\), C) = (1, 4). A. Let w be the point with coordinates (3, 1) in D. What are the coordinates of w in C? B. Let w be the point with coordinates (5, -7) in C. What are the coordinates of w in D?

View Answer
divider