14x+7y=217 
14x+3y=189
                                             
                                          
                                          
                                        
											 
											// Solve equation [2] for the variable  y  
 
// Plug this in for variable  y  in equation [1]
// Solve equation [1] for the variable  x  
// By now we know this much :
x = 141/4 y = -14x/3+63// Use the  x  value to solve for  y