Tag: arithmetic. Page 2

dist2: Three Distances in a Cartesian Coordinate System

templates

Exercise template for computing the Manhattan, Euclidean, and maximum distance (cloze with three numeric answers) between two randomly-drawn points in a Cartesian coordinate system. Read More ›

dist: Distances and the Pythagorean Theorem

templates

Exercise template for computing the distance (numeric answer) between two randomly-drawn points in a Cartesian coordinate system. Read More ›

deriv2: Product Rule for Derivatives (Single-Choice)

templates

Exercise template for computing the derivative (single-choice) of a product function with factors of type xa and exp(b * x) at a given point c, with randomly-drawn a, b, and c. Read More ›

deriv: Product Rule for Derivatives

templates

Exercise template for computing the derivative (numeric answer) of a product function with factors of type xa and exp(b * x) at a given point c, with randomly-drawn a, b, and c. Read More ›

currency8: Convert Currencies (UTF-8 Encoding)

templates

Exercise template for converting currencies (EUR, USD, GBP) with various symbols in UTF-8 encoding. Read More ›