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

linda d.

Divider

Questions asked

BEST MATCH

Use the table below to answer the question. Employment in the U.S. Service Sector Percent distribution \begin{tabular}{lll} 1998 & 2008 & 2018 (projected) \\ \( 72.8 \% \) & \( 77.2 \% \) & \( 78.8 \% \) \end{tabular} The changes in this table reflect the growing importance od which industry in the US economy? Manufacturing Agriculture Healthcare Transportation

View Answer
divider
BEST MATCH

132 minutes remaining 5 OF 11 QUESTIONS REMAINING 1. Prepare a December 31 balance sheet in proper form for AIG Inc. using the following accounts and amounts: Commissions earned... $40,000 Accounts payable... 3,500 Accounts receivable... 5,000 J.K. Skip, Capital... 103,500 Office equipment... 10,000 Advertising expense... 3,200 Cash... 7,500 Land... 35,000 Note payable... 50,000 Office supplies... 500 Salaries expense... 12,000 Salaries payable... 1,000 Building... 100,000

View Answer
divider
BEST MATCH

Simplify the expression by using appropriate identities. Do not use a calculator. \[ \frac{\tan \left(\frac{\pi}{9}\right)-\cot \left(\frac{\pi}{2}-\frac{\pi}{10}\right)}{1-\tan \left(-\frac{\pi}{9}\right) \tan \left(\frac{\pi}{10}\right)} \] \[ \frac{\tan \left(\frac{\pi}{9}\right)-\cot \left(\frac{\pi}{2}-\frac{\pi}{10}\right)}{1-\tan \left(-\frac{\pi}{9}\right) \tan \left(\frac{\pi}{10}\right)}= \] \( \square \)

View Answer
divider
BEST MATCH

occurs when each firm produces a product that is somewhat different from its competitors' products. Producer differentiation Product differentiation Perception differentiation Price differentiation

View Answer
divider
BEST MATCH

Which of the following cloud based mobile device management solutions was designed to support both Apple and PCs best?

View Answer
divider
BEST MATCH

It is known that GDP growth is negatively correlated with the change in unemployment rate. Consider the U.S. quarterly real GDP and unemployment rate from 1948 to 2008. Let Y be the growth rate of the GDP, and X be the change in unempolyment rate. Use the attached R outputs to answer the following questions. 1. Write down the fitted linear regression model based on the summary outputs of m?. Compute the associated t statistics for the estimated intercept ($\beta_0$) and slope ($\beta_1$) of the f fitted regression model. Based on these t statistics, are these two coefficients significantly different from zero and why? 2. Judging from the Box test, is such a linear regression adequate? Why? 3. To take care of the serial correlations in the residuals, a regression model with time series error is built. Write down the fitted regression with time series error model. > m1=lm(Y~X) > summary(m1) Coefficients: Estimate Std. Error t value Pr(>|t|) (Intercept) 0.0166342 0.0006107 ??? X -0.0135342 0.0014081 ??? Residual standard error: 0.009515 on 241 degrees of freedom Multiple R-squared: 0.2771, Adjusted R-squared: 0.2741 F-statistic: 92.38 on 1 and 241 DF, p-value: < 2.2e-16 > Box.test(m1$residuals, lag=12, type='Ljung') Box-Ljung test data: m1$residuals X-squared = 143.4162, df = 12, p-value < 2.2e-16 > m2=arima(Y,xreg=X,order=c(2,0,0)) > m2 Coefficients: ar1 ar2 intercept X 0.2931 0.1272 0.0166 -0.0118 s.e. 0.0688 0.0675 0.0011 0.0015

View Answer
divider
BEST MATCH

Chose the correct answer Simplify the expression $2x^4y^{-3}x^{-19}$ $2x^{15}y^3$ $2x^{-15}y^3$ $2x^{-15}y^{-3}$ $2y^{-15}x^{-3}$

View Answer
divider
BEST MATCH

1. Evaluate the following function at $f(0)$ and plot with a smooth curve between $x = [0, 10]$. Find the minimum value of $f(x)$ by using the calculus method. $f(x) = 2 - 10xe^{-0.8x}$ Hint: find the locations where the first derivative is zero; check the second derivative (if positive, a minimum; if negative a maximum). Now, use the built-in function fminbnd to find the minimum value of $x$ and $f(x)$ to verify. 2. Determine the maximum of the following function using MATLAB and the calculus method, partial derivatives of the function and solve the system of equations. $f(x, y) = -2y^2 + 2.25xy + 1.75y - 1.5x^2$ Hint: mirror the function across the x-y plane.

View Answer
divider
BEST MATCH

Write a Python program to create the multiplication table (from 1 to 10) of a number. Expected Output likes the following green section. For example, if you input a number 6, you can get the following table. Input a number: 6 6 x 1 = 6 6 x 2 = 12 6 x 3 = 18 6 x 4 = 24 6 x 5 = 30 6 x 6 = 36 6 x 7 = 42 6 x 8 = 48 6 x 9 = 54 6 x 10 = 60

View Answer
divider
BEST MATCH

Consider the following cash flows and interest rates: End of Year Interest Rate During Period Cash Flow at End of Period 0 $0 1 10% $2,000 2 8% -$3,000 3 12% $4,000 A. Determine the future worth of this series of cash flows. B. Determine the present worth of this series of cash flows. C. Determine a 3-year uniform annual series that is equivalent to the original series.

View Answer
divider