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

gregorio c.

Divider

Questions asked

BEST MATCH

Solve the equation. $|7m + 2| + 5 = 13$ A. $-\frac{6}{7}, \frac{10}{7}$ B. $3, -5$ C. $\frac{6}{7}, -\frac{10}{7}$ D. $\frac{6}{7}$

View Answer
divider
BEST MATCH

Which of the following is true regarding the protection of infant industries from international competition? Group of answer choices Managers may be deterred from adopting the cost and quality measures needed to compete. Protection of infant industries helps domestic companies become innovative. Protection from competition leads to improved quality and lower prices. Protection leads to more economic good than harm.

View Answer
divider
BEST MATCH

2) Two members are assembled using bolts with a specification of $\frac{3}{8} in = 16UNF \times 2\frac{1}{4} in$ are used. The grip length in this joint is 1.5 in. All bolts have been carefully preloaded to $F_i = 12.77$ kip each and the minimum proof strength of each bolt ($S_p$) is 150 kpsi. (30 Points). Given Data: -Take the area of threaded portion of bolt ($A_t$) as 0.373 in$^2$. -The Elasticity Modulus (E) of members: 16 Mpsi and $E_{nut}$ 30 Mpsi. (a) Calculate the yielding factor of safety, if each bolt in the joint is loaded by a cycling force between 20 kips and 100 kips. (b) If this cyclic force between 20 kips and 100 kips is applied to the entire joint, calculate the minimum number of bolts necessary to avoid joint separation.

View Answer
divider
BEST MATCH

Find the roots of the quadratic polynomials: $6x^2 - 5x - 1$ $8 - (8x^2 + 4x)$

View Answer
divider
BEST MATCH

If a baby is dressed in pink and is called "Stephanie," most people are likely to offer the baby some finger paint. a doll. a toy truck. a crayon.

View Answer
divider
BEST MATCH

Question 2 Which of the following is true? An apple is a type of drupe In a drupe the pit or "stone" is the seed An aggregate fruit has multiple ovules in single ovary An aggregate fruit has multiple ovules in a single flower

View Answer
divider
BEST MATCH

The __________ research technique generates too much information. The information that comes from this research technique may not be credible. Multiple Choice library research Internet search personal observation interview

View Answer
divider
BEST MATCH

R1 +Vcc C1 C2 Vs 7 3 + 741 6 2 4 R3 -Vcc R2 Fig. 2: Second-order high pass filter. R4 Vo

View Answer
divider
BEST MATCH

Trees are a special case of a more general data structure known as a directed graph. A graph consists of nodes and edges, just like in a tree, but the edges can connect any node to any other. For example, here is a small graph where each node has at most two edges connecting it to other nodes. 1 17 9 12 25 4 8. For this problem, given a particular node as a starting point, can we reach a node containing a specific value? In the above example graph, there is a path from the node containing 1 to the node that contains 12 (1-17-12). There is also a path from the node containing 17 to the node containing 9 (17-12-4-9). However there is no path from the node containing 12 to the nodes containing 1 or 17. Finally, there is no path from any node to a node containing 3, since 3 does not appear anywhere in the graph. You have the task of implementing the method canReach. This method returns true if the current node contains the specified value or if there is some path from the current node to some other node that contains the value. Otherwise, it returns false. Hints: You may assume the instance variable status is set to CLEAR at the beginning of the search. You may change the value of status as you wish. Be sure you don't get stuck in a cycle, where you visit a sequence of nodes over and over. Don't panic if the solution turns out to be relatively short. Partial credit for pseudo-code. Here is the code for a node: public class GraphNode { private int value; private GraphNode tol, to2; private int status; private static final int CLEAR = 0; private static final int USED = 1; public boolean canReach (int val) {

View Answer
divider
BEST MATCH

approximate number of people living in the country at any time t (taking t = o to be the present time) and (b) the approximate number of people who will inhabit the country at the end of the next ten-year period. 7.32. The population of a certain state is known to grow at a rate proportional to the number of people presently living in the state. If after 10 years the population has trebled and if after 20 years the population is 150,000, find the number of people initially living in the state. 7.33. A certain radioactive material is known to decay at a rate proportional to the amount present. If initially there are 100 milligrams of the material present and if after two years it is observed that 5 percent of the original mass has decayed, find (a) an expression for the mass at any time t and (b) the time necessary for 10 percent of the original mass to have decayed. 7.34. A certain radioactive material is known to decay at a rate proportional to the amount present. If after one hour it is observed that 10 percent of the material has decayed, find the half-life of the material. Hint: Designate the intial mass of the material by $N_0$. It is not necessary to know $N_0$ explicitly. 7.35. Find $N(t)$ for the situation described in Problem 7.7. 7.36. A depositor places $10,000 in a certificate of deposit which pays 6 percent interest per annum, compounded continuously. How much will be in the account at the end of seven years, assuming no additional deposits or withdrawals?

View Answer
divider