V = $40,000B - $1000B2
Where B is the number of boats engaged in fishing. The cost of running one fishing boat for one month is $18,000, giving the total cost of running B fishing boats as $16,000B
In: Advanced Math
The electric potential immediately outside a charged conducting sphere is 220 V, and 10.0 cm farther from the center of the sphere the potential is 140 V.
(a) Determine the radius of the sphere.
. cm
(b) Determine the charge on the sphere.
nC
The electric potential immediately outside another charged conducting sphere is 250 V, and 10.0 cm farther from the center the magnitude of the electric field is 360 V/m. (c) Determine all possible values for the radius of the sphere. (Enter your answers from smallest to largest. If only one value exists, enter "NONE" in the second answer blank.)
| r1 = | . cm |
| r2 = | . cm |
(d) Determine the charge on the sphere for each value of
r. (If only one value exists, enter "NONE" in the second
answer blank.)
| q1 = | . nC |
| q2 = | nC |
In: Physics
1. For each of the following propositions construct a truth
table and indicate whether it is a tautology (i.e., it’s always
true), a contradiction (it’s never true), or a contingency (its
truth depends on the truth of the variables). Also specify whether
it is a logical equivalence or not. Note: There should be a column
for every operator. There should be three columns to show work for
a biconditional.
a) (P Λ ¬Q) ⇔ ¬(P ⇒ Q)
b) (¬? V¬?) ⇔ ¬(P Λ Q)
c) (P V Q) Λ ( ¬(? Λ Q) Λ (¬?))
d) (P ⇒ (Q Λ R)) ⇔ ((P ⇒ Q) Λ (Q ⇒ R))
e) (P ⇒ (Q ⇒ R)) ⇔ ((P ⇒ Q) ⇒ R) f) ((P V R) ⇒ (Q V S)) ⇒ ((P⇒ Q) Λ (R ⨁ S))
with biconditional and There should be a column for every operator
In: Computer Science
A DAG is a directed graph that contains no directed cycles.
Define G = (V, E) in which V is the set of all nodes as {v1, v2, ..., vi , ...vn} and E is the set of edges E = {ei,j = (vi , vj ) | vi , vj ∈ V} .
A topological order of a directed graph G = (V, E) is an ordering of its nodes as {v1, v2, ..., vi , ...vn} so that for every edge (vi , vj ) we have i < j.
There are several lemmas can be inferred from the definition of DAG. One lemma is: if G is a DAG, then G has a node with no incoming edges. Given the above lemma, prove the following two lemmas:
If the graph G is a DAG, then G has a topological ordering.
If the graph G has a topological order, then G is a DAG.
In: Computer Science
(i) Consider a CMOS inverter supplied at VDD= 5V with transistor parameters of KN=KP=50µA/V2 and VTN=-VTP=1V. Then consider another CMOS inverter supplied at VDD= 10V with the same transistor parameters. Draw the VTC of both inverters showing all regions of operation and the middle voltage VM. Verify your results using PSpice.
(ii) Draw the square root of the CMOS inverter current versus the input voltage for the two CMOS inverters in given in part (i) biased at either VDD=5 V or VDD=10 V. Determine the peak current of the CMOS inverter at VDD=5 V & VDD=10 V. Verify your results using PSpice.
part(ii) required
PSpice for both parts
In: Electrical Engineering
A photovoltaic module is used to supply constant 12 V that needed by a Tablet. Depending on insolation from the Sun, the photovoltaic module’s output voltage is changing between 18 V to 36 V (dc). Thus, a buck converter is used between the netbook and the photovoltaic module.
1) What is the duty ratio range of the dc/dc converter?
2) If the inductance of the buck converter inductor is 40 uH, what is the minimum switching frequency to limit the current ripple in the inductor to less than 1 A? 3) At constant 12 V, what is the minimum power consumption of the Tablet to keep the inductor current always continuous?
4) For the operation condition stated in 3), draw (not simulate and plot) the waveforms of i) switching status, ii)voltage cross the diode , and iii) inductor current; mark the values for each waveform
In: Electrical Engineering
Using data found in Appendix E of your textbook calculate the nonstandard emf for each of the following reactions if the concentration of each of the ions in these reactions is 0.0008 molar and everything else is standard (use 298 K for the temperature, R = 8.314 J/mol-K, and F = 96,485 C/mol):
(a) 1 Cl2(g) + 2 Cr2+(aq) --> 2 Cl-(aq) + 2 Cr3+(aq) E = _____ V
(b) 1 Fe3+(aq) + 1 Na(s) --> 1 Fe2+(aq) + 1 Na+(aq) E = _____ V
(c) 2 Li+(aq) + 2 I-(aq) --> 2 Li(s) + 1 I2(s) E = _____ V
(d) 1 Mn2+(aq) + 1 Pb(s) --> 1 Mn(s) + 1 Pb2+(aq) E = _____ V
In: Chemistry
In: Operations Management
Write a method public static <E> List<List<E>> filterMinLength(List<List<E>> listOfLists, int minLength) that given a list of lists and a minimum length returns a new list of lists, containing only the lists that are at least as long as the minimum length in the same order they appeared in the input. The original list must not be modified.
For example, if listOfLists = [[1, 2, 3], [], [4, 5], [6, 7, 8, 9]] and minLength = 3, then the method should return a new list containing two lists: [[1, 2, 3], [6, 7, 8, 9]].
For full credit, your method must correctly use generics, and must not contain unnecessary method calls or loops, even if they do not otherwise impact correctness.
You may assume List and ArrayList are correctly imported. You may not import other classes.
In: Computer Science
Suppose a student carrying a flu virus returns to an isolated college campus of 1000 students. Determine a differential equation governing the number of students x(t) who have contracted the flu if the rate at which the disease spreads is proportional to the number of interactions between the number of students with the flu and the number of students who have not yet been exposed to it
In: Other