<?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_Impress_Your_Parents.js' ) ;
?>
IMPRESS YOUR PARENTS

Multiplying a number by 11 is incredibly easy -
astonish your parents and friends with this.
To multiply any 2-figure number by 11 we just put
the total of the two figures between the 2 figures.
- 26 x 11 = 286

Notice that the outer figures in 286 are the 26
being multiplied.
And the middle figure is just 2 and 6 added up. - So 72 x 11 = 792
<?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_Impress_Your_Parents_1" class="QHC_TutorialButton">Impress Your Parents (1)</span></p>
- 77 x 11 = 847
This involves a carry figure because 7 + 7 = 14
we get 77 x 11 = 7147 = 847.
<p><img src="/images/Tutorials/FWF/Exercise.jpg" width="43" height="43" align="absmiddle"><span id="QHI_FWF_Impress_Your_Parents_2" class="QHC_TutorialButton">Impress Your Parents (2)</span></p>
- 234 x 11 = 2574
We put the 2 and the 4 at the ends.
We add the first pair 2 + 3 = 5.
and we add the last pair: 3 + 4 = 7.
<p><img src="/images/Tutorials/FWF/Exercise.jpg" width="43" height="43" align="absmiddle"><span id="QHI_FWF_Impress_Your_Parents_3" class="QHC_TutorialButton">Impress Your Parents (3)</span></p>


