Breadcrumbs

 

 

 

Download ModelDownload SourceembedLaunch Website ES WebEJS

Translations

Code Language Translator Run

Credits

weelookang@gmail.com; Francisco Esquembre; Felix_J_Garcia_Clemente

Main Theme: The central theme is the creation and dissemination of an interactive, open educational resource for teaching and learning the fundamental mathematical concepts of adding and subtracting fractions, specifically focusing on mixed numbers and improper fractions.

Source 1: Excerpts from "1 +3/8 = ? Add and Subtract Fractions JavaScript Simulation Applet HTML5 - Open Educational Resources / Open Source Physics @ Singapore | Open Educational Resources / Open Source Physics @ Singapore"

This source provides a webpage listing a specific JavaScript simulation applet focused on the problem "1 + 3/8 = ?". It is hosted under the "Open Educational Resources / Open Source Physics @ Singapore" initiative.

Key Ideas and Facts:

  • Specific Focus: The applet directly addresses the addition of a whole number and a proper fraction, resulting in a mixed number. The title explicitly mentions "Add and Subtract Fractions," indicating broader capabilities beyond this specific example, likely available in other versions or related resources.
  • Technology: The applet is built using JavaScript and HTML5, making it web-based and accessible through modern browsers without the need for additional plugins. This is highlighted in the title: "JavaScript Simulation Applet HTML5".
  • Open Educational Resource (OER): The applet is presented as an Open Educational Resource, meaning it is freely available for use, adaptation, and sharing. The hosting platform itself emphasizes OER.
  • Embeddability: The source explicitly provides an <iframe> code snippet, allowing teachers and educators to easily embed the simulation into their own webpages or learning management systems:
  • <iframe width="100%" height="100%" src="https://iwant2study.org/lookangejss/math/ejss_model_addfractions1plus3over8/addfractions1plus3over8_Simulation.xhtml " frameborder="0"></iframe>
  • Credits and Authorship: The credits section acknowledges the creators and contributors: "This email address is being protected from spambots. You need JavaScript enabled to view it. ; Francisco Esquembre; Felix_J_Garcia_Clemente". This highlights a collaborative effort in developing the resource.
  • Learning Goals (Sample): While the specific text of the learning goals is not provided ("[texthttps://iwant2study.org/lookangejss/math/ejss_model_addfractions1plus3over8/ original simulation by lookang"
  • "2. https://weelookang.blogspot.com/2021/07/add-and-subtract-fractions-javascript.html" (This link points to a blog post likely discussing the applet).
  • Other Resources: The extensive list of links following the accordion FAQ suggests a wider collection of similar interactive simulations and resources available from the same platform, covering various topics in mathematics and science. This context positions the fraction applet within a larger ecosystem of OER. Examples include simulations on geometry, algebra, physics, and other STEM subjects.
  • Licensing: The webpage footer explicitly states the licensing terms: "Contents are licensed Creative Commons Attribution-Share Alike 4.0 Singapore License". This reinforces the OER nature of the resource and outlines the permissions and requirements for its use and distribution. It also mentions a separate license for commercial use of the "EasyJavaScriptSimulations Library".
  • Popular Tags: The "Popular Tags" section indicates the subject area of the applet ("Fractions Equivalent") and connects it to broader mathematical topics ("Mathematics", "numbers and algebra", "Mixed Numbers and Improper Fractions", "whole numbers"). The presence of tags like "Primary" suggests the target audience for some of these resources.

Source 2: Excerpts from "Add and Subtract Fractions"

This source appears to be metadata or a brief description directly associated with the "Add and Subtract Fractions" resource itself.

Key Ideas and Facts:

  • Title and Focus: The title confirms the broader scope of the resource as encompassing both addition and subtraction of fractions.
  • Authorship and Contact: It reiterates the authors and provides a specific contact email address: "weelookang@gmail.com; Francisco Esquembre; Felix_J_Garcia_Clemente".
  • Copyright and License: It clearly states the copyright "(C) 2021, CC-BY-NC-SA" and the specific Creative Commons license "Compiled with EJS 6.1 BETA (201115) Released under a license." The "CC-BY-NC-SA" license signifies Attribution-NonCommercial-ShareAlike, meaning users can use, adapt, and share the work for non-commercial purposes, provided they attribute the original authors and share any adaptations under the same license.
  • Technology Mention: The mention of "Compiled with EJS 6.1 BETA (201115)" indicates the specific software tool used to create the JavaScript simulation, which stands for Easy JavaScript Simulations Toolkit. This connects back to the licensing information in Source 1 regarding the EJSLicense.

Overall Significance and Implications:

These sources highlight the creation and sharing of an open-source, interactive tool designed to help learners understand and practice adding and subtracting fractions. The use of JavaScript and HTML5 ensures broad accessibility. The clear licensing terms encourage educational use and adaptation while protecting the creators' rights. The context provided by the extensive list of other resources in Source 1 positions this applet within a larger initiative dedicated to providing free and accessible educational materials in STEM fields. The multiple versions and the mention of teacher resources and learning goals suggest a thoughtful pedagogical approach behind the development of this simulation

 

 

Study Guide: Adding and Subtracting Fractions

Overview

This study guide is designed to help you review the fundamental concepts related to adding and subtracting fractions, based on the provided materials. The sources primarily point to a JavaScript simulation applet focused on the specific example of adding a whole number and a fraction (1 + 3/8). While the direct content explaining the general rules of fraction addition and subtraction is limited, we can infer key concepts from the application and its context within educational resources. This guide will cover the basic principles of adding and subtracting fractions, emphasizing the importance of common denominators.

Key Concepts

  • Fractions: A fraction represents a part of a whole or, more generally, any number of equal parts. It is written as a ratio of two numbers, a numerator (top number) and a denominator (bottom number).
  • Numerator: The top number of a fraction, indicating how many parts of the whole are being considered.
  • Denominator: The bottom number of a fraction, indicating the total number of equal parts that make up the whole.
  • Mixed Number: A number consisting of a whole number and a proper fraction (e.g., 1 3/8).
  • Improper Fraction: A fraction where the numerator is greater than or equal to the denominator (e.g., 11/8).
  • Common Denominator: A shared denominator that two or more fractions have, which is necessary for adding or subtracting them.
  • Equivalent Fractions: Fractions that represent the same value, even though they may have different numerators and denominators (e.g., 1/2 and 2/4).
  • Adding Fractions: To add fractions with the same denominator, add the numerators and keep the denominator the same. To add fractions with different denominators, first find a common denominator, convert the fractions to equivalent fractions with that denominator, and then add the numerators.
  • Subtracting Fractions: To subtract fractions with the same denominator, subtract the numerators and keep the denominator the same. To subtract fractions with different denominators, first find a common denominator, convert the fractions to equivalent fractions with that denominator, and then subtract the numerators.
  • Converting Mixed Numbers to Improper Fractions: Multiply the whole number by the denominator of the fraction, add the numerator, and keep the same denominator. For example, 1 3/8 = (1 * 8 + 3) / 8 = 11/8.
  • Converting Improper Fractions to Mixed Numbers: Divide the numerator by the denominator. The quotient is the whole number, the remainder is the numerator of the fraction, and the denominator remains the same. For example, 11/8 = 1 with a remainder of 3, so it is 1 3/8.

Quiz

Answer the following questions in 2-3 sentences each.

  1. What is the crucial first step when you want to add or subtract fractions that have different denominators?
  2. Explain the difference between a numerator and a denominator in a fraction.
  3. What is a mixed number, and provide an example based on the source material?
  4. How do you convert a mixed number into an improper fraction? Provide a general rule.
  5. If two fractions have the same denominator, how do you add them together?
  6. Explain the concept of equivalent fractions and why it is important when adding or subtracting fractions with different denominators.
  7. In the example 1 + 3/8, how can you think of the whole number 1 as a fraction to perform the addition?
  8. What does the JavaScript simulation applet mentioned in the source likely allow users to visualize in the context of adding fractions?
  9. Why is finding a common denominator necessary for adding or subtracting fractions with unlike denominators?
  10. Based on the source, what is the main mathematical operation that the linked simulation focuses on?

Quiz Answer Key

  1. The crucial first step when adding or subtracting fractions with different denominators is to find a common denominator. This involves identifying a multiple that both denominators share.
  2. The numerator is the top number of a fraction and represents the number of parts being considered. The denominator is the bottom number and represents the total number of equal parts that make up the whole.
  3. A mixed number is a combination of a whole number and a proper fraction. In the context of the source, 1 3/8 is an example of a mixed number.
  4. To convert a mixed number to an improper fraction, multiply the whole number by the denominator of the fraction and then add the numerator. Keep the resulting sum as the new numerator and use the original denominator.
  5. When adding fractions with the same denominator, you simply add their numerators together and keep the denominator the same. The result is a new fraction with the summed numerator and the original denominator.
  6. Equivalent fractions are fractions that have different numerators and denominators but represent the same value. This concept is important because it allows us to rewrite fractions with different denominators so that they share a common denominator, enabling addition or subtraction.
  7. To add 1 + 3/8, you can think of the whole number 1 as a fraction with a denominator of 8, which is 8/8. This allows you to add it to 3/8 using the rule for adding fractions with common denominators.
  8. The JavaScript simulation applet likely allows users to visually manipulate representations of fractions and see the process of combining them to find the sum, especially in the case of adding a whole number and a fraction.
  9. Finding a common denominator is necessary because fractions represent parts of a whole, and to add or subtract them meaningfully, the "wholes" must be divided into the same number of equal parts. The common denominator provides this shared unit.
  10. Based on its title, the main mathematical operation that the linked simulation applet focuses on is the addition of fractions, specifically in the context of 1 + 3/8.

Essay Format Questions

  1. Discuss the importance of understanding fractions and their operations in mathematics and everyday life. How does the ability to add and subtract fractions contribute to a broader mathematical understanding?
  2. Explain the relationship between mixed numbers and improper fractions. Describe the processes of converting between these two forms and why these conversions are useful when performing addition and subtraction of fractions.
  3. Elaborate on the concept of a common denominator. Why is it essential for adding and subtracting fractions with unlike denominators? Describe the steps involved in finding a common denominator and converting fractions accordingly.
  4. Considering the resource mentions a JavaScript simulation applet, discuss the potential benefits of using interactive tools and visualizations in learning about adding and subtracting fractions. How might such tools enhance understanding compared to traditional methods?
  5. Based on the provided title "1 + 3/8 = ? Add and Subtract Fractions JavaScript Simulation Applet HTML5," and the broader context of open educational resources, what inferences can you make about the intended audience and learning goals of such a simulation? How might it be used in an educational setting?

Glossary of Key Terms

  • Fraction: A numerical quantity that is not a whole number (e.g., 1/2, 3/4). It represents a part of a whole.
  • Numerator: The top number in a fraction that indicates how many parts of the whole are being counted.
  • Denominator: The bottom number in a fraction that indicates the total number of equal parts the whole is divided into.
  • Mixed Number: A number that combines a whole number and a proper fraction (e.g., 2 1/3).
  • Improper Fraction: A fraction where the numerator is greater than or equal to the denominator (e.g., 5/2).
  • Common Denominator: A denominator that is the same for two or more fractions, allowing them to be added or subtracted.
  • Equivalent Fractions: Fractions that have different numerators and denominators but represent the same value (e.g., 1/2 and 3/6).
  • JavaScript Simulation Applet: An interactive program written in JavaScript that simulates a mathematical concept, allowing users to explore and visualize it.
  • Open Educational Resources (OER): Freely accessible, openly licensed teaching, learning, and research materials that can be used and adapted by anyone.
  • HTML5: The latest evolution of the standard that underpins the web, used here to create interactive web-based applications.

Sample Learning Goals

[text]

For Teachers

[text]

Research

[text]

Video

 Version:

  1. https://iwant2study.org/lookangejss/math/ejss_model_addfractions1plus3over8/ original simulation by lookang
  2. https://weelookang.blogspot.com/2021/07/add-and-subtract-fractions-javascript.html

Other Resources

[text]

Frequently Asked Questions

What is the primary focus of the provided resources?

The primary focus of the provided resources is on open educational resources, specifically a JavaScript simulation applet designed for learning how to add and subtract fractions, with an example of 1 + 3/8. It is part of a larger collection of interactive simulations and resources for various subjects, particularly mathematics and science, developed by Open Source Physics @ Singapore.

What is the specific tool highlighted in the initial excerpt, and what does it do?

The specific tool highlighted is a JavaScript simulation applet built using HTML5. Its purpose is to provide an interactive way for users to understand and practice adding and subtracting fractions, as demonstrated by the example "1 + 3/8 = ?".

Who are the creators and contributors mentioned in relation to this specific fraction simulation?

The creators and contributors mentioned for the "Add and Subtract Fractions" simulation are weelookang@gmail.com, Francisco Esquembre, and Felix_J_Garcia_Clemente. The original simulation is credited to lookang.

What are some of the broader subject areas covered by the "Open Educational Resources / Open Source Physics @ Singapore" project?

The project covers a wide range of subject areas, primarily in mathematics and science. Examples include fractions, mixed numbers, improper fractions, area and perimeter, volume, basic shapes, algebra, geometry, physics topics like mechanics, waves, light, heat, and electricity, chemistry topics like bonding and organic molecules, and even some biology and language learning tools.

What types of interactive learning tools are offered within this collection?

The collection offers various interactive learning tools, primarily in the form of JavaScript-based simulations and applets using HTML5. These include virtual labs, games, interactive models, and visualization tools designed to engage learners and help them understand concepts through direct manipulation and observation.

Are these resources intended for a specific educational level?

While some resources are explicitly mentioned for primary school or lower secondary levels, the breadth of topics suggests that the collection caters to a wide range of educational levels, potentially including secondary and even introductory tertiary education. There are resources related to basic arithmetic and shapes for younger learners, as well as more advanced topics in physics and chemistry.

Are these resources freely available, and what are the licensing terms mentioned?

Yes, the resources are presented as Open Educational Resources (OER) and are licensed under the Creative Commons Attribution-Share Alike 4.0 Singapore License. This generally means they can be used, adapted, and shared freely, provided appropriate credit is given and any derivative works are shared under a similar license. However, for commercial use of the EasyJavaScriptSimulations Library used to create some of these resources, a separate license needs to be obtained from the University of Murcia (um.es).

What platforms or technologies are primarily used to deliver these interactive learning experiences?

The interactive learning experiences are primarily delivered through web-based technologies, specifically JavaScript and HTML5. This allows the simulations and applets to be embedded in webpages and accessed through standard web browsers without the need for additional plugins or software installations, making them widely accessible.

0.5 1 1 1 1 1 1 1 1 1 1 Rating 0.50 (1 Vote)