1072 results for "number".
-
Question in DIAGNOSYS
No description given
-
Question in DIAGNOSYS
No description given
-
Question in DIAGNOSYS
No description given
-
Question in DIAGNOSYS
No description given
-
Question in DIAGNOSYS
No description given
-
Question in Thomas's workspace
A graph (of a cubic) is given. The question is to determine the number of roots and number of stationary points the graph has. Non-calculator. Advice is given.
-
Question in How-tos
Given an ascending sequence of numbers, finds the index in the sequence of the first number greater than or equal to a given value.
-
Question in How-tos
Because JavaScript numbers lose precision as they get bigger, you get some unexpected results.
See the variable "two" - the difference should be 2, but because the JavaScript representation of each of the two numbers is the same, it thinks the difference is 0.
Using the decimal data type, there's no loss of precision, so the correct value is produced.
-
Question in How-tos
Pick from the range -5..5, but make 0 more likely.
-
Question in How-tos
Demonstrates how to set up a "choose one from a list" part where the number of choices is randomised.
The part is given a list of labels for the choices as well as a list specifying the marks to award for each choice.
-
Question in How-tosThis question shows that you can set the number of marks available for a part to a fraction. The total available for the question is 1 mark.
-
Question in How-tos
Should not be used: there's now a built-in function
frequencies
.This question randomly generates a list of 100 items, each chosen from a list of strings.
It then computes the number of occurrences of each distinct item in the list. The statement shows the frequencies in a table.
-
Question in How-tos
Shows how to use the JME function lpad to add zeros to the beginning of a number so it's always displayed using two digits.
-
Question in How-tos
The student is asked to write a number with a certain property, or tick a box labelled "this is impossible" if it can't be done.
A custom marking algorithm on the gap-fill part first checks if the student ticked the box. If they did, their answer is marked correct if it really is impossible. If they didn't tick it, their number is checked against the required property.
-
Question in How-tos
This demonstrates how to render a set of tuples such as $\{(1,2),(3,4)\}$ in LaTeX, starting with a list of pairs of numbers.
-
Question in How-tos
Ask for the squares of five randomly-chosen numbers between 0 and 15.
The shuffle function puts a list in random order.
-
Question in How-tos
This question shows how to display a number like "1234" as "1,234", or "1 234", using the formatNumber function.
-
Question in How-tos
Do not use this: alternative answers are the best way of accepting multiple correct answers.
-
Question in How-tos
A couple of different ways of asking the student to enter a large number, to get around the floating point imprecision problem.
-
Question in Peter's workspace
Given some random finite subsets of the natural numbers, perform set operations $\cap,\;\cup$ and complement.
-
Question in Content created by Newcastle University
Simple probability question. Counting number of occurrences of an event in a sample space with given size and finding the probability of the event.
-
Question in Maureen's workspace
Multiplication of 2-digit numbers expressed visually
-
Question in Maureen's workspace
quick shortcut
-
Question in Maureen's workspace
quick multiplication
-
Exam (5 questions) in Martin's workspace
Quiz covering basic arithmetic with complex numbers, solving a quadratic with complex solutions and converting to/from polar and rectangular forms.
-
Exam (7 questions) in Louisa's workspace
Addition activity 1 for Eva.
Adding single digit numbers together.
-
Question in Louisa's workspace
Adding single digit numbers together.
-
Question in Louisa's workspace
Adding single digit numbers together.
-
Question in Louisa's workspace
Adding single digit numbers together.
-
Question in Louisa's workspace
Adding single digit numbers together.