<?php
$doc->addStyleSheet( JURI::root( true ).'/Site_files/Basic_VM_Test_App/Ver0_00/css/jquery-ui-1.11.4.min.css' ) ;
$doc->addStyleSheet( JURI::root( true ).'/Site_files/Basic_VM_Test_App/Ver0_00/css/FWF_css.css' ) ;
$doc->addScript( JURI::root( true ).'/Site_Files/Basic_VM_Test_App/Ver0_00/jquery-2.1.4.min.js' ) ;
$doc->addScript( JURI::root( true ).'/Site_Files/Basic_VM_Test_App/Ver0_00/jquery-ui-1.11.4.min.js' ) ;
$doc->addScript( JURI::root( true ).'/Site_Files/Basic_VM_Test_App/Ver0_00/device.js' ) ;
$doc->addScript( JURI::root( true ).'/Site_Files/Basic_VM_Test_App/Ver0_00/Fun_With_Figures/FWF_The_Nine_Point_Circle.js' ) ;
?>
THE NINE-POINT CIRCLE
Since all numbers, no matter how long, can be reduced to a single figure every number finds its place on the nine-point circle:

This circle shows the numbers from 1 to 9 and continuing to number round the circle would put 10 at the same place as 1. 11 would be at the same place as 2 and so on as shown below:

Notice also that 0 goes at the same place as 9 because, numbering backwards round the circle, 0 comes before 1.
So all numbers will have their place somewhere round this circle.
Now, looking at the last circle, the digit sum of 10 is 1, and 10 is next to 1 on the circle.
The digit sum of 11 is 2, and 11 is next to 2.
And so on.
To find which branch of the circle a number is on we simply find its digit sum.
- For example the digit sum of 34 is 7 so 34 will come on the ‘7 branch’.
You could check this by continuing to number
round the circle until you get to 34. - 77 will be on the ‘5 branch’ as 77=14=5.
<?php
echo file_get_contents( JPATH_SITE.'/Site_Files/Basic_VM_Test_App/Ver0_00/html/QH_Dialog.html' ) ;
?>
<p><img src="/images/Tutorials/FWF/Exercise.jpg" width="43" height="43" align="absmiddle"><span id="QHI_FWF_The_Nine_Point_Circle" class="QHC_TutorialButton">The Nine Point Circle</span></p>



