476 results for "some".
-
Question in Demos
The student must calculate the number of digits a given decimal number would have when written in a different base. Alternative answers catch some common mal-rules and give appropriate feedback.
Based on table 2 from "diagnosing student errors in e-assessment questions" by Philip Walker, D. Rhys Gwynllyw and Karen L. Henderson.
-
Question in Transition to university
Given some numbers in standard index form, convert to decimal form.
-
Exam (6 questions) in Andrew's workspaceA short quiz on some basic angle measurement conventions.
-
Question in All questions
Some quadratics are to be solved by factorising
-
Question in John's workspace
Some quadratics are to be solved by factorising
-
Question in Anna's workspace
Two quadratic graphs are sketched with some area beneath them shaded. Question is to determine the area of shaded regions using integration. The first graph's area is all above the $x$-axis. The second graph has some area above and some below the $x$-axis.
-
Question in Newcastle University Computing for Mathematics
SPSS fat absorption question. Student downloads one of several SPSS files and carries out some analysis in SPSS, before returning to enter the answers. The analysis is a one-way analysis of variance. If there is a difference in the levels of the factor then a post hoc test (Tukey's honestly significant difference) is used to determine which pairs of variables are significantly different.
-
Question in How-tos
The custom function
rectangle(width,height)draws a rectangle with the given dimensions, along with some labels. -
Question in Content created by Newcastle University
Compute the information rate and minimum distance of some binary codes.
-
Exam (3 questions) in Demos
Some questions which demonstrate the adaptive marking feature.
-
Question in How-tos
Some clever variable-substitution trickery to randomly pick two sides of a right-angled triangle to give to a student, and ask for the other.
The sides are set up so they're always Pythagorean triples, and the opposite side is always odd.
As ever, most of the tricky stuff is in the advice.
Because this was created quickly to show how to set up the randomisation, there's no diagram. It would benefit greatly from a diagram.
-
Question in How-tos
Load data on some items held in the Cooper Hewitt collection, and show a table of 5 randomly picked items.
-
Question in How-tos
Some custom CSS restyles the matrix input so it looks like a fraction, with input boxes on top and bottom.
Ideally, there should be a fraction input part type, or an option for the number entry part to display a fraction input.
-
Question in How-tos
A randomly generated list of numbers is shown to the student. They must tick every occurrence of the lowest number. The number of occurrences isn't always the same - sometimes the minimum is unique and sometimes it is repeated. The
mapfunction makes it easy to construct a marking matrix. -
Question in All questions
Some quadratics are to be solved by factorising
-
Question in Content created by Newcastle University
Compute the word length, minimum distance and dimension of some given Hamming codes.
-
Question in Content created by Newcastle University
Find minimum distance between a point and a line in 3-space. The line goes through a given point in the direction of a given vector.
The correct solution is given, however the accuracy of 0.001 is not enough as in some cases answers near to the correct solution are also marked as correct.
-
Question in Content created by Newcastle University
Three 3 dim vectors, one with a parameter $\lambda$ in the third coordinate. Find value of $\lambda$ ensuring vectors coplanar. Scalar triple product.
-
Question in Content created by Newcastle University
Cartesian form of the parametric representation of a surface, normal vector, and magnitude.
Accuracy for part c) should be made more stringent as can be marked correct for an incorrect answer. Use a different sample range rather than 0 to 1 would help as would setting accuracy to something less than 0.001.
-
Question in Content created by Newcastle University
Find the cosine of the angle between two pairs of 3D and 4D vectors.
The calculations and answers are correct, however the Advice should display the interim calculations of the lengths of vectors and their products to say 6dps. At present the student may be mislead into using 2dps at each stage - the instruction at the start of Advice is somewhat confusing.
-
Question in Content created by Newcastle University
Although the statement has 4 power stations and 3 pits, when the question is run sometimes 3 power stations are given and sometimes 4 pits.
-
Question in Content created by Newcastle University
A multiple linear regression model of the form:
\[Y=\beta_0+\beta_1X_1+ \beta_2X_2+\beta_3X_3+\beta_4X_4+\epsilon \]
is fitted to some data in Minitab which generates a table showing estimates of the parameters with associated $p$-values. Determine which variable to exclude first.
-
Question in Content created by Newcastle University
A graphical approach to aiding students in writing down a formal proof of discontinuity of a function at a given point.
Uses JSXgraph to sketch the graphs and involves some interaction/experimentation by students in finding appropriate intervals.
-
Question in Content created by Newcastle University
Given a PDF $f(x)$ on the real line with unknown parameter $t$ and three random observations, find log-likelihood and MLE $\hat{t}$ for $t$.
-
Question in Content created by Newcastle University
Enumerate the elements in some sets defined using set builder notation.
-
Question in Content created by Newcastle University
Simple probability question. Counting number of occurences of an event in a sample space with given size and finding the probability of the event.
-
Exam (5 questions) in Content created by Newcastle University
Some more questions on set theory - covering set builder notation, cartesian products, complements.
-
Question in Content created by Newcastle University
Trying out something: get the student to enter a set for each of "regular singular points" and "essential singular points".
Find and classify singular points of a second-order ordinary differential equation. One equation is chosen from a selection of 10.
-
Question in Content created by Newcastle University
Multiple correlation question. Given the correlation coefficent of $Y$ with $X_1$ is $r_{01}$, the correlation coefficent of $Y$ with $X_2$ is $r_{02}$ and the correlation coefficent of $X_1$ with $X_2$ is $r_{12}$ then explain the proportion of variablity of $Y$. Also find the partial corr coeff between $Y$ and $X_2$ after fitting $X_1$ and find how much of the remaining variability in $Y$ is explained by $X_2$ after fitting $X_1$.
-
Question in Content created by Newcastle University
Find the first 3 terms in the MacLaurin series for $f(x)=(a+bx)^{1/n}$ i.e. up to and including terms in $x^2$.