id stringlengths 1 3 | image imagewidth (px) 200 2.52k | question stringlengths 23 422 | ground_truth stringlengths 1 19 | subject stringclasses 9
values |
|---|---|---|---|---|
201 | what is the trapezoidal approximation of the integral of f(x) from 1 to 5? | 264.0 | arithmetic | |
202 | what is the Simpson's approximation of the integral of f(x) from 1 to 4? | 154.0 | arithmetic | |
203 | Which of the following descriptions is correct for approximating the integral of f(x) from a to b? choices: (A) trapezoidal sum underapproximation (B) left Riemann sum underapproximation (C) left Riemann sum overapproximation (D) Neither | B | analytic geometry | |
204 | Which of the following descriptions is correct for approximating the integral of f(x) from a to b? choices: (A) trapezoidal sum underapproximation and left Riemann sum underapproximation (B) trapezoidal sum underapproximation and left Riemann sum overapproximation (C) trapezoidal sum overapproximation and left Riemann sum underapproximation (D) trapezoidal sum overapproximation and left Riemann sum overapproximation | A | analytic geometry | |
205 | The two semicircles are in the figure above. What is the total length of the darkened curve? | 35.9911 | plane geometry | |
206 | What is the measure of ∠C? Answer the question in degrees. | 22.0154 | plane geometry | |
207 | What is the measure of ∠B? Answer the question in degrees. | 32.7034 | plane geometry | |
208 | Are three lines in figure the same length? choices: (A) Yes (B) No | A | plane geometry | |
209 | Is the distance between the two orange lines as long as the distance between the two purple lines? choices: (A) Yes (B) No | A | plane geometry | |
210 | Are the red line and the blue line the same length? choices: (A) Yes (B) No | A | plane geometry | |
211 | The curve BD is parallel to the curve AC, and AB=CD=EF=GH. Are the areas of enclosed graph ABCD and EFGH the same? choice: (A) Yes (B) No | A | plane geometry | |
212 | The curve BD is parallel to the curve AC, AB=CD=EF=GH=9, and EG = FH = 45. What is the area of enclosed graph ABCD? | 405 | plane geometry | |
213 | Find the number of integer solutions of x^2 + y^2 <= 16 | 49 | algebra | |
214 | Four identical azure right triangles form a square. Given that two sides of the azure triangle are 30,130, find the area of the white square. | 17800 | plane geometry | |
215 | Four identical pink right triangles form a big square. Given that the area of a pink triangle is 30.0, and the area of white square is 136, find the area of the big square. | 256.0 | plane geometry | |
216 | Does the domain of this function cover R? choice: (A) Yes (B) No | B | analytic geometry | |
217 | The joint distribution of S and P is given by the following table. Compute E[P], the expectation of P. | 1.91 | statistics | |
218 | The joint distribution of S and P is given by the following table. Compute P[S=P] | 0.29 | statistics | |
219 | The joint distribution of S and P is given by the following table. Compute P[S>=P] | 0.44 | statistics | |
220 | Is the following graph a complete graph? choice: (A) Yes (B) No | B | graph theory | |
221 | Is the following graph a planar graph? choice: (A) Yes (B) No | A | graph theory | |
222 | What is the maximum number of edges to remove so that the following graph is still connected? | 1 | graph theory | |
223 | How many edges should be added to this graph so that it is complete? | 6 | graph theory | |
224 | Is the following graph a planar graph? choice: (A) Yes (B) No | A | graph theory | |
225 | What is the maximum number of edges to remove so that the following graph is still connected? | 0 | graph theory | |
226 | Is the following graph containing a Euler circuit? choice: (A) Yes (B) No | B | graph theory | |
227 | Is the following graph containing a Hamiltonian circuit? choice: (A) Yes (B) No | B | graph theory | |
228 | Is the following graph containing a Euler circuit? choice: (A) Yes (B) No | B | graph theory | |
229 | Is the following graph containing a Hamiltonian circuit? choice: (A) Yes (B) No | A | graph theory | |
230 | Is the following graph containing a Euler circuit? choice: (A) Yes (B) No | B | graph theory | |
231 | How many components does the following graph have? | 4 | graph theory | |
232 | How many components does the following graph have? | 1 | graph theory | |
233 | Find the chromatic index of the following graph. | 5 | graph theory | |
234 | Find the chromatic index of the following graph. | 2 | graph theory | |
235 | Find the chromatic index of the following graph. | 3 | graph theory | |
236 | Find the chromatic number of the following graph. | 3 | graph theory | |
237 | Find the chromatic number of the following graph. | 3 | graph theory | |
238 | Find the chromatic number of the following graph. | 2 | graph theory | |
239 | The root of the balanced tree is at the center of the image. What is the height of the following tree? | 2 | graph theory | |
240 | Count the number of faces of the following graph. | 1 | graph theory | |
241 | Which node will be visited first if using pre-order DFS on the following tree graph? | D | graph theory | |
242 | Which node will be visited first if using inorder DFS on the following tree graph? | C | graph theory | |
243 | Which node will be secondly visited if using post-order DFS on the following tree graph? | E | graph theory | |
244 | If we want to add a node with value 5 to this binary tree, under which node should it be added? choice: (A) 6 (B) 19 (C) 44 (D) 72 | A | graph theory | |
245 | Which data structure is the following graph shown? (A) heap (B) stack (C) binary tree (D) planted tree | C | graph theory | |
246 | Insert 6 keys 60, 10, 53, 28, 42, 66 into an initially empty binary search tree. Suppose that the structure of the resulting tree is given in the figure. What is the possible value of the root? | 53 | graph theory | |
247 | How many nodes are in this empty graph? | 35 | graph theory | |
248 | How many pink nodes are in this empty graph? | 5 | graph theory | |
249 | Find the difference between the number of blue nodes and red nodes. | 1 | graph theory | |
250 | What color has the largest number of nodes? choice: (A) blue (B) pink (C) green (D) orange | D | graph theory | |
251 | Is the following directed graph strongly connected? choice: (A) Yes (B) No | B | graph theory | |
252 | Is the left graph isomorphic with the right graph? choice: (A) Yes (B) No | B | graph theory | |
253 | Is the left graph isomorphic with the right graph? choice: (A) Yes (B) No | B | graph theory | |
254 | Is the left graph isomorphic with the right graph? choice: (A) Yes (B) No | B | graph theory | |
255 | The tree shown in image reserves an expression. Calculate this expression and output the result. | 895 | graph theory | |
256 | Find the longest path length in the following directed acyclic graph. | 327 | graph theory | |
257 | Find the shortest path length in the following directed acyclic graph. | 89 | graph theory | |
258 | Give the Prüfer code of the following graph. Please answer in the format like '[1, 2, 3, 4, 5]' | [3, 2, 3, 3, 6] | graph theory | |
259 | The tree shown in image reserves an expression. Calculate this expression and output the result. | 462978 | graph theory | |
260 | Is the following directed graph a tournament? choice: (A) Yes (B) No | B | graph theory | |
261 | An object is placed near a plane mirror, as shown above. Which of the labeled points is the position of the image? choice: (A) point A (B) point B (C) point C | C | scientific figure | |
262 | An object is placed near a plane mirror, as shown above. Which of the labeled points is the position of the image? choice: (A) point A (B) point B (C) point C | A | scientific figure | |
263 | An inverse expression is placed near a mirror. The mirror shows its original appearance, but due to the ink dot on the mirror, part of the formula is obscured. Find the value of '?' in this expression. | 132 | scientific figure | |
264 | An object is located a distance from a thin converging lens of focal length f as shown in the diagram below. The distance of the image v from the lens will be ____. choice: (A) f<v<2f (B) v=2f (C) v>2f (D) 0 (No image) | D | scientific figure | |
265 | An object is located a distance 66.0 from a thin converging lens of focal length 32 as shown in the diagram below. Find the distance of the image from the lens. | 62.1176 | scientific figure | |
266 | The velocity vs. time graph for the motion of a car on a straight track is shown in the diagram. The thick line represents the velocity. At which time the car change the direction to drive? | 3 | scientific figure | |
267 | The velocity vs. time graph for the motion of a car on a straight track is shown in the diagram. The thick line represents the velocity. Assume that the car starts at the origin x = 0 and the positive velocity represents moving forward. The position of car at t=10s is ____. choice: (A) in front of the start (B) behind the start (C) at the start | B | scientific figure | |
268 | The motion of a car in a straight line is shown in the graph below. After 10 seconds, how far is the car from the starting point? | 36.0 | scientific figure | |
269 | Starting from rest at time t = 0, a car moves in a straight line with an acceleration given by the accompanying graph. What is the speed of the car at t = 10s ? | 40.0 | scientific figure | |
270 | A block of mass 1 kg, initially at rest, is pulled along a frictionless, horizontal surface with a force shown as a function of time t by the graph above. What is the acceleration of the block at t = 7s ? | 4.0 | scientific figure | |
271 | The 3.0 kg box shown in the figure to the right is sliding to the right along the floor. A horizontal force of 55.5 N is being applied to the right. The coefficient of kinetic friction between the box and the floor is 0.78. The box is moving with:____. choice: (A) acceleration to the left (B) acceleration to the right (C) constant velocity | B | scientific figure | |
272 | What is the x-component of this vector? | 2 | scientific figure | |
273 | What is the y-component of this vector? | -3 | scientific figure | |
274 | The graph shows smoothed force-versus-time data for a collision. Find the impulse delivered by the force. | 60 | scientific figure | |
275 | Ball 1 and ball 2 follow the paths shown, where the darkblue path is Ball 1 and the green path is Ball 2. Which ball is in the air for a longer time? Assume that you can ignore air resistance for this problem. choice: (A) Ball 1 (B) Ball 2 (C) The amount time of balls in air is same | B | scientific figure | |
276 | refer to the following diagram that shows part of a closed electrical circuit. What is the electrical resistance of the part of the circuit shown between point X and point Y? | 35.435 | scientific figure | |
277 | refer to the following diagram that shows a closed electrical circuit. What is the electric current of the circuit? | 0.8386 | scientific figure | |
278 | Find the potential difference Uab between points a and b. | 13.2619 | scientific figure | |
279 | Two planets travel in an elliptical orbit about the sun as shown. Which planet have greater orbital speed? choice: (A) Blue planet (B) Orange planet (C) Both two planet have the same speed | B | scientific figure | |
280 | Two planets travel in an elliptical orbit about the sun as shown. Which planet have greater acceleration? choice: (A) Brown planet (B) Pink planet (C) Both two planet have the same acceleration | A | scientific figure | |
281 | In the figure below, the area of square ABCD is equal to the sum of the area of triangles ABE and DCE. If AB = 60, then CE = ___ | 30.0 | plane geometry | |
282 | Fill in the white spaces to make the equations work. choice: (A) 28, 1, 0, and 37 (B) 1, 0, 27, and 37 (C) 38, -1, 1, 28 | A | puzzle test | |
283 | Fill in the white space to make it like a 5x5 sudoku. | 4 | puzzle test | |
284 | Find the missing value. | 58 | puzzle test | |
285 | Find the missing number. | 529 | puzzle test | |
286 | Find the missing numbers so that the sum of numbers on the each side equal to the number in the center. The answer should be in the order of the missing number on the left side, the missing number on the bottom side, and the missing number on the right side, following the format like '1, 2, 3' | 69, 51, 59 | puzzle test | |
287 | What type of transformation of the left letter was applied to become the right letter? choice: (A) reduction (B) rotation (C) enlargement | B | plane geometry | |
288 | The diagram shows weights of students. How many students are at least 40 kilograms weight but less than 70 kilograms weight? | 9 | statistics | |
289 | The diagram shows Exam score of students. What is the average score of this exam? | 63.75 | statistics | |
290 | The diagram shows height of buildings in town. How many buildings are exactly 70 meters? | 0 | statistics | |
291 | The diagram shows Exam score of students. What is the student No. of the student who get the highest score? | 5 | statistics | |
292 | The diagram shows weights of students. How many students are at least 40 kilograms weight but less than 70 kilograms weight? | 8 | statistics | |
293 | The diagram shows height of buildings in town. How many buildings are exactly 80 meters? | 0 | statistics | |
294 | The ternary plot shows the three-sector model of an unknown country. What is the percentage of primary sector in the economy of this country . | 0.9 | statistics | |
295 | The ternary plot shows the three-sector model of an unknown country. Which sector contributes most to the economy of this country? choice: (A) Primary Sector (B) Secondary Sector (C) Tertiary Sector | B | statistics | |
296 | According to the slope field, dx/dy = a * x^3, find the value of 'a'. | 0.3333 | analytic geometry | |
297 | According to the slope field, dx/dy = a * sin(x), find the value of 'a'. | -3 | analytic geometry | |
298 | Which differential equation generates the slope field? (A) 3x + 0y (B) 3x - 0y (C) 0y - 3x (D) 3x (E) -3x - 0y | D | analytic geometry | |
299 | Which differential equation generates the slope field? choice: (A) x/y (B) (x + 2)/(y + -4) (C) (x - 2)/(y + -4) (D) (x - 2)/(y - 4) (E) (x + 2)/(y - 4) | E | analytic geometry | |
300 | What is the general solution to the differential equation that generated the slope field? choice: (A) x = 4cos(y) + C (B) y = 4cos(x) + C (C) y = -4cos(x) + C (D) y = 4sin(x) + C | D | analytic geometry |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.