Step 4


Step 4: the Last Layer cross

<< Step 3

This is an easy step, which needs only one algorithm

For this cross, you really only need one short algorithm. First, lets look at the four possible situations for the last layer.

The cross is already there

Do nothin'!

xxxx

Two adjacent edges are flipped

For both cases, make sure one of the flipped edges is in the front, and the other one is on the left. Then perform this algorithm:

F D L D' L' F'

This one flips the front and left edges.

Two opposing edges are flipped

You will have to perform it twice for the situation where opposing edges are flipped (front and back).

(F D L D' L' F')*2

Alternatively, you can use the reversed algorithm instead of performing the previous algorithm twice. To make a reversed algorithm you read from right to left and invert the moves.

F L D L' D' F'

All edges are flipped

If you think about it, the solution is simple: you have to perform both algorithms. In between you have to reposition the last layer so the next set of edges is flipped.

(F D L D' L' F') D (F L D L' D' F')

Speedcubing Tips

If you're practicing for speed, try to flip the cube before you start, so the last layer is now on top. This makes it easier to use so-called finger tricks, especially for these algorithms. Most speedcubers can perform this algorithm blazing fast, and it's one of my personal favorites as well. For a fast version of the last algorithm you would perform: F R U R' U' F' almost as one finger trick, without ever regripping the cube.

Step 5 >>

Related Videos

Solve the cross on the last layer

You must be logged in to post a comment.