Questions asked
Problem. Given a system below, calculate the: a. Average power, Apparent power, Reactive power, and power factor of each branch b. Total power, Reactive, Apparent, and power factor of the system. Draw the power triangle and level the sides. c. Source current in polar form. Figure ~ E=208∠0° V 12 bulbs 60W/bulb M 16KW Heating Element Eff = 82% @ power factor of 0.72 lagging 5HP R=9Ω Χc = 12Ω
Java Given a positive integer n, the following rules will always create a sequence that ends with 1, called the hailstone sequence: If n is even, divide it by 2 If n is odd, multiply it by 3 and add 1 (i.e. 3n +1) Continue until n is 1 Write a program that reads an integer as input and prints the hailstone sequence starting with the integer entered. Format the output so that five integers, each separated by a tab character (\t), are printed per line. End the output with a tab character. The output format can be achieved as follows: System.out.print(n + "\t"); Ex: If the input is: 25 the output is: 25 76 38 19 58 29 88 44 22 11 34 17 52 26 13 40 20 10 5 16 8 4 2 1
In what ways can/do citizens influence state legislators to support policies which improve the quality of life for citizens of lower socioeconomic status than the legislators?
If someone sells property to one person and uses the proceeds from the sale to purchase new property from a second party, the first transaction would be considered a(n): O sale. O exchange. O like-kind exchange. O nontaxable event.
Suppose u and v are differentiable functions of x. Use the given values of the functions and their derivatives to find the value of the indicated derivative. $u(1) = 3$, $u'(1) = -7$, $v(1) = 7$, $v'(1) = -4$ $\frac{d}{dx}(\frac{u}{v})$ at $x = 1$ $\frac{61}{49}$ $\frac{37}{7}$ $-\frac{37}{49}$ $-\frac{37}{16}$
Find the coordinates of each vertex of \(\triangle ABC\) after a dilation with a scale factor of 3 centered at point P. A' = (0,3) B' = (6,3) C' = (0,-3)
12 Which of the following is not a reason Socratic questioning is used in CBT? ? to get results in therapy sessions ? to give client's choices in answering when they are resistant or stuck ? to reveal opportunities for change ? to involve the client in the learning process
Describe their interactions and their level of emotional expressivity in each scenario. How do your observations compare with the research on emotional expressivity described in the book? For example, gordan allport, henery Murray, and Raymond b Cattell how may these relate to the interaction Scenario 1- A woman is frustrated and starts yelling at her boyfriend for never cleaning up the house the man gets mad and leaves with his alcohol. Scenario 2- An easygoing guy and the life of the party. he starts making rude comments towards women like they are fat or ugly. He stops when a woman comes in. Scenario 3- Susan was a very calm woman she and her boyfriend were discussing bills. He was frustrated while she tried to create a solution such as her working longer hours.
In 2023, Ross Corp. incurred capital gains of $10,000 and capital losses of $22,000. Ross Corp. also has an ordinary income of $10,000 in 2023. Ross Corp. had net capital gains of $2,500 in 2019 and net capital gains of $5,000 in 2022. What amount, if any, of Ross Corp.'s 2023 net capital loss is carried over to 2024? Enter answer as a positive number.
Q6. Suppose $X_1, X_2, \dots, X_n$ are i.i.d. random variables with common density $f_X(x) = \frac{2x}{\theta^2}, \quad 0 \le x \le \theta$. Let $U = \max(X_1, X_2, \dots, X_n)$. Find the density of $U$, i.e., $f_U(u)$.