Laravel

Chapters For Class X- CBSE


Equations Reducible to a Pair of Linear Equations in Two Variables
In this section, we shall discuss the solution of such pairs of equations which are not linear but can be reduced to linear form by making some suitable substitutions. We now explain this process through some examples.
    

Example: Solve the pair of equations: 
	2x+3y=13
	5x4y=2
Solution : Write the given pair of equations as
    2(1x)+3(1y)=13
	5(1x)4(1y)=2
These equations are not in the form ax + by + c = 0.
However, if we substitute 1x=p and 1y=q;
we get ;     
			2p+3q=13
			5p4q=2 

So, we have expressed the equations as a pair of linear equations. Now, you can use any method to solve these equations, and get p = 2, q = 3.
Since 1x=p and 1y=q; Substitute the values of p and q 

	1x=2 and 1y=3
	Therefore x=12 and y=13
Verification : By substituting x=12 and y=13 in the given equations, we find that both the equations are satisfied.
Example: Solve the following pair of equations by reducing them to a pair of linear equations :
  5(x1)+1(y2)=2 
  6(x1)3(y2)=1 

 Solution:
     
  Let 1(x1)=p and 1(y2)=q
  Subsitute it in the above equations:
  5p+1q=2                  (3)
  6p3q=1                   (4)
  
  Now, use any method to solve these equations; we get p=13 and q=13
  Now, substituting  1(x1)=p , we get 1(x1)=13 ; x=4
  Now, substituting  1(y2)=q , we get 1(y2)=13 ; y=5
 Hence, x=4, y=5 is the required solution of the given pair of equations.
 
Example: A boat goes 30 km upstream and 44 km downstream in 10 hours. In 13 hours, it can go 40 km upstream and 55 km down-stream. Determine the speed of the stream and that of the boat in still water.
Solution : Let the speed of the boat in still water be x km/h and speed of the  stream  be  y  km/h.
Then  the speed  of  the  boat  downstream = (x+y) km/h,
and the speed of the boat upstream = (xy) km/h

Since Speed=(Distance)(Time). therefore Time=(Distance)(Speed)
In First Case:
Condition 1:when the boat goes 30 km upstream, let the time taken, in hour, be t1 . Then 
 t1=30(xy)
 
Condition 2:Let  t2  be the time, in hours, taken by the boat to go 44 km downstream, then
 t2=44(x+y)
 
Condition 3: A boat goes 30 km upstream and 44 km downstream in 10  hours, Hence
     t1+t2=10
	 30(xy)+44(x+y)=10                 (1)
	 
In Second Case:
Condition 1: Let t3 be the time, in hours, taken by the boat to go 40 km upstream.
     t3=40(xy)
Condition 2: Let t4 be the time, in hours, taken by the boat to go 55 km downstream.
     t4=55(x+y)	 
Condition 3: In 13  hours,  it  can  go 40 km upstream   and   55   km down-stream.
		t3+t4=13
		
		 40(xy)+55(x+y)=13              (2)
		 
Let 1(xy)=u and 1(x+y)=v,              (3)
Subsituting these in equations (1) and (2), pair of linear equations becomes:
30u+44v=10                             (4)
40u+55v=13                                (5)

Using any of the methods, we get;
u=15 and v=111

Putting these values in equation (3);
1(xy)=15 and 1(x+y)=111

i.e.,   xy=5  and  x+y=11       (6)  

Solving these equations:
x=8 and y=3  

Answer:Hence, the speed of the boat in still water is 8 km/h and the speed of the stream is 3 km/h.