| View previous topic :: View next topic   | 
	
	
	
		| Author | 
		Message | 
	
	
		arkietech
 
 
  Joined: 31 Jul 2008 Posts: 1834 Location: Northwest Arkansas USA
  | 
		
			
				 Posted: Thu Mar 22, 2012 5:31 am    Post subject: From old collection 3/22/12 | 
				     | 
			 
			
				
  | 
			 
			
				 	  | Code: | 	 		   *-----------*
 
 |...|...|...|
 
 |.62|...|38.|
 
 |3.1|...|2.6|
 
 |---+---+---|
 
 |.48|.5.|73.|
 
 |6..|...|..8|
 
 |9..|...|..2|
 
 |---+---+---|
 
 |8..|7.9|..3|
 
 |..4|.1.|8..|
 
 |...|5.2|...|
 
 *-----------* | 	  
 
Play/print online | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		tlanglet
 
 
  Joined: 17 Oct 2007 Posts: 2468 Location: Northern California Foothills
  | 
		
			
				 Posted: Thu Mar 22, 2012 3:35 pm    Post subject:  | 
				     | 
			 
			
				
  | 
			 
			
				After basics:
 
 	  | Code: | 	 		  *-----------------------------------------------------------*
 
 | 457   8     79    | 2     6     3     | 459   4579  1     |
 
 | 457   6     2     | 1     9     45    | 3     8     457   |
 
 | 3     59    1     | 48    7     458   | 2     459   6     |
 
 |-------------------+-------------------+-------------------|
 
 | 2     4     8     | 6     5     1     | 7     3     9     |
 
 | 6     137   357   | 9     2     47    | 145   145   8     |
 
 | 9     17    57    | 48    3     478   | 1456  1456  2     |
 
 |-------------------+-------------------+-------------------|
 
 | 8     25    6     | 7     4     9     | 15    125   3     |
 
 | 57    29    4     | 3     1     6     | 8     29    57    |
 
 | 1     37    379   | 5     8     2     | 469   4679  47    |
 
 *-----------------------------------------------------------*
 
 | 	  
 
(5)r1c1=(5)r1c78-r2c9=r8c9; r8c1<>5
 
 
Ted | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		arkietech
 
 
  Joined: 31 Jul 2008 Posts: 1834 Location: Northwest Arkansas USA
  | 
		
			
				 Posted: Thu Mar 22, 2012 4:41 pm    Post subject:  | 
				     | 
			 
			
				
  | 
			 
			
				Mine was similar to Ted's
 
 	  | Code: | 	 		   *-----------------------------------------------------------*
 
 |*457   8     79    | 2     6     3     |*459  *4579  1     |
 
 | 457   6     2     | 1     9     45    | 3     8     47-5  |
 
 | 3     59    1     | 48    7     458   | 2     459   6     |
 
 |-------------------+-------------------+-------------------|
 
 | 2     4     8     | 6     5     1     | 7     3     9     |
 
 | 6     137   357   | 9     2     47    | 145   145   8     |
 
 | 9     17    57    | 48    3     478   | 1456  1456  2     |
 
 |-------------------+-------------------+-------------------|
 
 | 8     25    6     | 7     4     9     | 15    125   3     |
 
 |*57    29    4     | 3     1     6     | 8     29   *57    |
 
 | 1     37    379   | 5     8     2     | 469   4679  47    |
 
 *-----------------------------------------------------------*
 
sashimi x-wing
 
(5)r8c9=r8c1-r1c1=(5)r1c78 => r2c9<>5
 
 | 	  
 
Play/print online | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		 |