Overview This comprehensive course on R Programming for Data Science will deepen your understanding on this topic. After successful completion of this course you can acquire the required skills in this sector. This R Programming for Data Science comes with accredited certification from CPD, which will enhance your CV and make you worthy in the job market. So enrol in this course today to fast track your career ladder. How will I get my certificate? You may have to take a quiz or a written test online during or after the course. After successfully completing the course, you will be eligible for the certificate. Who is This course for? There is no experience or previous qualifications required for enrolment on this R Programming for Data Science. It is available to all students, of all academic backgrounds. Requirements Our R Programming for Data Science is fully compatible with PC's, Mac's, Laptop, Tablet and Smartphone devices. This course has been designed to be fully compatible with tablets and smartphones so you can access your course on Wi-Fi, 3G or 4G. There is no time limit for completing this course, it can be studied in your own time at your own pace. Career Path Having these various qualifications will increase the value in your CV and open you up to multiple sectors such as Business & Management, Admin, Accountancy & Finance, Secretarial & PA, Teaching & Mentoring etc. Course Curriculum 23 sections • 129 lectures • 06:25:00 total length •Introduction to Data Science: 00:01:00 •Data Science: Career of the Future: 00:04:00 •What is Data Science?: 00:02:00 •Data Science as a Process: 00:02:00 •Data Science Toolbox: 00:03:00 •Data Science Process Explained: 00:05:00 •What's Next?: 00:01:00 •Engine and coding environment: 00:03:00 •Installing R and RStudio: 00:04:00 •RStudio: A quick tour: 00:04:00 •Arithmetic with R: 00:03:00 •Variable assignment: 00:04:00 •Basic data types in R: 00:03:00 •Creating a vector: 00:05:00 •Naming a vector: 00:04:00 •Vector selection: 00:06:00 •Selection by comparison: 00:04:00 •What's a Matrix?: 00:02:00 •Analyzing Matrices: 00:03:00 •Naming a Matrix: 00:05:00 •Adding columns and rows to a matrix: 00:06:00 •Selection of matrix elements: 00:03:00 •Arithmetic with matrices: 00:07:00 •Additional Materials: 00:00:00 •What's a Factor?: 00:02:00 •Categorical Variables and Factor Levels: 00:04:00 •Summarizing a Factor: 00:01:00 •Ordered Factors: 00:05:00 •What's a Data Frame?: 00:03:00 •Creating Data Frames: 00:20:00 •Selection of Data Frame elements: 00:03:00 •Conditional selection: 00:03:00 •Sorting a Data Frame: 00:03:00 •Additional Materials: 00:00:00 •Why would you need lists?: 00:01:00 •Creating a List: 00:06:00 •Selecting elements from a list: 00:03:00 •Adding more data to the list: 00:02:00 •Additional Materials: 00:00:00 •Equality: 00:03:00 •Greater and Less Than: 00:03:00 •Compare Vectors: 00:03:00 •Compare Matrices: 00:02:00 •Additional Materials: 00:00:00 •AND, OR, NOT Operators: 00:04:00 •Logical operators with vectors and matrices: 00:04:00 •Reverse the result: (!): 00:01:00 •Relational and Logical Operators together: 00:06:00 •Additional Materials: 00:00:00 •The IF statement: 00:04:00 •IFELSE: 00:03:00 •The ELSEIF statement: 00:05:00 •Full Exercise: 00:03:00 •Additional Materials: 00:00:00 •Write a While loop: 00:04:00 •Looping with more conditions: 00:04:00 •Break: stop the While Loop: 00:04:00 •What's a For loop?: 00:02:00 •Loop over a vector: 00:02:00 •Loop over a list: 00:03:00 •Loop over a matrix: 00:04:00 •For loop with conditionals: 00:01:00 •Using Next and Break with For loop: 00:03:00 •Additional Materials: 00:00:00 •What is a Function?: 00:02:00 •Arguments matching: 00:03:00 •Required and Optional Arguments: 00:03:00 •Nested functions: 00:02:00 •Writing own functions: 00:03:00 •Functions with no arguments: 00:02:00 •Defining default arguments in functions: 00:04:00 •Function scoping: 00:02:00 •Control flow in functions: 00:03:00 •Additional Materials: 00:00:00 •Installing R Packages: 00:01:00 •Loading R Packages: 00:04:00 •Different ways to load a package: 00:02:00 •Additional Materials: 00:00:00 •What is lapply and when is used?: 00:04:00 •Use lapply with user-defined functions: 00:03:00 •lapply and anonymous functions: 00:01:00 •Use lapply with additional arguments: 00:04:00 •Additional Materials: 00:00:00 •What is sapply?: 00:02:00 •How to use sapply: 00:02:00 •sapply with your own function: 00:02:00 •sapply with a function returning a vector: 00:02:00 •When can't sapply simplify?: 00:02:00 •What is vapply and why is it used?: 00:04:00 •Additional Materials: 00:00:00 •Mathematical functions: 00:05:00 •Data Utilities: 00:08:00 •Additional Materials: 00:00:00 •grepl & grep: 00:04:00 •Metacharacters: 00:05:00 •sub & gsub: 00:02:00 •More metacharacters: 00:04:00 •Additional Materials: 00:00:00 •Today and Now: 00:02:00 •Create and format dates: 00:06:00 •Create and format times: 00:03:00 •Calculations with Dates: 00:03:00 •Calculations with Times: 00:07:00 •Additional Materials: 00:00:00 •Get and set current directory: 00:04:00 •Get data from the web: 00:04:00 •Loading flat files: 00:03:00 •Loading Excel files: 00:05:00 •Additional Materials: 00:00:00 •Base plotting system: 00:03:00 •Base plots: Histograms: 00:03:00 •Base plots: Scatterplots: 00:05:00 •Base plots: Regression Line: 00:03:00 •Base plots: Boxplot: 00:03:00 •Introduction to dplyr package: 00:04:00 •Using the pipe operator (%>%): 00:02:00 •Columns component: select(): 00:05:00 •Columns component: rename() and rename_with(): 00:02:00 •Columns component: mutate(): 00:02:00 •Columns component: relocate(): 00:02:00 •Rows component: filter(): 00:01:00 •Rows component: slice(): 00:04:00 •Rows component: arrange(): 00:01:00 •Rows component: rowwise(): 00:02:00 •Grouping of rows: summarise(): 00:03:00 •Grouping of rows: across(): 00:02:00 •COVID-19 Analysis Task: 00:08:00 •Additional Materials: 00:00:00 •Assignment - R Programming for Data Science: 00:00:00
Overview This comprehensive course on Data Science & Machine Learning with Python will deepen your understanding on this topic. After successful completion of this course you can acquire the required skills in this sector. This Data Science & Machine Learning with Python comes with accredited certification from CPD, which will enhance your CV and make you worthy in the job market. So enrol in this course today to fast track your career ladder. How will I get my certificate? You may have to take a quiz or a written test online during or after the course. After successfully completing the course, you will be eligible for the certificate. Who is This course for? There is no experience or previous qualifications required for enrolment on this Data Science & Machine Learning with Python. It is available to all students, of all academic backgrounds. Requirements Our Data Science & Machine Learning with Python is fully compatible with PC's, Mac's, Laptop, Tablet and Smartphone devices. This course has been designed to be fully compatible with tablets and smartphones so you can access your course on Wi-Fi, 3G or 4G. There is no time limit for completing this course, it can be studied in your own time at your own pace. Career Path Learning this new skill will help you to advance in your career. It will diversify your job options and help you develop new techniques to keep up with the fast-changing world. This skillset will help you to- Open doors of opportunities Increase your adaptability Keep you relevant Boost confidence And much more! Course Curriculum 2 sections • 90 lectures • 10:24:00 total length •Course Overview & Table of Contents: 00:09:00 •Introduction to Machine Learning - Part 1 - Concepts , Definitions and Types: 00:05:00 •Introduction to Machine Learning - Part 2 - Classifications and Applications: 00:06:00 •System and Environment preparation - Part 1: 00:08:00 •System and Environment preparation - Part 2: 00:06:00 •Learn Basics of python - Assignment 1: 00:10:00 •Learn Basics of python - Assignment 2: 00:09:00 •Learn Basics of python - Functions: 00:04:00 •Learn Basics of python - Data Structures: 00:12:00 •Learn Basics of NumPy - NumPy Array: 00:06:00 •Learn Basics of NumPy - NumPy Data: 00:08:00 •Learn Basics of NumPy - NumPy Arithmetic: 00:04:00 •Learn Basics of Matplotlib: 00:07:00 •Learn Basics of Pandas - Part 1: 00:06:00 •Learn Basics of Pandas - Part 2: 00:07:00 •Understanding the CSV data file: 00:09:00 •Load and Read CSV data file using Python Standard Library: 00:09:00 •Load and Read CSV data file using NumPy: 00:04:00 •Load and Read CSV data file using Pandas: 00:05:00 •Dataset Summary - Peek, Dimensions and Data Types: 00:09:00 •Dataset Summary - Class Distribution and Data Summary: 00:09:00 •Dataset Summary - Explaining Correlation: 00:11:00 •Dataset Summary - Explaining Skewness - Gaussian and Normal Curve: 00:07:00 •Dataset Visualization - Using Histograms: 00:07:00 •Dataset Visualization - Using Density Plots: 00:06:00 •Dataset Visualization - Box and Whisker Plots: 00:05:00 •Multivariate Dataset Visualization - Correlation Plots: 00:08:00 •Multivariate Dataset Visualization - Scatter Plots: 00:05:00 •Data Preparation (Pre-Processing) - Introduction: 00:09:00 •Data Preparation - Re-scaling Data - Part 1: 00:09:00 •Data Preparation - Re-scaling Data - Part 2: 00:09:00 •Data Preparation - Standardizing Data - Part 1: 00:07:00 •Data Preparation - Standardizing Data - Part 2: 00:04:00 •Data Preparation - Normalizing Data: 00:08:00 •Data Preparation - Binarizing Data: 00:06:00 •Feature Selection - Introduction: 00:07:00 •Feature Selection - Uni-variate Part 1 - Chi-Squared Test: 00:09:00 •Feature Selection - Uni-variate Part 2 - Chi-Squared Test: 00:10:00 •Feature Selection - Recursive Feature Elimination: 00:11:00 •Feature Selection - Principal Component Analysis (PCA): 00:09:00 •Feature Selection - Feature Importance: 00:07:00 •Refresher Session - The Mechanism of Re-sampling, Training and Testing: 00:12:00 •Algorithm Evaluation Techniques - Introduction: 00:07:00 •Algorithm Evaluation Techniques - Train and Test Set: 00:11:00 •Algorithm Evaluation Techniques - K-Fold Cross Validation: 00:09:00 •Algorithm Evaluation Techniques - Leave One Out Cross Validation: 00:05:00 •Algorithm Evaluation Techniques - Repeated Random Test-Train Splits: 00:07:00 •Algorithm Evaluation Metrics - Introduction: 00:09:00 •Algorithm Evaluation Metrics - Classification Accuracy: 00:08:00 •Algorithm Evaluation Metrics - Log Loss: 00:03:00 •Algorithm Evaluation Metrics - Area Under ROC Curve: 00:06:00 •Algorithm Evaluation Metrics - Confusion Matrix: 00:10:00 •Algorithm Evaluation Metrics - Classification Report: 00:04:00 •Algorithm Evaluation Metrics - Mean Absolute Error - Dataset Introduction: 00:06:00 •Algorithm Evaluation Metrics - Mean Absolute Error: 00:07:00 •Algorithm Evaluation Metrics - Mean Square Error: 00:03:00 •Algorithm Evaluation Metrics - R Squared: 00:04:00 •Classification Algorithm Spot Check - Logistic Regression: 00:12:00 •Classification Algorithm Spot Check - Linear Discriminant Analysis: 00:04:00 •Classification Algorithm Spot Check - K-Nearest Neighbors: 00:05:00 •Classification Algorithm Spot Check - Naive Bayes: 00:04:00 •Classification Algorithm Spot Check - CART: 00:04:00 •Classification Algorithm Spot Check - Support Vector Machines: 00:05:00 •Regression Algorithm Spot Check - Linear Regression: 00:08:00 •Regression Algorithm Spot Check - Ridge Regression: 00:03:00 •Regression Algorithm Spot Check - Lasso Linear Regression: 00:03:00 •Regression Algorithm Spot Check - Elastic Net Regression: 00:02:00 •Regression Algorithm Spot Check - K-Nearest Neighbors: 00:06:00 •Regression Algorithm Spot Check - CART: 00:04:00 •Regression Algorithm Spot Check - Support Vector Machines (SVM): 00:04:00 •Compare Algorithms - Part 1 : Choosing the best Machine Learning Model: 00:09:00 •Compare Algorithms - Part 2 : Choosing the best Machine Learning Model: 00:05:00 •Pipelines : Data Preparation and Data Modelling: 00:11:00 •Pipelines : Feature Selection and Data Modelling: 00:10:00 •Performance Improvement: Ensembles - Voting: 00:07:00 •Performance Improvement: Ensembles - Bagging: 00:08:00 •Performance Improvement: Ensembles - Boosting: 00:05:00 •Performance Improvement: Parameter Tuning using Grid Search: 00:08:00 •Performance Improvement: Parameter Tuning using Random Search: 00:06:00 •Export, Save and Load Machine Learning Models : Pickle: 00:10:00 •Export, Save and Load Machine Learning Models : Joblib: 00:06:00 •Finalizing a Model - Introduction and Steps: 00:07:00 •Finalizing a Classification Model - The Pima Indian Diabetes Dataset: 00:07:00 •Quick Session: Imbalanced Data Set - Issue Overview and Steps: 00:09:00 •Iris Dataset : Finalizing Multi-Class Dataset: 00:09:00 •Finalizing a Regression Model - The Boston Housing Price Dataset: 00:08:00 •Real-time Predictions: Using the Pima Indian Diabetes Classification Model: 00:07:00 •Real-time Predictions: Using Iris Flowers Multi-Class Classification Dataset: 00:03:00 •Real-time Predictions: Using the Boston Housing Regression Model: 00:08:00 •Resources - Data Science & Machine Learning with Python: 00:00:00
Description: The Medical and Pharmacy Maths course has been designed to help you understand Pharmacy and Medical Math concepts and learn to calculate drug dosages cautiously and accurately. We've created this course with multiple, interactive video contents that cover everything from basic math skills to reading and interpreting labels and physicians' orders, introducing important calculation and conversion concepts. You'll learn how to avoid medication flaws brought about by calculation error and get introduced to numbers of problems that you may face in the real world scenario. Moreover, understand various measurement systems, the Math behind IV infusion, reconstituting liquid medications, and how to calculate medications based on a patient's age or body weight. In short, this comprehensive is ideal if you want to gain calculation skills and develop the competencies required by pharmacy technicians. Assessment: At the end of the course, you will be required to sit for an online MCQ test. Your test will be assessed automatically and immediately. You will instantly know whether you have been successful or not. Before sitting for your final exam you will have the opportunity to test your proficiency with a mock exam. Certification: After completing and passing the course successfully, you will be able to obtain an Accredited Certificate of Achievement. Certificates can be obtained either in hard copy at a cost of £39 or in PDF format at a cost of £24. Who is this Course for? Medical and Pharmacy Maths is certified by CPD Qualifications Standards and CiQ. This makes it perfect for anyone trying to learn potential professional skills. As there is no experience and qualification required for this course, it is available for all students from any academic background. Requirements Our Medical and Pharmacy Maths is fully compatible with any kind of device. Whether you are using Windows computer, Mac, smartphones or tablets, you will get the same experience while learning. Besides that, you will be able to access the course with any kind of internet connection from anywhere at any time without any kind of limitation. Career Path After completing this course you will be able to build up accurate knowledge and skills with proper confidence to enrich yourself and brighten up your career in the relevant job market. Introduction 1 lecture Medical Math and Pharmacy Calculations Mastery - 01 00:01:00 Conversions Medical Math and Pharmacy Calculations Mastery - 02 00:04:00 Medical Math and Pharmacy Calculations Mastery - 03 00:09:00 Medical Math and Pharmacy Calculations Mastery - 04 00:13:00 Conversions Using Ratio - Proportion or Dimensional Analysis Medical Math and Pharmacy Calculations Mastery - 05 00:05:00 Medical Math and Pharmacy Calculations Mastery - 06 00:07:00 Medical Math and Pharmacy Calculations Mastery - 07 00:14:00 Medical Math and Pharmacy Calculations Mastery - 08 00:04:00 Medical Math and Pharmacy Calculations Mastery - 09 00:08:00 Pharmacy Math Medical Math and Pharmacy Calculations Mastery - 10 00:07:00 11- Quantity To Be Dispensed 00:03:00 12 - Single Dose, Single Day, Total Volume 00:12:00 Business Math 13 - Business Math Terminologies 00:08:00 14 - Business Math Mark-up Discount 00:16:00 15 - Retail Business Math Mark-up Amount & Mark-up Percentage 00:08:00 16 - Retail Business Math Discount Amount & Discount Percentage 00:15:00 17 - Pharmacy Business Math Purchase Price, Discount, and Discount Percentage 00:03:00 18 - Pharmacy Business Math Percentage Markup Rate 00:02:00 19 - Pharmacy Business Math Gross Profit Net Profit 00:03:00 Understanding Percentages, Strengths & Concentration 20 - Percentages, Strengths & Concentration 00:15:00 21 - % wv, % ww, % vv 00:06:00 Hospital and Compounding Math: Alligation & Dilution 22 - Review of Percentages, Strengths & Concentration 00:02:00 23 - Alligation & Dilution 00:04:00 24 - Application of Percentage, Alligation & Dilution 00:03:00 25 - Practice Problems 00:17:00 26 - More Practice Problems 00:02:00 Hospital Math: Flow Rate & Drip Rate 27 - Flow Rate vs Drip Rate 00:12:00 28 - Finding the R 00:07:00 29 - Finding the T 00:06:00 30 - Finding the V 00:03:00 Dosage Calculation 31 - Dosage Calculation Based on Weight & Age 00:05:00 32 - Dosage Calculation Based on Body Surface Area (BSA) 00:06:00 33 - BSA Practice Problems 00:03:00 34 - Therapeutic Dose versus Lethal Dose 00:02:00 35 - Therapeutic Range Minimum and Maximum Dose 00:08:00 36 - Dosage Calculation Based on Weight mgkgday & mgkgdose 00:07:00 37 - Pediatric Daily Rate 00:06:00 Order Your Certificates and Transcripts Order Your Certificates and Transcripts 00:00:00
I cover a range of subjects, including mathematics, English and science, as well as targeted preparation for entrance exams such as the 11 plus, ISEB, and more. Additionally, I provide focused support for verbal reasoning and non-verbal reasoning assessments. Importantly, all tuition is bespoke, tailored to your child's unique learning needs and requirements. My goal is to offer comprehensive assistance tailored to the primary education curriculum and specific entrance requirements. I also support children in their transition to secondary school through secondary private tuition and GCSE private tuition in certain subjects. I can always recommend excellent private tutors if I am not able to support a particular subject, so get in touch!
Embark on a Mathematical Odyssey: Build Your Math Fundamentals Welcome to a transformative journey through the enchanting realm of numbers and calculations with our Build Your Math Fundamentals course. Dive deep into the core of mathematical understanding as we unravel the mysteries of integers, factors, fractions, and more. The journey begins with the exploration of directed numbers and meanders through the intricacies of BODMAS, rational numbers, percentages, and beyond. Each module is a stepping stone, laying the foundation for a solid understanding of math fundamentals. No longer view math as a challenge; embrace it as a fascinating adventure with real-world applications. Whether you're a novice eager to conquer the basics or someone looking to refresh their mathematical prowess, this course is your key to unlocking the magic of numbers. Learning Outcomes Master the concept of integers, including directed numbers and their applications. Explore the world of factors, multiples, and their significance in mathematical calculations. Gain proficiency in working with fractions and understand their role in real-world scenarios. Apply the BODMAS rule for simplification with confidence and precision. Navigate through decimal numbers, rational numbers, percentages, and advanced topics like scientific notation. Why choose this Build Your Math Fundamentals course? Unlimited access to the course for a lifetime. Opportunity to earn a certificate accredited by the CPD Quality Standards and CIQ after completing this course. Structured lesson planning in line with industry standards. Immerse yourself in innovative and captivating course materials and activities. Assessments designed to evaluate advanced cognitive abilities and skill proficiency. Flexibility to complete the Course at your own pace, on your own schedule. Receive full tutor support throughout the week, from Monday to Friday, to enhance your learning experience. Unlock career resources for CV improvement, interview readiness, and job success. Who is this Build Your Math Fundamentals course for? Students seeking to strengthen their foundational math skills. Professionals wanting to enhance their quantitative abilities. Parents supporting their children in math studies. Job seekers preparing for numerical assessments. Anyone looking to build a solid mathematical foundation for future learning. Career path Data Entry Clerk: £18,000 - £25,000 Administrative Assistant: £20,000 - £28,000 Retail Sales Associate: £18,000 - £22,000 Customer Service Representative: £18,000 - £25,000 Junior Accountant: £22,000 - £30,000 Banking Associate: £20,000 - £28,000 Prerequisites This Build Your Math Fundamentals does not require you to have any prior qualifications or experience. You can just enrol and start learning.This Build Your Math Fundamentals was made by professionals and it is compatible with all PC's, Mac's, tablets and smartphones. You will be able to access the course from anywhere at any time as long as you have a good enough internet connection. Certification After studying the course materials, there will be a written assignment test which you can take at the end of the course. After successfully passing the test you will be able to claim the pdf certificate for £4.99 Original Hard Copy certificates need to be ordered at an additional cost of £8. Course Curriculum Integers ( Directed Numbers) Introduction 00:02:00 Number system 00:09:00 Integers and ordering of integers 00:07:00 Addition and Subtractions of Integers 00:10:00 Operations on Integers 00:06:00 Multiplication and Division of Integers 00:07:00 Powers of Integers (Exponents) 00:04:00 Factors and Multiples Complete knowledge about factors and multiples 00:07:00 Divisibility tests for 2,3,4,5,6 00:07:00 Divisibility rules 7,8,9,10,11 00:11:00 Prime Factorization 00:13:00 Highest common factor HCF 00:13:00 Word problems based on HCF 00:12:00 Least common multiple LCM 00:16:00 Relation between lcm and HCF 00:04:00 Fractions Classification of Fractions 00:04:00 Convert mixed to improper and improper to mixed fractions 00:03:00 Equivalent Fractions 00:04:00 Comparing Fractions after converting to like fractions 00:09:00 Reducing a fraction to lowest term 00:04:00 Addition and subtraction OF fractions 00:08:00 Multiplication and division of fractions 00:11:00 Word problems on fractions 00:16:00 Simplification Rule : BODMAS Bodmas and rules to remove brackets 00:03:00 simplify expressions using BODMAS rules 00:05:00 simplify expressions involving fractions using BODMAS 00:07:00 Decimal numbers Decimal numbers in relation to fractions 00:08:00 Like and unlike Decimals 00:05:00 Ordering of Decimal numbers 00:10:00 Addition and subtraction of Decimal 00:07:00 Multiplication of Decimal 00:03:00 Division of Decimal 00:08:00 Rational Numbers Rational number 00:02:00 Representation of Rational Numbers on Number line 00:05:00 Determining which fraction is terminating or non-terminating 00:07:00 shortcut method of writing decimal expansion of fraction to decimal 00:08:00 Approximation Rounding to whole number 00:06:00 Rounding to required number of decimals (1 d.p. ) 00:05:00 Rounding to significant digits 00:07:00 Practice question on three methods of approximation 00:05:00 Estimation and Scientific Notation or Standard form Estimation 00:05:00 Scientific Notation 00:07:00 Operation on numbers when they are in scientific notation 00:06:00 Percentage Percentage to fraction and fraction to percentage 00:06:00 Percentage of a quantity and conversation to decimal 00:06:00 Expressing one quantity as percentage of another quantity 00:06:00 Finding increase decrease percent 00:05:00 Uses of Percentages-Word Problems 00:09:00 Ratio and Proportion Ratio- How to express as simple ratio 00:09:00 How to compare Ratios 00:04:00 Word problems on finding ratios 00:07:00 To divide a given quantity into a given Ratio 00:11:00 Proportion 00:04:00 Practice problems on Proportion 00:06:00 Continued proportion 00:06:00 Unitary Method and its Applications Direct Variation (or proportion) 00:04:00 Problems based on Direct proportion 00:10:00 Inverse Variation (or proportion) 00:10:00 Multiple Ratios 00:10:00 Profit , Loss, discount and Tax Basics - Profit and Loss 00:04:00 More practice problems on Profit _ Loss 00:06:00 Selling price formula and Problems 00:04:00 Cost price formula and Problems 00:03:00 Higher problems on Profit and Loss 00:08:00 Basics - Discount 00:05:00 Practice problems on Discount 00:04:00 Tax 00:06:00
Need a maths qualification that counts? Our Functional Skills Maths – Level 2 Course is built for learners who want to strengthen their number skills for work, education, or day-to-day life—without the fluff. It’s straightforward, flexible, and delivered entirely online, meaning you can study wherever you have internet access (even in your pyjamas, if that’s your style). Covering essential topics from percentages and fractions to graphs, equations and data handling, this course is designed to sharpen your maths confidence one topic at a time. Whether you’re brushing up to boost your CV or aiming for university entry, this nationally recognised Level 2 qualification is a smart step forward—without the usual headaches. Learning outcomes: Understand and apply mathematical principles to solve everyday problems Learn how to use ratios and proportions to make informed decisions The ability to work with numbers of any size, including decimals, percentages, and fractions Knowledge of ratios, proportions, and how to calculate profit and loss Develop the ability to convert between metric and imperial units Understand the basic principles of probability and statistics Be able to calculate areas, volumes, and surface areas of different shapes The Functional Skills Maths - Level 2 course consists of 20 sections that cover a wide range of mathematical topics, starting with an introduction to the course and moving on to topics such as decimals, fractions, percentages, and ratios. The course also covers topics such as compound measures, 2-D and 3-D shapes, and probability and statistics. The bonus section on time includes 11 video lectures. Upon completing Functional Skills Maths - Level 2, learners will be equipped with the mathematical skills necessary to tackle real-world problems and succeed in a range of educational and employment opportunities. The course will provide learners with a firm foundation in maths that will enable them to progress onto higher-level maths courses or to apply their knowledge in a variety of industries, such as finance, accounting, engineering, and many more. How is the course assessed? Upon completing an online module, you will immediately be given access to a specifically crafted MCQ test. For each test, the pass mark will be set to 60%. Exam & Retakes: It is to inform our learners that the initial exam for this online course is provided at no additional cost. In the event of needing a retake, a nominal fee of £9.99 will be applicable. Certification Upon successful completion of the assessment procedure, learners can obtain their certification by placing an order and remitting a fee of £9 for PDF Certificate and £15 for the Hardcopy Certificate within the UK ( An additional £10 postal charge will be applicable for international delivery). CPD 15 CPD hours / points Accredited by CPD Quality Standards Who is this course for? The course is ideal for highly motivated individuals or teams who want to enhance their professional skills and efficiently skilled employees. Requirements There are no formal entry requirements for the course, with enrollment open to anyone! Career path Completing this course can lead to a variety of career paths, such as Office administrator (£16,000 - £21,000 per year) Retail sales associate (£15,000 - £20,000 per year) Customer service representative (£16,000 - £22,000 per year) Warehouse operative (£16,000 - £20,000 per year) Hospitality team member (£15,000 - £20,000 per year) Certificates Certificate of completion Digital certificate - £9 You can apply for a CPD Accredited PDF Certificate at the cost of £9. Certificate of completion Hard copy certificate - £15 Hard copy can be sent to you via post at the expense of £15.
Whether you're brushing up on your numeracy for career growth or looking to gain confidence with everyday maths, this online course offers a clear and focused path forward. Designed to support learners at all stages, it strips out the fluff and gets right to the point – numbers, logic, and how to use them effectively. From working out percentages to tackling ratios, everything is explained in plain English, with zero jargon and a sensible pace that doesn’t talk down to you. Delivered entirely online with flexible access, this course fits around your schedule – no classrooms, no waiting around, just straight-up learning. If long-forgotten maths lessons from school still haunt you, don’t worry – this is built differently. It’s practical where it counts and supportive when it matters most. Whether you're aiming for a job, an apprenticeship or further study, this Level 1 qualification is your reliable stepping stone to getting there, one equation at a time. By the end of this course, you will be able to: Perform basic operations with large numbers Round off numbers accurately Understand and work with fractions and decimals Apply formulas for one or two-step operations Calculate simple ratios and proportions Interpret and use statistical data effectively Join us today and get ready to take your maths to the next level! Key Features & Benefits: CPD Accredited Certificate Lifetime Access & 24/7 Support on weekdays (Monday to Friday) Self-paced course modules Course materials feature captivating voice-overs and visuals Functional Skills Maths Level 1 (Updated 2022) is a comprehensive course designed to help individuals develop fundamental mathematical skills. This course covers a variety of topics such as large numbers, fractions, percentages, and geometry. Upon completion, individuals will have the necessary skills and confidence to solve a variety of mathematical problems that they may encounter in everyday life. Curriculum Breakdown: Functional Skills Maths Level 1 (Updated 2022) Section 01: Introduction Section 02: Read, Write, Compare and Order Large Numbers Section 03: Rounding off Numbers Section 04: Negative & Positive Numbers Section 05: Factors and Multiples Section 06: Fractions Section 07: Decimal numbers Section 08: Multiply and Divide by 10,100,1000 etc. Section 09: Squaring of one-digit and two-digit numbers Section 10: Formula in words for 1 step or two steps operations Section 11: Length Mass & Capacity Section 12: Time Section 13: Order of Operations rule- PEMDAS Section 14: Estimation Section 15: Simple Ratio & Direct Proportion Section 16: Scale Drawing Section 17: Percentage Section 18: Simple Interest and Discounts Section 19: Money Section 20: Statistics Section 21: Probability Section 22: Geometry Section 23: Areas and Perimeters Section 24: Volume and Surface Area How is the course assessed? Upon completing an online module, you will immediately be given access to a specifically crafted MCQ test. For each test, the pass mark will be set to 60%. Exam & Retakes: It is to inform our learners that the initial exam for this online course is provided at no additional cost. In the event of needing a retake, a nominal fee of £9.99 will be applicable. Certification Upon successful completion of the assessment procedure, learners can obtain their certification by placing an order and remitting a fee of £9 for PDF Certificate and £15 for the Hardcopy Certificate within the UK ( An additional £10 postal charge will be applicable for international delivery). CPD 15 CPD hours / points Accredited by CPD Quality Standards Who is this course for? The course is ideal for highly motivated individuals or teams who want to enhance their professional skills and efficiently skilled employees. Requirements There are no formal entry requirements for the course, with enrollment open to anyone! Career path Completing the Functional Skills Maths - Level 1 (Updated 2022) can open up various career paths in the financial industry, with possible roles and salary ranges including: Retail Sales Assistant (£16,000 - £21,000) Administrative Assistant (£16,000 - £21,000) Warehouse Operative (£16,000 - £23,000) Customer Service Advisor (£17,000 - £25,000) Accounts Assistant (£18,000 - £24,000) Certificates Certificate of completion Digital certificate - £9 You can apply for a CPD Accredited PDF Certificate at the cost of £9. Certificate of completion Hard copy certificate - £15 Hard copy can be sent to you via post at the expense of £15.
Struggling with percentages, fractions, or everyday numbers? This Functional Skills – Maths course is designed to simplify maths in a way that makes sense. Whether you're brushing up for work, exams, or personal growth, the content is tailored to help you understand maths without needing a degree in rocket science. It's direct, clear, and surprisingly enjoyable — even for those who used to "forget their calculator" on purpose. Built with adult learners in mind, this online course focuses on the maths you’re likely to need in daily life or the workplace. From calculating bills to interpreting data and solving problems logically, it’s all explained in a friendly, no-nonsense way. With a flexible online format and a tone that respects your time (and sanity), this is maths — just not the kind you dreaded in school. Learning Outcomes: Develop a deep understanding of Integers and their applications. Master the principles of BODMAS and simplification rules. Gain a comprehensive understanding of Fractions and their applications. Develop the ability to work with Decimals and Rational Numbers. Learn to use Estimation and Scientific Notation to solve complex problems. Acquire the skills needed to work with Percentages, Ratios, and Proportions. Our Functional Skills Maths Level 3 course offers an exceptional opportunity for learners to enhance their mathematical skills and knowledge. The course covers a variety of topics, including Integers, Factors and Multiples, Fractions, Decimal and Rational Numbers, and much more. Our experienced tutors will deliver engaging and interactive lessons that will help you to develop a deep understanding of each topic. Whether you're looking to improve your employment prospects, prepare for further education, or simply expand your mathematical ability, this course is the perfect fit. You will learn how to work with Percentages, Ratios, and Proportions, as well as the Unitary Method and its Applications, which will help you to solve complex problems with ease. Last but not least, you will have gained the confidence and skills to take on real-world mathematical challenges. So why wait? Enrol now and take your first step towards a brighter future! How is the course assessed? Upon completing an online module, you will immediately be given access to a specifically crafted MCQ test. For each test, the pass mark will be set to 60%. Exam & Retakes: It is to inform our learners that the initial exam for this online course is provided at no additional cost. In the event of needing a retake, a nominal fee of £9.99 will be applicable. Certification Upon successful completion of the assessment procedure, learners can obtain their certification by placing an order and remitting a fee of __ GBP. £9 for PDF Certificate and £15 for the Hardcopy Certificate within the UK ( An additional £10 postal charge will be applicable for international delivery). CPD 10 CPD hours / points Accredited by CPD Quality Standards Who is this course for? The course is ideal for highly motivated individuals or teams who want to enhance their professional skills and efficiently skilled employees. Requirements There are no formal entry requirements for the course, with enrollment open to anyone! Career path By obtaining the Functional Skills Maths Level 3, you can unlock several career avenues in finance, with potential roles and wages ranges, including: Data Analyst (£25,000 - £40,000) Accountant (£24,000 - £50,000) Financial Analyst (£24,000 - £45,000) Operations Manager (£24,000 - £60,000) Sales Analyst (£20,000 - £35,000) Business Analyst (£24,000 - £50,000) Certificates Certificate of completion Digital certificate - £9 You can apply for a CPD Accredited PDF Certificate at the cost of £9. Certificate of completion Hard copy certificate - £15 Hard copy can be sent to you via post at the expense of £15.
The Functional Skills Maths - Level 2 Course is your stepping stone to building solid numeracy confidence for both work and everyday life. Designed with clarity and flexibility in mind, this online course helps you make sense of numbers, from percentages and ratios to statistics and probability. Whether you’re sorting household budgets or handling data in the workplace, this course ensures you're equipped to handle mathematical challenges with greater ease and accuracy. No need to dread equations or dusty textbooks—this course breaks down essential maths into bite-sized, digestible lessons that suit your schedule. With straightforward explanations and supportive resources, it’s ideal for those looking to polish their skills or meet requirements for employment, apprenticeships, or further education. You’ll gain a recognised qualification while sharpening your ability to think logically and solve problems with confidence—calculator optional. Learning outcomes: Understand and apply mathematical principles to solve everyday problems Learn how to use ratios and proportions to make informed decisions The ability to work with numbers of any size, including decimals, percentages, and fractions Knowledge of ratios, proportions, and how to calculate profit and loss Develop the ability to convert between metric and imperial units Understand the basic principles of probability and statistics Be able to calculate areas, volumes, and surface areas of different shapes The Functional Skills Maths - Level 2 course consists of 20 sections that cover a wide range of mathematical topics, starting with an introduction to the course and moving on to topics such as decimals, fractions, percentages, and ratios. The course also covers topics such as compound measures, 2-D and 3-D shapes, and probability and statistics. The bonus section on time includes 11 video lectures. Upon completing Functional Skills Maths - Level 2, learners will be equipped with the mathematical skills necessary to tackle real-world problems and succeed in a range of educational and employment opportunities. The course will provide learners with a firm foundation in maths that will enable them to progress onto higher-level maths courses or to apply their knowledge in a variety of industries, such as finance, accounting, engineering, and many more. How is the course assessed? Upon completing an online module, you will immediately be given access to a specifically crafted MCQ test. For each test, the pass mark will be set to 60%. Exam & Retakes: It is to inform our learners that the initial exam for this online course is provided at no additional cost. In the event of needing a retake, a nominal fee of £9.99 will be applicable. Certification Upon successful completion of the assessment procedure, learners can obtain their certification by placing an order and remitting a fee of __ GBP. £9 for PDF Certificate and £15 for the Hardcopy Certificate within the UK ( An additional £10 postal charge will be applicable for international delivery). CPD 15 CPD hours / points Accredited by CPD Quality Standards Who is this course for? The course is ideal for highly motivated individuals or teams who want to enhance their professional skills and efficiently skilled employees. Requirements There are no formal entry requirements for the course, with enrollment open to anyone! Career path Completing this course can lead to a variety of career paths, such as Office administrator (£16,000 - £21,000 per year) Retail sales associate (£15,000 - £20,000 per year) Customer service representative (£16,000 - £22,000 per year) Warehouse operative (£16,000 - £20,000 per year) Hospitality team member (£15,000 - £20,000 per year) Certificates Certificate of completion Digital certificate - £9 You can apply for a CPD Accredited PDF Certificate at the cost of £9. Certificate of completion Hard copy certificate - £15 Hard copy can be sent to you via post at the expense of £15.