5. Backtracking 2-step booklet variations

5.1. Build the expression diagram booklet

The python file, to make a booklet of a 2-step backtracking diagrams of 1 row that builds the expression, is below.
The 2 custom python modules required are:

bt2Bk_bldexp_ran_q

bt2Bk_bldexp_ran_ans


5.2. Build the expression diagram with inverse operations booklet

The python file, to make a booklet of a 2-step backtracking diagrams of 1 row that builds the expression along with the inverse operations, is below.
The 2 custom python modules required are:

bt2Bk_bldexpInv_ran_q

bt2Bk_bldexpInv_ran_ans


5.3. Build the diagram from the expression booklet

The python file, to make a booklet of a 2-step backtracking diagrams of 1 row from the expression, is below.
The required LaTeX files are below.
This uses the custom diagram template form the previous variation.
The 2 custom python modules required are:

bt2Bk_fromexp_ran_q

bt2Bk_fromexp_ran_ans


5.4. Build the diagram from the equation booklet

The python file, to make a booklet of a 2-step backtracking diagrams from the equation, is below.
The required LaTeX files are below.
This uses the standard booklet template.
The 2 custom python modules required are:

bt2Bk_fromeq_ran_q

bt2Bk_fromeq_ran_ans


5.5. Blank diagram booklet

The python file to make a booklet of a 2-step backtracking diagrams is below.
The 2 custom python modules required are:

blank