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

jorge j.

Divider

Questions asked

BEST MATCH

Two planetary masses orbit a common center of mass. If the two planetary masses are unequal, where must the center of mass be located? Group of answer choices nearer the less massive planet none of the above nearer the more massive planet midway between them

View Answer
divider
BEST MATCH

Design a emitter follower common base small-signal voltage amplifier that meets these requirements: (a) Av >= 70 (b) Zin >= 100k\Omega (c) Zout >= 20k\Omega (d) Maximum unclipped output of 6V peak to peak (e) VDD <= 20.

View Answer
divider
BEST MATCH

What is the formula for a compound made from sulfur and magnesium Is it ionic or covalent

View Answer
divider
BEST MATCH

Q4 (a) Following are two statements pertaining to the reaction 2A + B \rightarrow 2C, for which the rate law is rate = k[A][B]. Identify which statement (A or B) is true and which is false (A or B) and explain your reasoning. [2] (A) The value of k is independent of the initial concentrations [A]$_{0}$ and [B]$_{0}$. (B) The unit of the rate constant for this reaction can be expressed either as s$^{-1}$ or min$^{-1}$. Q4 (b) The following liquid-phase series reaction is taking place in a constant volume batch reactor. A $\stackrel{k_1}{\rightarrow}$ B $\stackrel{k_2}{\rightarrow}$ C The first reaction is first order, and the second reaction is zero order. Determine the concentrations of A, B and C as functions of time. [3]

View Answer
divider
BEST MATCH

1. In the figure \( \triangle P O G \cong \triangle S O R \), what is the side corresponding to \( \overline{P O} \) ? a. \( \overline{O S} \) b. \( \frac{S}{R O} \) c. \( \frac{\overline{R S}}{S O} \) d. \( \quad \) SO 2. Listed below are the six \[ \begin{array}{ll} \overline{S A} \cong \overline{J O} & \\ \overline{A D} \cong \overline{O Y} & \angle D \cong \angle Y \\ \overline{S D} \cong \overline{J Y} & <A \cong \angle O \\ & <S \cong \angle J \end{array} \] a. \( \triangle A S D \cong \triangle J O Y \) b. \( \triangle A D S \cong \triangle Y J O \) c. \( \triangle S A D \cong \triangle J O Y \) d. \( \triangle S A D \cong \triangle J Y O \) 3. In \( \triangle D O S \), what side is included between \( \angle D \) and \( \angle O \) ? a. \( \overline{D O} \) b. \( \frac{D O}{D S} \) c. \( \frac{\overline{S D}}{S O} \) 4. Name the corresponding \( S \square \) triangles congruent by SAS. a. \( \overline{B Y} \cong \overline{N R}, \angle B O Y \cong \angle N O R, \overline{B O} \cong \overline{N O} \) b. \( \quad \overline{B O} \cong \overline{N O}, \angle B O Y \cong \angle N O R, \overline{R O} \cong \overline{Y O} \) c. \( \overline{Y O} \cong \overline{O R}, \overline{B O} \cong \overline{O N}, \angle B O Y \cong \angle N O R \) d. \( \angle B \cong \angle N, B O \cong \overline{N O}, \overline{O Y} \cong \overline{O R} \) 5. If correspo b. LL c. SAS d. SSS

View Answer
divider
BEST MATCH

Determine the slope and the y-intercept of the line represented by the given equation. 2x - 3y = 27

View Answer
divider
BEST MATCH

Explain the term "affirmative defense" and list and describe all categories of an affirmative defense. Please provide some examples for each category.

View Answer
divider
BEST MATCH

3) (7.2) Use the Laplace transform to solve the initial-value problem. $y'' + y = 3$; $y(0) = 1$, $y'(0) = 1$

View Answer
divider
BEST MATCH

Text: Find the coordinates of (x, y) when the function y = f(x) is transformed to y = -2f(x + 1) + 4.

View Answer
divider
BEST MATCH

C++ Class Object Q1: Write the definition for a class called Rectangle that has floating-point data members length and width. The class has the following member functions: - void setLength(float) to set the length data member - void setWidth(float) to set the width data member - float perimeter() to calculate and return the perimeter of the rectangle - float area() to calculate and return the area of the rectangle - void show() to display the length and width of the rectangle - int sameArea(Rectangle) that has one parameter of type Rectangle. sameArea returns 1 if the two Rectangles have the same area, and returns 0 if they don't. 1. Write the definitions for each of the above member functions. 2. Write the main function to create two rectangle objects. Set the length and width of the first rectangle to 5 and 18.9. Display each rectangle and its area and perimeter. 3. Check whether the two Rectangles have the same area and print a message indicating the result. Set the length and width of the second rectangle to 15 and 6. 4. Display each Rectangle and its area and perimeter again. Again, check whether the two Rectangles have the same area and print a message indicating the result. Q2: Write the definition for a class called Time that has hours and minutes as integers. The class has the following member functions: - void setTime(int, int) to set the specified value in the object - void displayTime() to display the time object - Time sum(Time) to sum two time objects and return the result. 1. Write the definitions for each of the above member functions. 2. Write the main function to create three time objects. Set the value in two objects and call sum() to calculate the sum and assign it to the third object. Display all time objects.

View Answer
divider