Ace - AI Tutor
Ask Our Educators
Textbooks
My Library
Flashcards
Scribe - AI Notes
Notes & Exams
Download App
juan manuel russell

juan manuel r.

Divider

Questions asked

BEST MATCH

25 NC 38:44 Hide 19 Mark for Review ABC Sand is deposited into a pile with a circular base. The volume V of the pile is given by $V = \frac{r^3}{3}$, where r is the radius of the base, in feet. The circumference of the base is increasing at a constant rate of $5\pi$ feet per hour. When the circumference of the base is $8\pi$ feet, what is the rate of change of the volume of the pile, in cubic feet per hour? A $\frac{8}{\pi}$ B 16 C 40 D $40\pi$ E $80\pi$ Question 19 of 22 MacBook Air

View Answer
divider
BEST MATCH

Debt instrument where payments are only made if the issuer can afford it. Group of answer choices Bond income bond income bond maturity

View Answer
divider
BEST MATCH

Under the acquisition method, indirect costs relating to acquisitions should be: included in the investment cost. expensed as incurred. deducted from other contributed capital. none of these.

View Answer
divider
BEST MATCH

Determine whether the dmand curv for beets shifts to the left or to the right

View Answer
divider
BEST MATCH

If your employer gives you a raise that is equal to the inflation rate, then your real salary will have increased.

View Answer
divider
BEST MATCH

9.3 In a region of outer space, the electric and magnetic fields are described by Ex,y,z,t = Eo*sin(kx - t*j) and Bx,y,z,t = Bo*sin(kx - t*k). The electric field magnitude is greater than zero for 0 < x < 0.4 m, goes to zero at x = 0.4 m, and is negative for 0.4 m < x < 0.8 m. (a) Using the convention that the length of the vector indicates the strength of the field, sketch the electric and magnetic fields for points along the x-axis from the origin to x = 1.6 m, at t = 0. Label your sketch quantitatively. (b) In which direction is the wave propagating? Explain how you can tell. (c) What is the value of k? (d) What is the value of Eo? (e) If Eo = 5 * 10^-5 N/C, what is the value of Bo? (f) Consider the following four points, with coordinates (x, y, z) measured in meters: Point 1: (1, 0, 0) Point 2: (1, 0, 1) Point 3: (1.1, 0, 1) Point 4: (1.1, 0, 0) At t = 0, rank the electric field at these points from largest to smallest. If the field is zero at any point, state that explicitly. If the field is equal at two or more points, state that explicitly. (g) Now, make a similar ranking for the magnitude of the magnetic field at points 1-4. (h) Now consider the following other points (again with dimensions in meters): Point 8: (1, 1, -1) Specify the strength and direction of the electric and magnetic fields at each of these points at t = 0. (i) A completely different wave is also sinusoidal, and also has magnetic and electric fields that depend only on x and t. At t = 0, the magnetic field at the origin is Bo*j and the electric field at the origin is Ek, where Bo and Eo are both positive. In which direction is the wave propagating? How can you tell?

View Answer
divider
BEST MATCH

(c) (5pt) A periodic signal y(t) is given by $y(t) = \sin(2\pi t + \frac{\pi}{4})$ is added to the signal x(t). What is the period and fundamental frequency of $x(t) + y(t)$? $y(t) = \sin(2\pi t + \frac{\pi}{4})$ $x(t) = 2\sin(4\pi t + \frac{\pi}{3})$

View Answer
divider
BEST MATCH

Question 1 0.5 Points In the regeneration of ion exchange resin, CaCl? as a washing salt is flushed from the bottom to the top of the column. (A) True (B) False Question 2 Sand filtration can effectively remove bacteria and viruses more than ozonization treatment. A) True B False 0.5 Points

View Answer
divider
BEST MATCH

Problem 17. Develop C++/CLI program to calculate the sum of first N elements of the given infinite series and the theoretical limit of the sum of the infinite series. Use the Windows Forms C++/CLI technology for the user interface. The given infinite series and the theoretical limit of the sum are shown below as the following equation: $1 - \frac{1}{1!} + \frac{1}{2!} - \frac{1}{3!} + ... = \frac{1}{e}$

View Answer
divider
BEST MATCH

The assignment must be printed and stapled. Include name, course number, and assignment number at the top. Include the source code and a screen shot of the execution results for each program. Make sure to include a header and line comments in the programs. The assignment must be clear and legible. 1) Write a function that will reverse the order of the elements of an array of int variables. In the main() function declare an 8-element integer array, then have the user enter the value of each element using a loop. The program should then call the other function to reverse the order of the elements in the array, and then print the values of the resulting array to the screen. 2) Write a program to input a string from the user - use a loop and the getchar() function (similar to the \"capitalize.c\" example program we looked at in class). The program should then convert the string to all lowercase letters, and put each word on its own line. Print the new string. Example: Enter a string: This Is A STRING. this is a string. 3) Write a program that will ask the user to enter an integer. The program should check if the 3rd least significant bit of the number (in binary) is a '1' or '0', and tell the user. If the bit was a '0' the program should set the bit to '1'; if the bit was a '1' it should clear the bit to zero. The program should then display the new resulting integer number. 4) Write a program that will determine the number of bits required to represent a positive integer. The program should have the user enter a decimal integer, then use a loop with a bitwise operator to determine the number of bits in its binary representation. For example, if the user entered \"18\" (which in binary is 10010) the program should indicate 5 bits. (Hint: start at the highest order bit and look for the first '1'). Example: Enter a positive integer: 18 Number of bits: 5

View Answer
divider