First Lesson Trial

    Instructions

    1. Select a category of questions e.g addition, subtraction etc                                                                                                                ..
    2. Select a range of lessons. The generator will create a worksheet with a range of questions from each lesson between the lesson you select to “start” until the lesson you select to “end”. If you only want questions from one lesson select that lesson as the “start” and “end”                                    ..
    3. In the worksheet your questions will be presented in a table, you can select the number of rows and columns on the worksheet for convenience.
    • There are hundreds of worksheets here with many in each category. This can make finding the lessons you need difficult. To make the process easier you are able to view all the different types of questions in each category by clicking on the “See sample question types in category” link.
    '); worksheetWindow.document.close(); //////////////////////////////////worksheet/////////////////////////////////// /////////////////////////////////answersheet///////////////////////////////// worksheetWindow2 = window.open("", "page_d", "scrollbars,resizable,width=900,menubar"); worksheetWindow2.focus(); worksheetWindow2.document.write('' + 'Printable Answer Key' + jscriptvar1 + '' + firstpart + '
    Student Worksheet
    ' + '
    '); worksheetWindow2.document.write(answertext); worksheetWindow2.document.write('
    ' + secondpart); worksheetWindow2.document.write(''); worksheetWindow2.document.close(); ////////////////////////////////answersheet///////////////////////////////// } function prepareworksheet(typefunction, functionname) { tr_td_height = 151; answerhtml = ""; answertext = ""; alltitles = []; titlecount = 0; var rows = parseInt(jQuery("#rows").val()); var columns = parseInt(jQuery("#columns").val()); answerhtml += '';//open table var toggle = bookList.toString(); if ((toggle.indexOf("decimal17") != -1) || (toggle.indexOf("decimal18") != -1) || (toggle.indexOf("decimal20") != -1) || (toggle.indexOf("decimal21") != -1) || (toggle.indexOf("decimal23") != -1) || (toggle.indexOf("decimal24") != -1)) { answerhtml += ''; } if ((toggle.indexOf("multiplication21") != -1) || (toggle.indexOf("multiplication23") != -1) || (toggle.indexOf("multiplication24") != -1) || (toggle.indexOf("multiplication25") != -1) || (toggle.indexOf("multiplication28") != -1) || (toggle.indexOf("subtraction") != -1)) { tr_td_height = 200; } //End of conditional message answertext += '
    ' + '
      ' + '
    • A: Quotient comes out even.
    • ' + '
    • B: Round to 100ths.
    • ' + '
    • C: Repeated decimals.
    • ' + '
    • D: Fractional remainder.
    • ' + '
    • E: Change to decimal then to percent.
    • ' + '
    • F: Change decimal to fraction.
    • ' + '
    ' + '
    ';//open table for (var i = 0; i < rows; i++) { answerhtml += '';//open row answertext += '';//open row for (var j = 0; j < columns; j++) { if ((toggle.indexOf("division30") != -1) && (j == 0)) { j = 1; } answerhtml += '';//end of cell answertext += '';//end of cell tempcount++; } answerhtml += '';//end of row answertext += '';//end of row } answerhtml += '
    ';//open cell answertext += '';//open cell if (functionname != null) { generate2(functionname); } else { generate();//insert problem } answerhtml += '
    ';//end of table answertext += '';//end of table var alltitles2 = []; alltitles2 = eliminateDuplicates(alltitles); var tempcount = 0; if (alltitles2.length == 2) { answertext = replaceall(alltitles[0], "", answertext); answertext = answertext.replace('', ''); } if (alltitles2.length == 2) { answerhtml = replaceall(alltitles[0], "", answerhtml); answerhtml = answerhtml.replace('', ''); } worksheetWindow = window.open("", "page_a", "scrollbars,resizable,width=900,menubar"); worksheetWindow.focus(); var jscriptvar1 = jQuery("#jscriptvar1").html(); var jscriptvar2 = jQuery("#jscriptvar2").html(); var firstpart = '


    ' + '' + '
    '; var secondpart = '
    Copyright © www.ezymathtutoring.com.au All rights reserved.
    '; worksheetWindow.document.write('' + 'Printable Worksheet' + jscriptvar1 + '' + firstpart + '
    Student Worksheet
    ' + '
    '); worksheetWindow.document.write(answerhtml); worksheetWindow.document.write('
    ' + secondpart); worksheetWindow.document.write(''); worksheetWindow.document.close(); } function alldropdownfunctions(type, row, column) { type = parseInt(type); jQuery("#rows").val(row); jQuery("#columns").val(column); var optionlength = 0; jQuery("#row_option").val(row); jQuery("#column_option").val(column); var optionarray = []; switch (type){case 0: optionlength=19; optionarray=["additionall(0)","Adding 0","additionall(1)","Adding 1","additionall(2)","Adding 2","addition08()","Solving for Unknown","additionall(9)","Adding 9","additionall(8)","Adding 8","addition12()","Adding Doubles","addition14()","Adding Doubles Plus 1","addition15()","Adding To Make 10","addition16()","Adding To Make 9","addition17()","(3+5), (4+7), (5+7)","subtraction03()","Inequalities","subtraction05()","Multiple-Digit Addition","subtraction07()","2-Digit Addition With Carry","subtraction11()","3-Digit Addition: (Sum < 1000)","subtraction13()","Column Addition","subtraction16()","3-Digit Addition: (Sum > 1000)","subtraction18()","3-Digit Column Addition","subtraction19()","4-Digit Column Addition"]; break; case 1: optionlength=17; optionarray=["addition19()","Subtracting 0 and 1","addition20()","Subtracting 2","addition21()","Subtracting 9","addition22()","Subtracting 8","addition23()","Doubles Subtraction","addition24()","Subtracting From 10","addition25()","Subtracting From 9","addition26()","(7-4), (7-3), (8-5), (8-3)","addition27()","Subtracting 7","addition28()","Subtracting 6","addition29()","Subtracting 5","addition30()","Subtracting 3 and 4","subtraction20()","2 & 3 Digit Subtraction Without Regrouping","subtraction22()","2-Digit Subtraction With Regrouping","subtraction24()","4-Digit Column Addition","subtraction26()","2 & 3 Digit Subtraction Without Regrouping","subtraction28()","2-Digit Subtraction With Regrouping"]; break; case 2: optionlength=17; optionarray=["multiplication02()","(x 1), (x 0)","multiplication04()","(x 2)","multiplication06()","(x 5)","multiplication08()","Solve for Unknown","multiplication10()","(x 9)","multiplication12()","(x 3)","multiplication14()","(x 6)","multiplication16()","(x 4)","multiplication18()","(x 7)","multiplication20()","(x 8)","multiplication21()","1-Digit x 2 & 3-Digit","multiplication23()","2-Digit x 2-Digit","multiplication24()","2-Digit With Regrouping","multiplication251()","2-Digit x 3-Digit","multiplication252()","3-Digit x 3-Digit","multiplication281()","3-Digit x 4-Digit","multiplication282()","4 Digit x 4-Digit"]; break; case 3: optionlength=15; optionarray=["division02()","Division By 1 or 2","division03()","Division By 10","division04()","Division By 3 Or 5","division06()","Division By 9","division08()","Division By 6","division10()","Division By 4","division12()","Division By 7 Or 8","division16()","Division By 1-Digit With Remainder","division18()","Division With Double-Digit Factors","division19()","Dividing 3-Digit By 1-Digit","division20()","Dividing 3-Digit By 1-Digit Fraction Remainders","division22()","Dividing 3-Digit By 2-Digit","division23()","Dividing 4-Digit By 1-Digit","division24()","Dividing 4-Digit By 2-Digit","division25()","Multiple-Digit Division"]; break; case 4: optionlength=20; optionarray=["fraction03()","Add Or Subtract Fractions With Like Denominators","fraction05()","Add Or Subtract Fractions With Unlike Denominators","fractionsimpleratios()","Change Ratios Into Simplest Form","fraction06()","Add Or Subtract Fractions Using Rule Of 4","fraction08()","Adding Multiple Fractions","fraction09()","Multiplying Fractions","fraction10()","Dividing Fractions - Rule Of 4","fraction12()","Reducing Fractions - Common Factors","fraction12()","Reducing Fractions - Prime Factorization","fraction15()","Convert Between Mixed Numbers & Improper Fractions","fraction17()","Addition And Subtraction Of Mixed Numbers","fraction18()","Addition Of Mixed Numbers With Regrouping","fraction19()","Subtraction Of Mixed Numbers With Regrouping","fraction19()","Subtraction Of Mixed Numbers - Same Difference Theorem","fraction21()","Add Mixed Numbers With Unlike Denominators","fraction22()","Subtract Mixed Numbers With Unlike Denominators","fraction23()","Dividing Mixed Numbers","fraction25()","Multiplying 3 Fractions Or Miexd Numbers","fraction29()","Convert From Fraction To Decimal To Percent","division27()","Fraction Of A Number"]; break; case 5: optionlength=18; optionarray=["decimal04()","Add Decimal Numbers","decimal05()","Subtract Decimal Numbers","decimal08()","Metric Conversions - Part 1","decimal09()","Multiply Decimals (1 Decimal Place)","decimal10()","Multiply Decimals(2 Decimal Places)","decimal14()","Multiply All Decimals","decimal15()","Metric Conversions - Part 2","decimal17()","Divide Decimal By Whole Number","decimal18()","Divide Whone Number By Decimal","decimal19()","Solve For Unknown - Multiplicative Inverse","decimal20()","Divide Decimal By Decimal","decimal211()","Quotiend Comes Out Even","decimal212()","Quotient Rounded To Hundredths","decimal213()","Quotient Has Repeats","decimal214()","Quotient With Fractional Remainder","decimal22()","More Solving For Unknown","decimal23()","Change Fraction To Decimal & Percent","decimal24()","Change Decimal To Fraction"]; break; case 6: optionlength=12; optionarray=["othermethod01()","Addition With Negative Numbers","othermethod02()","Subtraction With Negative Numbers","othermethod03()","Multiplication With Negative Negative Numbers","othermethod04()","Division With Negative Numbers","othermethod09()","Solve For Unknown Using Additive Inverse","othermethod13()","Solve For Unknown Using Multiplicative Inverse","othermethod14()","Solve For Unknown Using Order Of Operations","othermethod16()","Convert Celcius To Fahrenheit","othermethod17()","Convert Fahrenheit To Celcius","subtraction04()","Round To Nearest Ten","division28()","Roman Numerals Up To 399","division30()","Roman Numerals From 400 To 3999"]; break; case 7: optionlength=12; optionarray=["representnumbeforeafter()","Number Comes Before/After","representLCM()","Find Lowest Common Multiple","representsortLtoS()","Order Numbers Largest To Smallest","representsortLtoSlarge()","Order Numbers Smallest To Largest","findprimefactors()","Find Factors Of The Following","representsortLtoSfractions()","Order Fractions Smallest To Largest","orderdecimals()","Order Decimals Smallest To Largest","representsortLtoSsimplefractions()","Order Simple Fractions Smallest To Largest","ordernegatives()","Order Numbers With Negatives From Smallest To Largest","roundnearestten()","Rounding A Number To Nearest","placevaluebydigit()","Placevalue By Digit","placevalueofdigit()","Placevalue Of A Digit"]; break; case 8: optionlength=19; optionarray=["minutetosecondconversion()","Time: From Minutes To Seconds","hourtominuteconversion()","Time: From Hours To Minutes","kilotogramconversion()","Mass: From Kilograms To Grams","gramtokiloconversion()","Mass: From Grams To Kilograms","mgtogramconversion()","Mass: From Milligrams To Grams","tomiligramconversion()","Mass: To Milligrams","hourtoampmconversion()","24hour Time To AM/PM Notation","ampmtohourconversion()","AM/PM Time To 24hour Time Notation","lengthconverttometres()","Length: To Metres","Lengthconverttocm()","Length: To Centimetres","lengthconverttomm()","Length: To Milimetres","areaconverttosquarecm()","Area: To Square Centimetres","volumeconverttocmcubed()","Volume: To Centimetres Cubed","volumeconverttomcubed()","Volume: To Metres Cubed","capacityconverttomL()","Capacity: To Mililetres","convertcapacitytocmcubed()","Capacity: To Centimetres Cubed","convertcmcubedtolitres()","Centimetres Cubed : To Litres","convertmetrescubedtolitres()","Metres Cubed: To Litres","volumeconverttolitres()","Volume: To Litres"]; break; case 9: optionlength=17; optionarray=["missingvalueaddsubtract()","Calculate Missing Values (Addition/Subtraction)","missingvaluemuldiv()","Calculate Missing Values (Multiple/Division)","missingvaluemixed()","Calculate Missing Values (Mixed)","patternsmultiplyaddsubtract()","Patterns - Multiply Then Add/Subtract","patternsdivideaddsubtract()","Patterns - Divide Then Add/Subtract","patternsfractionsdecimals()","Patterns With Fractions And Decimals","howmanylotsofx()","How Many Lots Of (x)","valuewhenx()","What is The Value When x =","simplefactorisation()","Simple Factorisation","trinomialfactorisation()","Trinomial Factorisation","factorisingwithsquaretermpresent()","Factorising With A Square Term Present","fixincompletefactorisations()","Completing Incorrectly Factorized Expressions","solvesimplelinearequation()","Solve Simple Linear Equation","solvelinearequationbyfirstexpanding()","Solve Linear Equation By First Expanding","solvelinearequationbyfirstremovingfraction()","Solve Linear Equation By First Removing Fraction","solvesimplelinearinequalities()","Solve Simple Linear Inequalities","surdsindicessimplifyfollowing5()","Expand Expression Resulting In Square Term"]; break; case 10: optionlength=30; optionarray=["simplifysurd()","Simplify Surd","simplifynonsquaresurd()","Evaluate: Non Square Surd","surdsindicesevaulatefollowing()","Evaluate: Simple Exponents 2","othermethod05()","Evaluate: Simple Exponents 3","surdsindicesevaulaterootsfollowing()","Evaluate: Surds","othermethod07()","Evaluate: Negative Numbers With Exponents","surdsindicesevaulatesquarefollowing()","Evaluate: Simple Exponents 1","othermethod08()","Evaluate Simple Surds","surdsindicesexpressfollowingpoweroftwo()","Express As Powers of 2","surdsindicesexpressfollowingpowerofthree()","Express As Powers of 3","surdsindicesexpressfollowingpoweradding()","Evaluate By Adding Exponents","surdsindicesexpressfollowingnegativepoweradding()","Evaluate By Adding Exponents 2","surdsindicesexpressfollowingpowersubtracting()","Evaluate By Subtracting Exponents","surdsindicesevaulatefollowingaddition()","Evaluate & Add Expressions With Exponents","surdsindicesfindvaluesofxXandY()","Find X & Y In Exponent Expressions","surdsindicesexpressfollowinginscientificnotation()","Express In Scientific Notation","surdsindicesexpressfollowingindecimalform()","Convert From Scientific Notation To Decimal (>1)","surdsindicesexpressfollowinginscientificnegativenotation()","Express In Scientific Notation (-ve Exponents)","surdsindicesexpressfollowinginnegativedecimalform()","Convert From Scientific Notation To Decimal (<1)","surdsindicesroundingnumbers()","Round To X Significant Figures","surdsindicessimplifyfollowingusingindexlaws()","Simplify Using Index Laws","surdsindicessimplifyfollowingusingindexlaws2()","Simplify Algebraic Expressions With Indices 1","surdsindicessimplifyfollowing3()","Simplify Algebraic Expressions With Indices 2","surdsindicessimplifyfollowing4()","Simplify Algebraic Expressions With Indices 3","surdsindicessimplifyfollowing6()","Simplify Algebraic Expressions With Indices + Fractions","surdsindicesrewritefollwingwithpositiveindices()","Rewrite Algebraic Expressions With Positive Indices","surdsindicesrewritefollwingwithpositiveindices2()","Express Algebraic Surds With Indices","surdsindicesrewritefollwingwithpositiveindices3()","Simplify Algebraic Expressions Use Positive Indices 1","surdsindicesrewritefollwingwithpositiveindices4()","Simplify Algebraic Expressions Use Positive Indices 2","surdsindicesrewritefollwingwithpositiveindices5()","Simplify Algebraic Expressions Use Positive Indices 3"]; break; case 11: optionlength=0; optionarray=[]; break; /* case 0: optionlength=19; optionarray=["additionall(0)","Adding 0","additionall(1)","Adding 1","additionall(2)","Adding 2","addition08()","Solving for Unknown","additionall(9)","Adding 9","additionall(8)","Adding 8","addition12()","Adding Doubles","addition14()","Adding Doubles Plus 1","addition15()","Adding To Make 10","addition16()","Adding To Make 9","addition17()","(3+5), (4+7), (5+7)","subtraction03()","Inequalities","subtraction05()","Multiple-Digit Addition","subtraction07()","2-Digit Addition With Carry","subtraction11()","3-Digit Addtion: (Sum < 1000)","subtraction13()","Column Addition","subtraction16()","3-Digit Addition: (Sum > 1000)","subtraction18()","3-Digit Column Addition","subtraction19()","4-Digit Column Addition"]; break; case 1: optionlength=17; optionarray=["addition19()","Subtracting 0 and 1","addition20()","Subtracting 2","addition21()","Subtracting 9","addition22()","Subtracting 8","addition23()","Doubles Subtraction","addition24()","Subtracting From 10","addition25()","Subtracting From 9","addition26()","(7-4), (7-3), (8-5), (8-3)","addition27()","Subtracting 7","addition28()","Subtracting 6","addition29()","Subtracting 5","addition30()","Subtracting 3 and 4","subtraction20()","2 & 3 Digit Subtraction Without Regrouping","subtraction22()","2-Digit Subtraction With Regrouping","subtraction24()","4-Digit Column Addition","subtraction26()","2 & 3 Digit Subtraction Without Regrouping","subtraction28()","2-Digit Subtraction With Regrouping"]; break; case 2: optionlength=17; optionarray=["multiplication02()","(x 1) , (x 0)","multiplication04()","(x 2)","multiplication06()","(x 5)","multiplication08()","Solve for Unknown","multiplication10()","(x 9)","multiplication12()","(x 3)","multiplication14()","(x 6)","multiplication16()","(x 4)","multiplication18()","(x 7)","multiplication20()","(x 8)","multiplication21()","1-Digit x 2 & 3-Digit","multiplication23()","2-Digit x 2-Digit","multiplication24()","2-Digit With Regrouping","multiplication251()","2-Digit x 3-Digit","multiplication252()","3-Digit x 3-Digit","multiplication281()","3-Digit x 4-Digit","multiplication282()","4 Digit x 4-Digit"]; break; case 3: optionlength=15; optionarray=["division02()","Division By 1 or 2","division03()","Division By 10","division04()","Division By 3 Or 5","division06()","Division By 9","division08()","Division By 6","division10()","Division By 4","division12()","Division By 7 Or 8","division16()","Division By 1-Digit With Remainder","division18()","Division With Double-Digit Factors","division19()","Dividing 3-Digit By 1-Digit","division20()","Dividing 3-Digit By 1-Digit: Fraction Remainders","division22()","Dividing 3-Digit By 2-Digit","division23()","Dividing 4-Digit By 1-Digit","division24()","Dividing 4-Digit By 2-Digit","division25()","Multiple-Digit Division"]; break; case 4: optionlength=19; optionarray=["fraction03()","Add Or Subtract Fractions With Like Denominators","fraction05()","Add Or Subtract Fractions With Unlike Denominators","fraction06()","Add Or Subtract Fractions Using Rule Of 4","fraction08()","Adding Multiple Fractions","fraction09()","Multiplying Fractions","fraction10()","Dividing Fractions - Rule Of 4","fraction12()","Reducing Fractions - Common Factors","fraction12()","Reducing Fractions - Prime Factorization","fraction15()","Convert Between Mixed Numbers & Improper Fractions","fraction17()","Addition And Subtraction Of Mixed Numbers","fraction18()","Addition Of Mixed Numbers With Regrouping","fraction19()","Subtraction Of Mixed Numbers With Regrouping","fraction19()","Subtraction Of Mixed Numbers - Same Difference Theorem","fraction21()","Add Mixed Numbers With Unlike Denominators","fraction22()","Subtract Mixed Numbers With Unlike Denominators","fraction23()","Dividing Mixed Numbers","fraction25()","Multiplying 3 Fractions Or Mixed Numbers","fraction29()","Convert From Fraction To Decimal To Percent","division27()","Fraction Of A Number"]; break; case 5: optionlength=18; optionarray=["decimal04()","Add Decimal Numbers","decimal05()","Subtract Decimal Numbers","decimal08()","Metric Conversions - Part 1","decimal09()","Multiply Decimals (1 Decimal Place)","decimal10()","Multiply Decimals (2 Decimal Places)","decimal14()","Multiply All Decimals","decimal15()","Metric Conversions - Part 2","decimal17()","Divide Decimal By Whole Number","decimal18()","Divide Whole Number By Decimal","decimal19()","Solve For Unknown - Multiplicative Inverse", "decimal20()","Divide Decimal By Decimal","decimal211()","Quotient Comes Out Even","decimal212()","Quotient Rounded To Hundredths","decimal213()","Quotient Has Repeats","decimal214()","Quotient With Fractional Remainder","decimal22()","More Solving For Unknown","decimal23()","Change Fraction To Decimal & Percent","decimal24()","Change Decimal To Fraction"]; break; case 6: optionlength=15; optionarray=["othermethod01()","Addition With Negative Numbers","othermethod02()","Subtraction With Negative Numbers","othermethod03()","Multiplication With Negative Numbers","othermethod04()","Division With Negative Numbers","othermethod05()","Exponents","othermethod07()","Negative Numbers With Exponents","othermethod08()","Roots And Radicals","othermethod09()","Solve For Unknown Using Additive Inverse","othermethod13()","Solve For Unknown Using Multiplicative Inverse","othermethod14()","Solve For Unknown Using Order Of Operations","othermethod16()","Convert Celcius To Fahrenheit","othermethod17()","Convert Fahrenheit To Celcius","subtraction04()","Round To Nearest Ten","division28()","Roman Numerals Up To 399","division30()","Roman Numerals From 400 To 3999"]; break; case 7: optionlength=12; optionarray=["representnumbeforeafter()","Number Comes Before/After","representLCM()","Find Lowest Common Multiple","representsortLtoS()","Order Numbers Largest To Smallest","representsortLtoSlarge()","Order Numbers Smallest To Largest","findprimefactors()","Find Factors Of The Following","representsortLtoSfractions()","Order Fractions Smallest To Largest","orderdecimals()","Order Decimals Smallest To Largest","representsortLtoSsimplefractions()","Order Simple Fractions Smallest To Largest","ordernegatives()","Order Numbers With Negatives From Smallest To Largest","roundnearestten()","Rounding A Number To Nearest","placevaluebydigit()","Placevalue By Digit","placevalueofdigit()","Placevalue Of A Digit"]; break; case 8: optionlength=19; optionarray=["minutetosecondconversion()","Time: From Minutes To Seconds","hourtominuteconversion()","Time: From Hours To Minutes","kilotogramconversion()","Mass: From Kilograms To Grams","gramtokiloconversion()","Mass: From Grams To Kilograms","mgtogramconversion()","Mass: From Milligrams To Grams","tomiligramconversion()","Mass: To Milligrams","hourtoampmconversion()","24hour Time To AM/PM Notation","ampmtohourconversion()","AM/PM Time To 24hour Time Notation","lengthconverttometres()","Length: To Metres","Lengthconverttocm()","Length: To Centimetres", "lengthconverttomm()","Length: To Milimetres","areaconverttosquarecm()","Area: To Square Centimetres","volumeconverttocmcubed()","Volume: To Centimetres Cubed","volumeconverttomcubed()","Volume: To Metres Cubed","capacityconverttomL()","Capacity: To Mililetres","convertcapacitytocmcubed()","Capacity: To Centimetres Cubed","convertcmcubedtolitres()","Centimetres Cubed : To Litres","convertmetrescubedtolitres()","Metres Cubed: To Litres","volumeconverttolitres()","Volume: To Litres"]; break; case 9: optionlength=17; optionarray=["missingvalueaddsubtract()","Calculate Missing Values (Addition/Subtraction)","missingvaluemuldiv()","Calculate Missing Values (Multiple/Division)","missingvaluemixed()","Calculate Missing Values (Mixed)","patternsmultiplyaddsubtract()","Patterns - Multiply Then Add/Subtract","patternsdivideaddsubtract()","Patterns - Divide Then Add/Subtract","patternsfractionsdecimals()","Patterns With Fractions And Decimals","howmanylotsofx()","How Many Lots Of (x)","valuewhenx()","What Is The Value When: x =","simplefactorisation()","Simple Factorisation","simplefactorisationwithpronumerals()","Simple Factorisation With Pronumerals", "trinomialfactorisation()","Trinomial Factorisation","factorisingwithsquaretermpresent()","Factorising With A Square Term Present","fixincompletefactorisations()","Completing Incorrectly Factorized Expressions","solvesimplelinearequation()","Solve Simple Linear Equation","solvelinearequationbyfirstexpanding()","Solve Linear Equation By First Expanding","solvelinearequationbyfirstremovingfraction()","Solve Linear Equation By First Removing Fraction","solvesimplelinearinequalities()","Solve Simple Linear Inequalities"]; break; */ } var startlesson = document.getElementById("startLesson"); startlesson.options.length = optionlength; for (i = 0; i < optionlength; i++) { startlesson.options[i].value = optionarray[i * 2]; startlesson.options[i].text = optionarray[(i * 2) + 1]; } } var answertext = 'You have to first click "Make Worksheet" button.'; var bookList = new Array(); var hatArray = []; var upperLimit = ""; var lowerLimit = ""; var hatIndex = "" var result = ""; var fordevelopment = "false"; var answerhtml = ""; var questioninstruction = []; var alltitles = []; var titlecount = 0;

    Select a Book Select Category:
    Select lessons Select lessons: See Sample Question Types in Category 
      Start
      End
    Create the worksheets Create the worksheets:
     
     



    Optional Settings Optional Settings:  
      Number of Rows
      Number of Columns



     


    Find tutor ?

    What they say about our tutoring

    Connor has improved so much this year, his confidence, organization & overall results have come from a C to a A. I'm not going to do any tutoring through the holidays or for next year as I'm prepared for Connor to put everything into practice and hope that he can maintain his results without the tutoring. I have been happy with Ezymathtutoring and if Connor was to start to struggle again…
    Yes we are very happy with Alexander – Ruby is a hard task master but seems very comfortable with him and happy for him to keep coming back each week.
    Sam has been a fantastic tutor for Annalise, she has improved and was very proud of her end of year results at school.
    Aisling is great with Roger, she is strict yet fairand keeps him on his toes. Roger's passion for school has improve since having 1 on 1 sessions with Aisling.
    Very happy with the tutoring.
    Stefan is good and I am very happy with him.
    I would like to thank you for allowing me the opportunity to tutor this year. I have mentored a bunch of wonderful kids who have all made great improvements with their grades and work ethic. In addition, I have seen them become more and more confident with each lesson which has been incredibly rewarding.
    Just wanted to let you know that we have been super happy with Ben as a tutor for Callum.
    Thank you very much. Georgette was a great tutor for him.
    The tutoring is going quite well. We were really impressed with his proactive approach in asking for her naplan results and course outline from her teacher so he work in line with what she will be learning in class.
    Ezy Math Tutoring Philosophy

    Our philosophy to teaching is based upon a firm belief that every child can succeed at maths or any other subject, given the proper encouragement, motivation and tools. We believe that a tutor’s …