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

janet f.

Divider

Questions asked

BEST MATCH

How many combinations are there of 5 items picked from a set of 9 items without repetition (without replacement), excluding permutations?

View Answer
divider
BEST MATCH

The total power radiated by the sun is given by the formula: P = frac{L}{4pi d^2} Where: P = total power radiated by the sun L = luminosity of the sun d = distance between the sun and the Earth Given: d = 1.5 x 10^11 m Substitute the values into the formula to find the total power radiated by the sun.

View Answer
divider
BEST MATCH

1. (10 points) Let Find f(x) = (ln(x))x + x^2 f'(x) =?

View Answer
divider
BEST MATCH

Find the absolute maximum and absolute minimum values of $f$ on the given interval. Give exact answers using radicals, as necessary. $f(t) = t - \sqrt{t}$, $[-1, 6]$ absolute minimum value absolute maximum value

View Answer
divider
BEST MATCH

Matt's final grade, G, in class depends on his last test score, t, according to the expression G = 74 + 0.20t. If he wants to have a final grade of at least 90.0, what is the minimum score he can make on the test?

View Answer
divider
BEST MATCH

Integrate the function $\int \frac{dx}{x^2 \sqrt{x^2 - 16}}$, $x > 4$ A. $\frac{64}{\sqrt{x^2 - 16}} + C$ B. $\frac{\sqrt{x^2 - 16}}{16x} + C$ C. $ln|\frac{x}{4} + \frac{\sqrt{x^2 - 16}}{x}| + C$ D. $ln|x + \sqrt{x^2 - 16}| + C$

View Answer
divider
BEST MATCH

Using only recursion, create a function pattern() that: • Takes an input of an integer, n • Based on the integer input, n, the following pattern should be produced as output: n, n - 10, n - 20, ..., 0, 10, 20, ..., n - 20, n - 10, n Essentially, you will start by printing out the value n and recursively subtract 10 from your value until the value is less than or equal to 0. Then begin to add 10 back to your value until you return to value n. Example Output #1 pattern (50, ...) 50, 40, 30, 20, 10, 0, 10, 20, 30, 40, 50 Example Output #2 pattern (27, ...) 27, 17, 7, -3, 7, 17, 27 Example Output #3 pattern (0, ...) 0, -10, 0 Notes: • You will need more than one parameter to initiate this function, hence the "..." in the example output. I leave it up to you to determine additional parameters you should include (it should be no more than three parameters in total) • No use of for-loops, while-loops, etc. Hint: You may find using a sentinel variable as one of the input parameters in the pattern() function to help enter the 'base case' of your recursion.

View Answer
divider
BEST MATCH

Accounts Receivable $41,000 (debit balance) Allowance for Bad Debts $500 (credit balance) Bad Debts Expense $0 During the year, credit sales amounted to $820,000. Cash collected on credit sales amounted to $780,000, and $15,000 has been written off. At the end of the year, the company adjusted for bad debts expense using the percent-of-receivables method and applied a rate, based on past history, of 2.5%. The ending balance in the Allowance for Bad Debts is ________.

View Answer
divider
BEST MATCH

In **MIPS** Assembly: - Write the code to convert a 32-bit Binary value to a BCD (binary-coded decimal)

View Answer
divider
BEST MATCH

Let Us Assess Solve the following direct variation problem by identifying the unknown values. Show your complete solution. 2. If y varies directly as x and y = 28 when x = 7, find y when x = 15.

View Answer
divider