17 results.
-
Question in MESH
The subtraction algortihm using the borrow and pay back method with integers.
-
Question in MESH
Multiplication algorithm with integers
-
Question in MESH
Natural numbers addition algorithm. 2 and 3 digit numbers. Carrying.
-
Question in pre-algebra Numeracy and Arithmetic
Multiplication algorithm with integers
-
Question in Content created by Newcastle University
Solving an equation of the form ax≡bmodn where a and n are coprime.
-
Question in pre-algebra Numeracy and Arithmetic
No description given
-
Question in pre-algebra Numeracy and Arithmetic
Natural numbers addition algorithm. 2 and 3 digit numbers. Carrying.
-
Question in pre-algebra Numeracy and Arithmetic
The subtraction algortihm using the borrow and pay back method with integers.
-
Question in Julia Goedecke's contributions
Educational calculation tool rather than "question".
This allows the student to input a square matrix (max rows 5). Then the student can decide to swap some rows, or multiply some rows, or add multiples of one row to other rows. The student only has to input what operation should be performed, and this is automatically applied to the matrix and the identity matrix (or what it has got to). This question has no marks and no feedback as it's just meant as a "calculator". It has some checks in so students know when they are not entering a square matrix or a valid row number etc.
It has some rounding to 13 decimal places, as otherwise some fraction calculations become incorrectly displayed as a very small number instead of 0.
It would be possible to extend to more than 5 rows, one just has to put in a lot more variables and so on. I just had to choose some place to stop.
-
Question in Content created by Newcastle University
Given two numbers, find the gcd, then use Bézout's algorithm to find s and t such that as+bt=gcd(a,b).
-
Question in Christian's workspace
Given two numbers, find the gcd, then use Bézout's algorithm to find s and t such that as+bt=gcd(a,b). Finally, find all solutions of an equation modb.
-
Question in Content created by Newcastle University
Solving three simultaneous congruences using the Chinese Remainder Theorem:
x≡b1modn1x≡b2modn2x≡b3modn3
where gcd(n1,n2,n3)=1 -
Question in Content created by Newcastle University
Solving three simultaneous congruences using the Chinese Remainder Theorem:
x≡b1modn1x≡b2modn2x≡b3modn3
where gcd(n1,n2,n3)=1 -
Question in Content created by Newcastle University
Solving an equation of the form ax≡bmodn where gcd(a,n)|r. In this case we can find all solutions. The user is asked for the two greatest.
-
Question in Content created by Newcastle University
Solving two simultaneous congruences:
c1x≡b1modn1c2x≡b2modn2
where gcd(c1,n1)=1,gcd(c2,n2)=1,gcd(n1,n2)=1 -
Question in Content created by Newcastle University
Solving a pair of congruences of the form x≡b1modn1x≡b2modn2
where n1,n2 are coprime. -
Question in Content created by Newcastle University
Modular arithmetic. Find the following numbers modulo the given number n. Three examples to do.