476 results for "some".
-
Question in Linear Algebra 1st year
This allows the student to input a linear system in augmented matrix form (max rows 5, but any number of variables). 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 system. This question has no marks and no feedback as it's just meant as a "calculator".
-
Question in Blathnaid's workspace
Given some random finite subsets of the natural numbers, perform set operations $\cap,\;\cup$ and complement.
-
Question in Ugur's workspace
Given a sum of logs, all numbers are integers,
$\log_b(a_1)+\alpha\log_b(a_2)+\beta\log_b(a_3)$ write as $\log_b(a)$ for some fraction $a$.
Also calculate to 3 decimal places $\log_b(a)$.
-
Question in Ugur's workspace
Rearrange some expressions involving logarithms by applying the relation $\log_b(a) = c \iff a = b^c$.
-
Exam (2 questions) in .Algebra
Identify co-efficients, then use quadratic formula to find roots.
All set to be distinct and real. Some can be non-integer (0.5 steps)
-
Question in .Algebra
Solve quadratic equations (non-simple case, two real, discrete roots) using the formula. Some, random, non integer roots.
-
Question in .Differential Calculus
Simple application of "Power Rule" to differentiate polynomials.
Some co-efficients and powers are non-integer and some may be negative.
-
Question in .Differential Calculus
Simple application of "Power Rule" to differentiate single term functions.
Some co-efficients and powers are non-integer and some may be negative.
-
Question in Assessment Exercises
Evaluate $\int_1^{\,m}(ax ^ 2 + b x + c)^2\;dx$, $\int_0^{p}\frac{1}{x+d}\;dx,\;\int_0^\pi x \sin(qx) \;dx$, $\int_0^{r}x ^ {2}e^{t x}\;dx$
-
Question in .Statistics
Given two distributions, calculate the measures of average and spread and make some decisions based on the results.
-
Question in Ugur's workspace
Some quadratics are to be solved by factorising
-
Exam (11 questions) in Intro Maths
11 questions that test trig equations including use of identities and those needing stretches and translations. Also some questions related to trig graph shapes and applications.
-
Question in How-tos
A couple of different ways of showing the correct answer to a single part as soon as the student submits an answer. One way allows the student to change their answer, while the other locks the part.
A third part includes a "reveal answers to this part" button, which allows the student to choose to reveal the answer to the part.
Think very carefully before using this: by revealing the answer, you are removing the opportunity for the student to later on realise they've got that step wrong, as a consequence of some further work. It's often possible to use adaptive marking to use the student's answer in place of the correct answer in later parts.
-
Question in Merryn's workspace
Use the BODMAS rule to determine the order in which to evaluate some arithmetic expressions.
-
Question in Merryn's workspace
Use the BODMAS rule to determine the order in which to evaluate some arithmetic expressions.
-
Question in Merryn's workspace
Use the BODMAS rule to determine the order in which to evaluate some arithmetic expressions.
-
Question in Merryn's workspace
Use the BODMAS rule to determine the order in which to evaluate some arithmetic expressions.
-
Exam (6 questions) in Using JSXGraph in Numbas - JSXGraph conference 2021
Some questions demonstrating the JSXGraph extension, for my talk at the JSXGraph conference 2021.
-
Exam (3 questions) in Fundamentals of Mathematics and Computer Architecture
Some basic tests of adding, scaling, and multiplying matrices.
-
Question in Linear Algebra 1st year
Demo of automatically generating latex strings to out put vectors/matrices of variable size and that are calculated by some formula.
-
Question in Linear Algebra 1st year
Solving a system of three linear equations in 3 unknowns using Gaussian Elimination (or Gauss-Jordan algorithm) in 5 stages. Solutions are all integers. Set up so that sometimes it has infinitely many solutions (one free variable), sometimes unique solution. Scaffolded so meant for formative. The variable d determines the cases (d=1: unique solution, d-0: infinitely many solutions). The other variables are set up so that no entries become zero for some randomisations but not others.
-
Question in Linear Algebra 1st year
A combination of tasks: checking which matrix products exist, calculating some of these products, calculating transpose matrices. Comparing product of transpose with transpose of product. Experiencing associativity of matrix multiplication. Not much randomisation, only in which matrix product is computed as second option.
Comprehensive solution written out in Advice.
-
Question in Linear Algebra 1st year
This allows the student to input a linear system in augmented matrix form (max rows 5, but any number of variables). 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 system. This question has no marks and no feedback as it's just meant as a "calculator".
-
Question in Linear Algebra 1st year
A combination of tasks: checking which matrix products exist, calculating some of these products, calculating transpose matrices. Comparing product of transpose with transpose of product. Experiencing associativity of matrix multiplication. Not much randomisation, only in which matrix product is computed as second option.
Comprehensive solution written out in Advice.
-
Question in Linear Algebra 1st year
Asking the student to create examples of two matrices which multiply to zero but are not themselves the zero matrix. Then getting the student to think about some features of these examples.
-
Exam (6 questions) in Stephanie's workspace
This exam covers some of the techniques seen in the Psychology page on the wiki.
-
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
Give the student a larger area to write some free-form text, which isn't marked.
-
Question in How-tos
This question shows how to run some JavaScript code when the question's HTML is displayed on the page.
-
Question in How-tos
This question shows how to use the 'adviceDisplayed' signal to run some javascript when the question's advice is revealed to the student.