Hi skywolf!!
I will try to answer you showing the work, the idea is that you
understand how to do this task alone in the future.
First of all you must know the notions of operations in both sides of
an equality and inverse operators.
When you are working on an equality, the equality remains true if you
do a valid operation in both sides of it. For example, if you have the
following equality:
2+7 = 5+4 , this equality remains true if I multiply both sides by 2;
(2+7).2 = (5+4).2 because multiplying by 2 is a valid operation
(dividing by zero is not a valid operation).
The inverse operation of a given operation is an operation that do the
opposite of that, for example the opposite operation for the sum is
the subtraction; this relationship is reciprocal: the opposite
operation for the subtraction is the sum. I will give you alist of the
operations used here and their opposites, due the reciprocal
relationship between them I will list them in pairs:
sum <--> subtraction
multiplication <--> division
square <--> square root
What is the utility of this concept here?, it is simple, if you have
an equation and you need to simplify it (to solve it), you can use
inverse operations to do that, only if they are valid operations.
For example:
2.k + 18 = 28 (the dot means multiplication)
we want to know k, so we need to simplify the equation in order to
obtain a "clean" k in one side of the equality. First we can eliminate
the term "+18", to do that we must use the inverse operation of the
sum, that is the subtraction. How? subtracting at both sides of the
equality 18:
2.k + 18 - 18 = 28 - 18
2.k + 18 - 18 = 2.k + 0 = 2.k and 28- 18 = 10, now we have a new
VALID equality:
2.k = 10
Now we have 2 multiplying k, the inverse operation of the
multiplication is the division:
2.k /2 = 10/2
2.k /2 = k and 10/2 = 5 then we have another VALID equality:
k = 5 and the problem is solved.
Some tips to do this exercices:
1. Start simplifying the operations that involves all the "unknown
quantity side" of the equation (for example the square on the exercise
7 must be eliminated first using the square root).
2. Remember to "separate" in terms the unknown quantity side of the
equation, you can identify each term easily: they are the quantities
added or subtracted (any of the individual addends of an expression).
For example in the expression 2.x + 3, the terms are 2.x and 3.
3. Eliminate one by one all the terms of the unknown quantity side
except the term wich includes the unknown quantity.
I give you this part first in order to give you time to read and
understand the method while I finish the problems. So when you have
the problems solved you will have some back up to understand how I did
it.
The complete answer is coming, no more than an hour.
Regards.
livioflores-ga |
Clarification of Answer by
livioflores-ga
on
16 Jun 2003 21:01 PDT
THE EXERCICES:
(Remember that the dots mean multiplication)
1. 3/4y = -27
I rewrite the equation in a more clear way:
(3/4).y = -27
We can divide by (3/4) in both sides:
(3/4).y / (3/4) = -27 / (3/4);
(3/4).y / (3/4) = y and -27 / (3/4) = -36 ;
then:
y = -36
----------------------------------------------
2. -12 = 7 - y/3
First we must eliminate the term 7 by substracting 7 at both sides of
the equation:
-12 - 7 = 7 - y/3 -7 ;
-12 - 7 = -19 and 7 - y/3 -7 = y/3
then we have:
y/3 = -19
Now we will obtain y multiplying by 3 both sides of the equation:
3.y/3 = 3.(-19)
then:
y = -57
---------------------------------------
3. (-3).(x+5) = 8.x + 18
Here we have a more complicated problem. We need to stablish a
strategy to solve it. We can use the distributive property of the
multiplication in the left side, and then start to work:
(-3).(x+5) = (-3).x + (-3).5 = -3.x - 15 ;
Now we can back to the original equation and do the replace:
(-3).(x+5) = -3.x - 15 = 8.x + 18 and we will work with:
-3.x - 15 = 8.x + 18 ;
in this situation we have that the unknown quantity is in the both
sides of the equation, we must find the way to have only one "unknown
quantity side", but this task now is easy for us because the term "+
8.x" can be eliminated from the right side by substracting "8.x" in
both sides:
-3.x - 15 - 8.x = 8.x + 18 - 8.x
-3.x - 15 - 8.x = -11.x - 15 and 8.x + 18 - 8.x = 18
then:
-11.x - 15 = 18 ;
then:
-11.x - 15 +15 = 18 + 15
then:
-11.x = 33
then:
-11.x /(-11) = 33/(-11) = -3
then:
x = -3
---------------------------------------------
4. 2 - (1/4).(b-12) = 9
then:
2 - (1/4).(b-12) - 2 = 9 - 2 = 7
then:
-(1/4).(b-12) = (-1/4).(b-12) = 7
then:
(b-12) = 7/(-1/4) = -28
then:
b - 12 + 12 = -28 + 12 = -16
then:
b = -16
---------------------------------------
5. r/5 - 3 = 2.r/5 + 16
r/5 - 3 - 2.r/5 = 2.r/5 + 16 - 2.r/5 = 16 ;
r/5 - 3 - 2.r/5 = r/5 - 2.r/5 -3 = -r/5 - 3 = (-1).r/5 - 3
then:
(-1).r/5 - 3 = 16
then:
(-1).r/5 - 3 + 3 = 16 + 3 = 19
then:
(-1).r/5 = 19
then:
r/5 = 19/(-1) = -19
then.
5.r/5 = 5.(-19) = -95
then:
r = -95
------------------------------------------
6. Negative two thirds of a number is 8/5. What is the number?
this is a different kind of problem, it is like the puzzles that
appears in some magazines.
What "two thirds of a number" means?
We know two thirds, it is 2/3, and "of a number" means "of x" where x
is the unknown number.
So "two thirds of a number is 8/5" means:
(2/3).x = 8/5 ;
but we have that the "Negative two thirds of a number is 8/5", then we
must solve:
-(2/3).x = 8/5
-(2/3).x /(2/3) = (8/5)/(2/3) = 12/5
then:
-x = 12/5
then:
x = -12/5
------------------------------------------
7. Solve h = (a.t - 0.25 v.t)^2 for a
In this exercise you must think that all the values except a are
known, then you will work with them like common numbers.
If we apply the square root to the both sides of the equation we have:
sqr(h) = a.t - 0.25 v.t where sqr(h) means the square root of h.
Then:
sqr(h) + 0.25 v.t = a.t - 0.25 v.t + 0.25 v.t = a.t
More clearly:
a.t = sqr(h) + 0.25 v.t
Now follows the division at both sides of the equation by t, but this
operation is valid only if t is different of zero. You must keep this
in mind.
Then:
a = (sqr(h) + 0.25 v.t)/t WITH t DIFFERENT TO ZERO.
Note: may be you want to know what happen when t is zero; well in this
case is not relevant, because if you look at the initial equation, if
t=0 then h=0 whatever be the value of a.
---------------------------------------
8. Solve A = 1/2.(b+B).h for h
A = 1/2.(b+B).h
then:
A /(1/2) = 1/2.(b+B).h /(1/2) = (b+B).h
then:
2.A = (b+B).h
then, if (b+B) is different to zero:
2.A /(b+B) = (b+B).h /(b+B) = h
then:
h = 2.A /(b+B)
----------------------------------
I hope this helps. If you need an answer clarification please post a
request for it, the same if you find a possible error in the solutions
or if one of the exercises was misinterpreted. I will redo the
exercises if necessary.
Best regards.
livioflores-ga
|