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

sara a.

Divider

Questions asked

BEST MATCH

Multiple Select Question Select all that apply Nonmanufacturing costs include Blank______. Multiple select question. company president's salary sales commissions insurance on plant equipment assembly-line worker wages Need help? Review these concept

View Answer
divider
BEST MATCH

7. (3 marks) Given $f_1(x) = 1 - 3x$ and $f_2(x) = x$. Use Wronskian to determine whether $f_1$ and $f_2$ are linearly independent on the interval $(-\infty, \infty)$ or not. 8. (5 marks) Given that $y_1 = e^{4x}$ is a solution of the DE: $y'' - 8y' + 16y = 0$. Use reduction of order method to find a second solution $y_2$ of the equation.

View Answer
divider
BEST MATCH

Using the information below to create the initial simplex matrix. Assume all variables are nonnegative. Maximize $f = 33x_1 + 17x_2$ subject to $2x_1 + 13x_2 \le 60$ $8x_1 + 13x_2 \le 70$ $x_1 \ge 0$ $x_2 \ge 0$

View Answer
divider
BEST MATCH

(1 point) Factor the polynomial x^2-2 x-8. Your answer can be written as (x+A)(x+B) where A lt B and A equals: -2 and B equals

View Answer
divider
BEST MATCH

The text appears to be free of spelling, typographical, grammatical, OCR, and mathematical errors.

View Answer
divider
BEST MATCH

If $827,000 of 11% bonds are issued at 102 1/2, the amount of cash received from the sale is a. $827,000 b. $847,675 c. $917,970 d. $620,250

View Answer
divider
BEST MATCH

Texts: Let f(x) be defined by f(x) = (2x - 3)/(5x + 1). Its inverse function g(x) is given by g(x) = -(x + 3)/(ax - 2). Find the value of a.

View Answer
divider
BEST MATCH

1500 \sqrt{2} \angle 0^{\circ} \text{ V} \omega = 400 25 \Omega 0.25 \text{ H} 10 \mu F

View Answer
divider
BEST MATCH

1. Consider the following method for finding a zero of a function. Like the Bisection method, this method requires that the function be continuous and that you have bracketed a zero (That is, that $f(a)$ and $f(b)$ have different signs.) However, instead of considering the midpoint of the interval at each step, this method takes the x-intercept, $x_i$, of the line from $(a, f(a))$ through $(b, f(b))$. As before, $x_i$ becomes the new left or right endpoint of the new, smaller interval depending on whether $f(x_i)$ is positive or negative. (a) Write a Python function called NotBisOnce(a,b,f) which performs one step of the method with a as the left endpoint and b the right endpoint of the starting interval, and f the function whose zero we're trying to find. The program should return the new interval, either $(a,x)$ or $(x,b)$. (b) Write a Python function called NotBisMethod(a, b,f, tol) which repeatedly performs this method until $|f(x)| < tol$. The program should return x. It should also initially check that $(a,b)$ does, in fact, bracket a zero of f. (c) Test your program by finding the root of the equation: $\sqrt{1 - x^2} = ln(x + 4) - 0.8$ in the interval $(0, 1)$. For tolerances (tol) of $10^{-1}$, $10^{-3}$, $10^{-5}$, $10^{-7}$ make a table showing the estimate of the root, and the number of steps required.

View Answer
divider
BEST MATCH

Consider the following vector function.\\ r(t) = (4 \sin(t), t, 4 \cos(t))\\ (a) Find the unit tangent and unit normal vectors T(t) and N(t).\\ T(t) = \\ N(t) = \\ (b) Use the formula \(\kappa(t) = \frac{|T'(t)|}{|r'(t)|}\) to find the curvature.\\ \kappa(t) =

View Answer
divider