suppose that p be the number of pennies and n be the
number of nickels. As you have $8.80 in total (since pennies are
worth $0.01 and nickels are worth $0.05)
0.01p + 0.05n = 8.80 .......1st equation
we also know that there are twice as many nickels than
pennies (or alternatively, there are 2 nickels for every
penny).
n = 2p ...........2nd equation
You can substitute this value of n into the first
equation
0.01p + 0.05n = 8.80
0.01p + 0.05(2p) = 8.80
0.01p + 0.10p = 8.80 (multiplying out the brackets)
0.11p = 8.80 (collecting the p's)
p = 80
Putting this back into the second equation
n = 2p
n = 2(80) = 160
So there are 160 nickels and 80 pennies. ....answer
You can put this back into the first equation to check
it.
0.01p + 0.05n = 8.80
0.01(80) + 0.05(160) = 0.80 + 8 =8.80...checked
i need help putting this problem into two equations and then using substitution. 3.Calvin has $8.80...
of Equations There are generally two approaches to solving systems of equations in physics, the substitution method and the addition method. Let us consider the system of two equations below: 4x + 2y 14 2x -y-1 We can solve these equations using both methods. First, the substitution method. The process is as follows: In one of the equations, solve for one of the variables . te this expression for that variable into the other equation. This will leave an expression...
Mathematic please i need a help
Bo Find equations of the vertical lines that meet the curves (a) y = x + 2x - 4x+5 and (b) 34= 2 x + 9x -3x-3 in points at which the tangent lines to the two curves are parallel. tion: @ y = x + 27 - 4x + 5
Need help using Matlab to solve differential equations, will
rate! Thank You!
a) The code used to solve each problem b) The output form c) Use EZPLOT (where possible) to graph the result Use Matlab symbolic capabilities to solve the following Differential Equations: yy +36x = 0 3. ytky = e2kakis a constant y" +(x +1)y = ex'y' ;y(0) = 0.5 4 4y-20y'+25y = 0 xy-7x/+16y=0 xy-2xy'+2y=x' cos(x) yy =292 y-4y'+4y = (x + 1)e 2x
Hello, I need help deriving these 3 equations:
1) By using Ampere's Law, how do I obtain the magnitude of B of
the magnetic field around the current-running wire? Using
, I and A as variables.
2) How do I get the magnetic flux of B(net) inside the loop with
N turns? I need this equation with the sign included. Using
, N, I, x, r as variables
3). Lastly, I need the equation for the emf of the voltmeter?...
I need some help on this problems please!
Solve the following system of equations with the substitution method: 4y +3 l-4x +16y -12 Answer: ( ) Enter your answers as integers or as reduced fractions in the form A/B. If there is no solution, t there are an infinite number of solutions, specify their form in the blanks in terms ofy Solve the system with the addition method: 5 x 4y 3 20x 16y 12 Answer: ( ) You have...
Differential equations for engineering
I need the final answer please
Verify by substitution that the given functions form a basis. Solve the given initial value problem y" + 18y' +90y = 0, -** cos (3x), e-% sin (3x), y(0) = 1, y (0) = -9 Enclose arguments of functions in parentheses. For example, sin (29x). Use an asterisk. * to indicate multiplication. For example, 2* f (x).a*** (x+b) * (c**+ d), b * tan(a *) or e(*) * b. Q
IMPORTANT: I don't need help with "a". However, I do need help
with b&c
IMPORTANT: I understand that there's a walkthrough given bellow.
However, I do not understand the walkthrough given for b&c.
Part B
- Why does E(x)+E(y)=2u (2 mew)?
-What is this?: I honestly have no idea what it
is. Please explain to me what it is and what its significance is
within the problem.
-This may be the same thing as the symbol above, but just in...
I need help solving the following problem. Solve the system using elimination. 2x+5y+3z = -20 3x+ 2y -4z = 4 3x -3y +2z = -20 x=_______________ y=________________ z=_________________
1-Formulate the situation as a system of two linear equations in two variables. Be sure to state clearly the meaning of your x- and y-variables. Solve the system by the elimination method. Be sure to state your final answer in terms of the original question. A lawyer has found 60 investors for a limited partnership to purchase an inner-city apartment building, with each contributing either $3,000 or $6,000. If the partnership raised $267,000, then how many investors contributed $3,000 and...
I need a python 3 help Question 2: Putting it all together. For this problem, you are going to be working with real data taken from the UCSD library system. You must Regex in this question in order to get credit. 1. Create a pattern to find all books that have a year of N. Note that years are displayed as either N or cN. If a book has both, count them as one occurrence of a book. def year_match(string,...