diff --git "a/data/Graph RAG" "b/data/Graph RAG" --- "a/data/Graph RAG" +++ "b/data/Graph RAG" @@ -2,18 +2,17 @@ "env": "LLM logic", "nodes": [ { - "id": "Input 1", + "id": "Input document 1", "type": "basic", "data": { - "title": "Input", + "title": "Input document", "params": { - "filename": "/Users/danieldarabos/Downloads/aimo-train.csv", - "key": "problem" + "filename": "/Users/danieldarabos/lynxkite-2000/example-pizza.md" }, "display": null, "error": null, "meta": { - "name": "Input", + "name": "Input document", "params": { "filename": { "name": "filename", @@ -21,13 +20,6 @@ "type": { "format": "path" } - }, - "key": { - "name": "key", - "default": null, - "type": { - "type": "" - } } }, "inputs": {}, @@ -45,133 +37,13 @@ } }, "position": { - "x": -663.9814415296167, - "y": -24.673405923964822 - }, - "parentId": null, - "width": 259, - "height": 478 - }, - { - "id": "Create prompt 1", - "type": "basic", - "data": { - "title": "Create prompt", - "params": { - "save_as": "prompt", - "template": "Similar problems:\n\n {% for item in rag %}\n{{ item.text }}\n{% endfor %}\n\nWhat would be the first step of solving the following problem? {{text}}" - }, - "display": null, - "error": null, - "meta": { - "name": "Create prompt", - "params": { - "save_as": { - "name": "save_as", - "default": "prompt", - "type": { - "type": "" - } - }, - "template": { - "name": "template", - "default": null, - "type": { - "format": "textarea" - } - } - }, - "inputs": { - "input": { - "name": "input", - "type": { - "type": "" - }, - "position": "left" - } - }, - "outputs": { - "output": { - "name": "output", - "type": { - "type": "None" - }, - "position": "right" - } - }, - "type": "basic", - "sub_nodes": null - }, - "beingResized": false, - "collapsed": false - }, - "position": { - "x": 92.48251817426697, - "y": 2.986072034314958 - }, - "parentId": null, - "width": 300, - "height": 328 - }, - { - "id": "Create prompt 2", - "type": "basic", - "data": { - "title": "Create prompt", - "params": { - "save_as": "prompt", - "template": "Is this a nice solution? {{response}}" - }, - "display": null, - "error": null, - "meta": { - "name": "Create prompt", - "params": { - "save_as": { - "name": "save_as", - "default": "prompt", - "type": { - "type": "" - } - }, - "template": { - "name": "template", - "default": null, - "type": { - "format": "textarea" - } - } - }, - "inputs": { - "input": { - "name": "input", - "type": { - "type": "" - }, - "position": "left" - } - }, - "outputs": { - "output": { - "name": "output", - "type": { - "type": "None" - }, - "position": "right" - } - }, - "type": "basic", - "sub_nodes": null - } - }, - "position": { - "x": 863.0737654843731, - "y": -68.00791743959714 + "x": -515.0703612358068, + "y": -506.06547454780275 }, "parentId": null }, { - "id": "View 3", + "id": "View 1", "type": "table_view", "data": { "title": "View", @@ -180,2137 +52,137 @@ "dataframes": { "df": { "columns": [ - "id", - "text", - "answer", - "rag", - "prompt", - "response" + "text" ], "data": [ [ - "229ee8", - "Let $k, l > 0$ be parameters. The parabola $y = kx^2 - 2kx + l$ intersects the line $y = 4$ at two points $A$ and $B$. These points are distance 6 apart. What is the sum of the squares of the distances from $A$ and $B$ to the origin?", - 52, - [ - { - "id": "229ee8", - "text": "Let $k, l > 0$ be parameters. The parabola $y = kx^2 - 2kx + l$ intersects the line $y = 4$ at two points $A$ and $B$. These points are distance 6 apart. What is the sum of the squares of the distances from $A$ and $B$ to the origin?", - "answer": 52, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nLet $k, l > 0$ be parameters. The parabola $y = kx^2 - 2kx + l$ intersects the line $y = 4$ at two points $A$ and $B$. These points are distance 6 apart. What is the sum of the squares of the distances from $A$ and $B$ to the origin?." - }, - { - "id": "430b63", - "text": "What is the minimum value of $5x^2+5y^2-8xy$ when $x$ and $y$ range over all real numbers such that $|x-2y| + |y-2x| = 40$?", - "answer": 800, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nWhat is the minimum value of $5x^2+5y^2-8xy$ when $x$ and $y$ range over all real numbers such that $|x-2y| + |y-2x| = 40$?." - }, - { - "id": "bedda4", - "text": "Let $ABCD$ be a unit square. Let $P$ be the point on $AB$ such that $|AP| = 1/{20}$ and let $Q$ be the point on $AD$ such that $|AQ| = 1/{24}$. The lines $DP$ and $BQ$ divide the square into four regions. Find the ratio between the areas of the largest region and the smallest region.", - "answer": 480, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nLet $ABCD$ be a unit square. Let $P$ be the point on $AB$ such that $|AP| = 1/{20}$ and let $Q$ be the point on $AD$ such that $|AQ| = 1/{24}$. The lines $DP$ and $BQ$ divide the square into four regions. Find the ratio between the areas of the largest region and the smallest region.." - }, - { - "id": "8ee6f3", - "text": "The points $\\left(x, y\\right)$ satisfying $((\\vert x + y \\vert - 10)^2 + ( \\vert x - y \\vert - 10)^2)((\\vert x \\vert - 8)^2 + ( \\vert y \\vert - 8)^2) = 0$ enclose a convex polygon. What is the area of this convex polygon?", - "answer": 320, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nThe points $\\left(x, y\\right)$ satisfying $((\\vert x + y \\vert - 10)^2 + ( \\vert x - y \\vert - 10)^2)((\\vert x \\vert - 8)^2 + ( \\vert y \\vert - 8)^2) = 0$ enclose a convex polygon. What is the area of this convex polygon?." - }, - { - "id": "739bc9", - "text": "For how many positive integers $m$ does the equation $\\vert \\vert x-1 \\vert -2 \\vert=\\frac{m}{100}$ have $4$ distinct solutions?", - "answer": 199, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nFor how many positive integers $m$ does the equation $\\vert \\vert x-1 \\vert -2 \\vert=\\frac{m}{100}$ have $4$ distinct solutions?." - }, - { - "id": "5277ed", - "text": "There exists a unique increasing geometric sequence of five 2-digit positive integers. What is their sum?", - "answer": 211, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nThere exists a unique increasing geometric sequence of five 2-digit positive integers. What is their sum?." - }, - { - "id": "82e2a0", - "text": "Suppose that we roll four 6-sided fair dice with faces numbered 1 to~6. Let $a/b$ be the probability that the highest roll is a 5, where $a$ and $b$ are relatively prime positive integers. Find $a + b$.", - "answer": 185, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nSuppose that we roll four 6-sided fair dice with faces numbered 1 to~6. Let $a/b$ be the probability that the highest roll is a 5, where $a$ and $b$ are relatively prime positive integers. Find $a + b$.." - }, - { - "id": "246d26", - "text": "Each of the three-digits numbers $111$ to $999$ is coloured blue or yellow in such a way that the sum of any two (not necessarily different) yellow numbers is equal to a blue number. What is the maximum possible number of yellow numbers there can be?", - "answer": 250, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nEach of the three-digits numbers $111$ to $999$ is coloured blue or yellow in such a way that the sum of any two (not necessarily different) yellow numbers is equal to a blue number. What is the maximum possible number of yellow numbers there can be?." - }, - { - "id": "2fc4ad", - "text": "Let the `sparkle' operation on positive integer $n$ consist of calculating the sum of the digits of $n$ and taking its factorial, e.g. the sparkle of 13 is $4! = 24$. A robot starts with a positive integer on a blackboard, then after each second for the rest of eternity, replaces the number on the board with its sparkle. For some `special' numbers, if they're the first number, then eventually every number that appears will be less than 6. How many such special numbers are there with at most 36 digits?", - "answer": 702, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nLet the `sparkle' operation on positive integer $n$ consist of calculating the sum of the digits of $n$ and taking its factorial, e.g. the sparkle of 13 is $4! = 24$. A robot starts with a positive integer on a blackboard, then after each second for the rest of eternity, replaces the number on the board with its sparkle. For some `special' numbers, if they're the first number, then eventually every number that appears will be less than 6. How many such special numbers are there with at most 36 digits?." - }, - { - "id": "d7e9c9", - "text": "A function $f: \\mathbb N \\to \\mathbb N$ satisfies the following two conditions for all positive integers $n$:$f(f(f(n)))=8n-7$ and $f(2n)=2f(n)+1$. Calculate $f(100)$.", - "answer": 199, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nA function $f: \\mathbb N \\to \\mathbb N$ satisfies the following two conditions for all positive integers $n$:$f(f(f(n)))=8n-7$ and $f(2n)=2f(n)+1$. Calculate $f(100)$.." - } - ], - "Is this a nice solution? 0.7139497827292313", - "0.19053007335807304" + "**Date**: September 11, 2024\n**Prepared by**: Operations Team\n**Document Type**: Pricing and Menu Structure Overview" ], [ - "246d26", - "Each of the three-digits numbers $111$ to $999$ is coloured blue or yellow in such a way that the sum of any two (not necessarily different) yellow numbers is equal to a blue number. What is the maximum possible number of yellow numbers there can be?", - 250, - [ - { - "id": "246d26", - "text": "Each of the three-digits numbers $111$ to $999$ is coloured blue or yellow in such a way that the sum of any two (not necessarily different) yellow numbers is equal to a blue number. What is the maximum possible number of yellow numbers there can be?", - "answer": 250, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nEach of the three-digits numbers $111$ to $999$ is coloured blue or yellow in such a way that the sum of any two (not necessarily different) yellow numbers is equal to a blue number. What is the maximum possible number of yellow numbers there can be?." - }, - { - "id": "2fc4ad", - "text": "Let the `sparkle' operation on positive integer $n$ consist of calculating the sum of the digits of $n$ and taking its factorial, e.g. the sparkle of 13 is $4! = 24$. A robot starts with a positive integer on a blackboard, then after each second for the rest of eternity, replaces the number on the board with its sparkle. For some `special' numbers, if they're the first number, then eventually every number that appears will be less than 6. How many such special numbers are there with at most 36 digits?", - "answer": 702, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nLet the `sparkle' operation on positive integer $n$ consist of calculating the sum of the digits of $n$ and taking its factorial, e.g. the sparkle of 13 is $4! = 24$. A robot starts with a positive integer on a blackboard, then after each second for the rest of eternity, replaces the number on the board with its sparkle. For some `special' numbers, if they're the first number, then eventually every number that appears will be less than 6. How many such special numbers are there with at most 36 digits?." - }, - { - "id": "5277ed", - "text": "There exists a unique increasing geometric sequence of five 2-digit positive integers. What is their sum?", - "answer": 211, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nThere exists a unique increasing geometric sequence of five 2-digit positive integers. What is their sum?." - }, - { - "id": "739bc9", - "text": "For how many positive integers $m$ does the equation $\\vert \\vert x-1 \\vert -2 \\vert=\\frac{m}{100}$ have $4$ distinct solutions?", - "answer": 199, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nFor how many positive integers $m$ does the equation $\\vert \\vert x-1 \\vert -2 \\vert=\\frac{m}{100}$ have $4$ distinct solutions?." - }, - { - "id": "d7e9c9", - "text": "A function $f: \\mathbb N \\to \\mathbb N$ satisfies the following two conditions for all positive integers $n$:$f(f(f(n)))=8n-7$ and $f(2n)=2f(n)+1$. Calculate $f(100)$.", - "answer": 199, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nA function $f: \\mathbb N \\to \\mathbb N$ satisfies the following two conditions for all positive integers $n$:$f(f(f(n)))=8n-7$ and $f(2n)=2f(n)+1$. Calculate $f(100)$.." - }, - { - "id": "8ee6f3", - "text": "The points $\\left(x, y\\right)$ satisfying $((\\vert x + y \\vert - 10)^2 + ( \\vert x - y \\vert - 10)^2)((\\vert x \\vert - 8)^2 + ( \\vert y \\vert - 8)^2) = 0$ enclose a convex polygon. What is the area of this convex polygon?", - "answer": 320, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nThe points $\\left(x, y\\right)$ satisfying $((\\vert x + y \\vert - 10)^2 + ( \\vert x - y \\vert - 10)^2)((\\vert x \\vert - 8)^2 + ( \\vert y \\vert - 8)^2) = 0$ enclose a convex polygon. What is the area of this convex polygon?." - }, - { - "id": "82e2a0", - "text": "Suppose that we roll four 6-sided fair dice with faces numbered 1 to~6. Let $a/b$ be the probability that the highest roll is a 5, where $a$ and $b$ are relatively prime positive integers. Find $a + b$.", - "answer": 185, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nSuppose that we roll four 6-sided fair dice with faces numbered 1 to~6. Let $a/b$ be the probability that the highest roll is a 5, where $a$ and $b$ are relatively prime positive integers. Find $a + b$.." - }, - { - "id": "229ee8", - "text": "Let $k, l > 0$ be parameters. The parabola $y = kx^2 - 2kx + l$ intersects the line $y = 4$ at two points $A$ and $B$. These points are distance 6 apart. What is the sum of the squares of the distances from $A$ and $B$ to the origin?", - "answer": 52, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nLet $k, l > 0$ be parameters. The parabola $y = kx^2 - 2kx + l$ intersects the line $y = 4$ at two points $A$ and $B$. These points are distance 6 apart. What is the sum of the squares of the distances from $A$ and $B$ to the origin?." - }, - { - "id": "430b63", - "text": "What is the minimum value of $5x^2+5y^2-8xy$ when $x$ and $y$ range over all real numbers such that $|x-2y| + |y-2x| = 40$?", - "answer": 800, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nWhat is the minimum value of $5x^2+5y^2-8xy$ when $x$ and $y$ range over all real numbers such that $|x-2y| + |y-2x| = 40$?." - }, - { - "id": "bedda4", - "text": "Let $ABCD$ be a unit square. Let $P$ be the point on $AB$ such that $|AP| = 1/{20}$ and let $Q$ be the point on $AD$ such that $|AQ| = 1/{24}$. The lines $DP$ and $BQ$ divide the square into four regions. Find the ratio between the areas of the largest region and the smallest region.", - "answer": 480, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nLet $ABCD$ be a unit square. Let $P$ be the point on $AB$ such that $|AP| = 1/{20}$ and let $Q$ be the point on $AD$ such that $|AQ| = 1/{24}$. The lines $DP$ and $BQ$ divide the square into four regions. Find the ratio between the areas of the largest region and the smallest region.." - } - ], - "Is this a nice solution? 0.07328817086993833", - "0.7216846012621502" + "---" ], [ - "2fc4ad", - "Let the `sparkle' operation on positive integer $n$ consist of calculating the sum of the digits of $n$ and taking its factorial, e.g. the sparkle of 13 is $4! = 24$. A robot starts with a positive integer on a blackboard, then after each second for the rest of eternity, replaces the number on the board with its sparkle. For some `special' numbers, if they're the first number, then eventually every number that appears will be less than 6. How many such special numbers are there with at most 36 digits?", - 702, - [ - { - "id": "2fc4ad", - "text": "Let the `sparkle' operation on positive integer $n$ consist of calculating the sum of the digits of $n$ and taking its factorial, e.g. the sparkle of 13 is $4! = 24$. A robot starts with a positive integer on a blackboard, then after each second for the rest of eternity, replaces the number on the board with its sparkle. For some `special' numbers, if they're the first number, then eventually every number that appears will be less than 6. How many such special numbers are there with at most 36 digits?", - "answer": 702, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nLet the `sparkle' operation on positive integer $n$ consist of calculating the sum of the digits of $n$ and taking its factorial, e.g. the sparkle of 13 is $4! = 24$. A robot starts with a positive integer on a blackboard, then after each second for the rest of eternity, replaces the number on the board with its sparkle. For some `special' numbers, if they're the first number, then eventually every number that appears will be less than 6. How many such special numbers are there with at most 36 digits?." - }, - { - "id": "246d26", - "text": "Each of the three-digits numbers $111$ to $999$ is coloured blue or yellow in such a way that the sum of any two (not necessarily different) yellow numbers is equal to a blue number. What is the maximum possible number of yellow numbers there can be?", - "answer": 250, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nEach of the three-digits numbers $111$ to $999$ is coloured blue or yellow in such a way that the sum of any two (not necessarily different) yellow numbers is equal to a blue number. What is the maximum possible number of yellow numbers there can be?." - }, - { - "id": "5277ed", - "text": "There exists a unique increasing geometric sequence of five 2-digit positive integers. What is their sum?", - "answer": 211, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nThere exists a unique increasing geometric sequence of five 2-digit positive integers. What is their sum?." - }, - { - "id": "d7e9c9", - "text": "A function $f: \\mathbb N \\to \\mathbb N$ satisfies the following two conditions for all positive integers $n$:$f(f(f(n)))=8n-7$ and $f(2n)=2f(n)+1$. Calculate $f(100)$.", - "answer": 199, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nA function $f: \\mathbb N \\to \\mathbb N$ satisfies the following two conditions for all positive integers $n$:$f(f(f(n)))=8n-7$ and $f(2n)=2f(n)+1$. Calculate $f(100)$.." - }, - { - "id": "82e2a0", - "text": "Suppose that we roll four 6-sided fair dice with faces numbered 1 to~6. Let $a/b$ be the probability that the highest roll is a 5, where $a$ and $b$ are relatively prime positive integers. Find $a + b$.", - "answer": 185, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nSuppose that we roll four 6-sided fair dice with faces numbered 1 to~6. Let $a/b$ be the probability that the highest roll is a 5, where $a$ and $b$ are relatively prime positive integers. Find $a + b$.." - }, - { - "id": "739bc9", - "text": "For how many positive integers $m$ does the equation $\\vert \\vert x-1 \\vert -2 \\vert=\\frac{m}{100}$ have $4$ distinct solutions?", - "answer": 199, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nFor how many positive integers $m$ does the equation $\\vert \\vert x-1 \\vert -2 \\vert=\\frac{m}{100}$ have $4$ distinct solutions?." - }, - { - "id": "229ee8", - "text": "Let $k, l > 0$ be parameters. The parabola $y = kx^2 - 2kx + l$ intersects the line $y = 4$ at two points $A$ and $B$. These points are distance 6 apart. What is the sum of the squares of the distances from $A$ and $B$ to the origin?", - "answer": 52, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nLet $k, l > 0$ be parameters. The parabola $y = kx^2 - 2kx + l$ intersects the line $y = 4$ at two points $A$ and $B$. These points are distance 6 apart. What is the sum of the squares of the distances from $A$ and $B$ to the origin?." - }, - { - "id": "430b63", - "text": "What is the minimum value of $5x^2+5y^2-8xy$ when $x$ and $y$ range over all real numbers such that $|x-2y| + |y-2x| = 40$?", - "answer": 800, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nWhat is the minimum value of $5x^2+5y^2-8xy$ when $x$ and $y$ range over all real numbers such that $|x-2y| + |y-2x| = 40$?." - }, - { - "id": "8ee6f3", - "text": "The points $\\left(x, y\\right)$ satisfying $((\\vert x + y \\vert - 10)^2 + ( \\vert x - y \\vert - 10)^2)((\\vert x \\vert - 8)^2 + ( \\vert y \\vert - 8)^2) = 0$ enclose a convex polygon. What is the area of this convex polygon?", - "answer": 320, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nThe points $\\left(x, y\\right)$ satisfying $((\\vert x + y \\vert - 10)^2 + ( \\vert x - y \\vert - 10)^2)((\\vert x \\vert - 8)^2 + ( \\vert y \\vert - 8)^2) = 0$ enclose a convex polygon. What is the area of this convex polygon?." - }, - { - "id": "bedda4", - "text": "Let $ABCD$ be a unit square. Let $P$ be the point on $AB$ such that $|AP| = 1/{20}$ and let $Q$ be the point on $AD$ such that $|AQ| = 1/{24}$. The lines $DP$ and $BQ$ divide the square into four regions. Find the ratio between the areas of the largest region and the smallest region.", - "answer": 480, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nLet $ABCD$ be a unit square. Let $P$ be the point on $AB$ such that $|AP| = 1/{20}$ and let $Q$ be the point on $AD$ such that $|AQ| = 1/{24}$. The lines $DP$ and $BQ$ divide the square into four regions. Find the ratio between the areas of the largest region and the smallest region.." - } - ], - "Is this a nice solution? 0.032316140702087215", - "0.17170311684440376" + "### 1. **Overview**" ], [ - "430b63", - "What is the minimum value of $5x^2+5y^2-8xy$ when $x$ and $y$ range over all real numbers such that $|x-2y| + |y-2x| = 40$?", - 800, - [ - { - "id": "430b63", - "text": "What is the minimum value of $5x^2+5y^2-8xy$ when $x$ and $y$ range over all real numbers such that $|x-2y| + |y-2x| = 40$?", - "answer": 800, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nWhat is the minimum value of $5x^2+5y^2-8xy$ when $x$ and $y$ range over all real numbers such that $|x-2y| + |y-2x| = 40$?." - }, - { - "id": "229ee8", - "text": "Let $k, l > 0$ be parameters. The parabola $y = kx^2 - 2kx + l$ intersects the line $y = 4$ at two points $A$ and $B$. These points are distance 6 apart. What is the sum of the squares of the distances from $A$ and $B$ to the origin?", - "answer": 52, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nLet $k, l > 0$ be parameters. The parabola $y = kx^2 - 2kx + l$ intersects the line $y = 4$ at two points $A$ and $B$. These points are distance 6 apart. What is the sum of the squares of the distances from $A$ and $B$ to the origin?." - }, - { - "id": "bedda4", - "text": "Let $ABCD$ be a unit square. Let $P$ be the point on $AB$ such that $|AP| = 1/{20}$ and let $Q$ be the point on $AD$ such that $|AQ| = 1/{24}$. The lines $DP$ and $BQ$ divide the square into four regions. Find the ratio between the areas of the largest region and the smallest region.", - "answer": 480, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nLet $ABCD$ be a unit square. Let $P$ be the point on $AB$ such that $|AP| = 1/{20}$ and let $Q$ be the point on $AD$ such that $|AQ| = 1/{24}$. The lines $DP$ and $BQ$ divide the square into four regions. Find the ratio between the areas of the largest region and the smallest region.." - }, - { - "id": "8ee6f3", - "text": "The points $\\left(x, y\\right)$ satisfying $((\\vert x + y \\vert - 10)^2 + ( \\vert x - y \\vert - 10)^2)((\\vert x \\vert - 8)^2 + ( \\vert y \\vert - 8)^2) = 0$ enclose a convex polygon. What is the area of this convex polygon?", - "answer": 320, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nThe points $\\left(x, y\\right)$ satisfying $((\\vert x + y \\vert - 10)^2 + ( \\vert x - y \\vert - 10)^2)((\\vert x \\vert - 8)^2 + ( \\vert y \\vert - 8)^2) = 0$ enclose a convex polygon. What is the area of this convex polygon?." - }, - { - "id": "739bc9", - "text": "For how many positive integers $m$ does the equation $\\vert \\vert x-1 \\vert -2 \\vert=\\frac{m}{100}$ have $4$ distinct solutions?", - "answer": 199, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nFor how many positive integers $m$ does the equation $\\vert \\vert x-1 \\vert -2 \\vert=\\frac{m}{100}$ have $4$ distinct solutions?." - }, - { - "id": "d7e9c9", - "text": "A function $f: \\mathbb N \\to \\mathbb N$ satisfies the following two conditions for all positive integers $n$:$f(f(f(n)))=8n-7$ and $f(2n)=2f(n)+1$. Calculate $f(100)$.", - "answer": 199, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nA function $f: \\mathbb N \\to \\mathbb N$ satisfies the following two conditions for all positive integers $n$:$f(f(f(n)))=8n-7$ and $f(2n)=2f(n)+1$. Calculate $f(100)$.." - }, - { - "id": "5277ed", - "text": "There exists a unique increasing geometric sequence of five 2-digit positive integers. What is their sum?", - "answer": 211, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nThere exists a unique increasing geometric sequence of five 2-digit positive integers. What is their sum?." - }, - { - "id": "82e2a0", - "text": "Suppose that we roll four 6-sided fair dice with faces numbered 1 to~6. Let $a/b$ be the probability that the highest roll is a 5, where $a$ and $b$ are relatively prime positive integers. Find $a + b$.", - "answer": 185, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nSuppose that we roll four 6-sided fair dice with faces numbered 1 to~6. Let $a/b$ be the probability that the highest roll is a 5, where $a$ and $b$ are relatively prime positive integers. Find $a + b$.." - }, - { - "id": "246d26", - "text": "Each of the three-digits numbers $111$ to $999$ is coloured blue or yellow in such a way that the sum of any two (not necessarily different) yellow numbers is equal to a blue number. What is the maximum possible number of yellow numbers there can be?", - "answer": 250, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nEach of the three-digits numbers $111$ to $999$ is coloured blue or yellow in such a way that the sum of any two (not necessarily different) yellow numbers is equal to a blue number. What is the maximum possible number of yellow numbers there can be?." - }, - { - "id": "2fc4ad", - "text": "Let the `sparkle' operation on positive integer $n$ consist of calculating the sum of the digits of $n$ and taking its factorial, e.g. the sparkle of 13 is $4! = 24$. A robot starts with a positive integer on a blackboard, then after each second for the rest of eternity, replaces the number on the board with its sparkle. For some `special' numbers, if they're the first number, then eventually every number that appears will be less than 6. How many such special numbers are there with at most 36 digits?", - "answer": 702, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nLet the `sparkle' operation on positive integer $n$ consist of calculating the sum of the digits of $n$ and taking its factorial, e.g. the sparkle of 13 is $4! = 24$. A robot starts with a positive integer on a blackboard, then after each second for the rest of eternity, replaces the number on the board with its sparkle. For some `special' numbers, if they're the first number, then eventually every number that appears will be less than 6. How many such special numbers are there with at most 36 digits?." - } - ], - "Is this a nice solution? 0.31766897160862206", - "0.19256153092019734" + "This document outlines the pricing structure and available options for our pizza delivery service. The goal is to provide clear guidance on the pricing tiers, additional offerings, and optional extras to ensure consistency across all locations and platforms (phone, online, in-app). All pricing is based on current market trends, food costs, and competitive analysis." ], [ - "5277ed", - "There exists a unique increasing geometric sequence of five 2-digit positive integers. What is their sum?", - 211, - [ - { - "id": "5277ed", - "text": "There exists a unique increasing geometric sequence of five 2-digit positive integers. What is their sum?", - "answer": 211, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nThere exists a unique increasing geometric sequence of five 2-digit positive integers. What is their sum?." - }, - { - "id": "246d26", - "text": "Each of the three-digits numbers $111$ to $999$ is coloured blue or yellow in such a way that the sum of any two (not necessarily different) yellow numbers is equal to a blue number. What is the maximum possible number of yellow numbers there can be?", - "answer": 250, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nEach of the three-digits numbers $111$ to $999$ is coloured blue or yellow in such a way that the sum of any two (not necessarily different) yellow numbers is equal to a blue number. What is the maximum possible number of yellow numbers there can be?." - }, - { - "id": "2fc4ad", - "text": "Let the `sparkle' operation on positive integer $n$ consist of calculating the sum of the digits of $n$ and taking its factorial, e.g. the sparkle of 13 is $4! = 24$. A robot starts with a positive integer on a blackboard, then after each second for the rest of eternity, replaces the number on the board with its sparkle. For some `special' numbers, if they're the first number, then eventually every number that appears will be less than 6. How many such special numbers are there with at most 36 digits?", - "answer": 702, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nLet the `sparkle' operation on positive integer $n$ consist of calculating the sum of the digits of $n$ and taking its factorial, e.g. the sparkle of 13 is $4! = 24$. A robot starts with a positive integer on a blackboard, then after each second for the rest of eternity, replaces the number on the board with its sparkle. For some `special' numbers, if they're the first number, then eventually every number that appears will be less than 6. How many such special numbers are there with at most 36 digits?." - }, - { - "id": "82e2a0", - "text": "Suppose that we roll four 6-sided fair dice with faces numbered 1 to~6. Let $a/b$ be the probability that the highest roll is a 5, where $a$ and $b$ are relatively prime positive integers. Find $a + b$.", - "answer": 185, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nSuppose that we roll four 6-sided fair dice with faces numbered 1 to~6. Let $a/b$ be the probability that the highest roll is a 5, where $a$ and $b$ are relatively prime positive integers. Find $a + b$.." - }, - { - "id": "d7e9c9", - "text": "A function $f: \\mathbb N \\to \\mathbb N$ satisfies the following two conditions for all positive integers $n$:$f(f(f(n)))=8n-7$ and $f(2n)=2f(n)+1$. Calculate $f(100)$.", - "answer": 199, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nA function $f: \\mathbb N \\to \\mathbb N$ satisfies the following two conditions for all positive integers $n$:$f(f(f(n)))=8n-7$ and $f(2n)=2f(n)+1$. Calculate $f(100)$.." - }, - { - "id": "8ee6f3", - "text": "The points $\\left(x, y\\right)$ satisfying $((\\vert x + y \\vert - 10)^2 + ( \\vert x - y \\vert - 10)^2)((\\vert x \\vert - 8)^2 + ( \\vert y \\vert - 8)^2) = 0$ enclose a convex polygon. What is the area of this convex polygon?", - "answer": 320, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nThe points $\\left(x, y\\right)$ satisfying $((\\vert x + y \\vert - 10)^2 + ( \\vert x - y \\vert - 10)^2)((\\vert x \\vert - 8)^2 + ( \\vert y \\vert - 8)^2) = 0$ enclose a convex polygon. What is the area of this convex polygon?." - }, - { - "id": "739bc9", - "text": "For how many positive integers $m$ does the equation $\\vert \\vert x-1 \\vert -2 \\vert=\\frac{m}{100}$ have $4$ distinct solutions?", - "answer": 199, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nFor how many positive integers $m$ does the equation $\\vert \\vert x-1 \\vert -2 \\vert=\\frac{m}{100}$ have $4$ distinct solutions?." - }, - { - "id": "430b63", - "text": "What is the minimum value of $5x^2+5y^2-8xy$ when $x$ and $y$ range over all real numbers such that $|x-2y| + |y-2x| = 40$?", - "answer": 800, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nWhat is the minimum value of $5x^2+5y^2-8xy$ when $x$ and $y$ range over all real numbers such that $|x-2y| + |y-2x| = 40$?." - }, - { - "id": "229ee8", - "text": "Let $k, l > 0$ be parameters. The parabola $y = kx^2 - 2kx + l$ intersects the line $y = 4$ at two points $A$ and $B$. These points are distance 6 apart. What is the sum of the squares of the distances from $A$ and $B$ to the origin?", - "answer": 52, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nLet $k, l > 0$ be parameters. The parabola $y = kx^2 - 2kx + l$ intersects the line $y = 4$ at two points $A$ and $B$. These points are distance 6 apart. What is the sum of the squares of the distances from $A$ and $B$ to the origin?." - }, - { - "id": "bedda4", - "text": "Let $ABCD$ be a unit square. Let $P$ be the point on $AB$ such that $|AP| = 1/{20}$ and let $Q$ be the point on $AD$ such that $|AQ| = 1/{24}$. The lines $DP$ and $BQ$ divide the square into four regions. Find the ratio between the areas of the largest region and the smallest region.", - "answer": 480, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nLet $ABCD$ be a unit square. Let $P$ be the point on $AB$ such that $|AP| = 1/{20}$ and let $Q$ be the point on $AD$ such that $|AQ| = 1/{24}$. The lines $DP$ and $BQ$ divide the square into four regions. Find the ratio between the areas of the largest region and the smallest region.." - } - ], - "Is this a nice solution? 0.9811958281016008", - "0.8688809804290338" + "---" ], [ - "739bc9", - "For how many positive integers $m$ does the equation $\\vert \\vert x-1 \\vert -2 \\vert=\\frac{m}{100}$ have $4$ distinct solutions?", - 199, - [ - { - "id": "739bc9", - "text": "For how many positive integers $m$ does the equation $\\vert \\vert x-1 \\vert -2 \\vert=\\frac{m}{100}$ have $4$ distinct solutions?", - "answer": 199, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nFor how many positive integers $m$ does the equation $\\vert \\vert x-1 \\vert -2 \\vert=\\frac{m}{100}$ have $4$ distinct solutions?." - }, - { - "id": "d7e9c9", - "text": "A function $f: \\mathbb N \\to \\mathbb N$ satisfies the following two conditions for all positive integers $n$:$f(f(f(n)))=8n-7$ and $f(2n)=2f(n)+1$. Calculate $f(100)$.", - "answer": 199, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nA function $f: \\mathbb N \\to \\mathbb N$ satisfies the following two conditions for all positive integers $n$:$f(f(f(n)))=8n-7$ and $f(2n)=2f(n)+1$. Calculate $f(100)$.." - }, - { - "id": "430b63", - "text": "What is the minimum value of $5x^2+5y^2-8xy$ when $x$ and $y$ range over all real numbers such that $|x-2y| + |y-2x| = 40$?", - "answer": 800, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nWhat is the minimum value of $5x^2+5y^2-8xy$ when $x$ and $y$ range over all real numbers such that $|x-2y| + |y-2x| = 40$?." - }, - { - "id": "246d26", - "text": "Each of the three-digits numbers $111$ to $999$ is coloured blue or yellow in such a way that the sum of any two (not necessarily different) yellow numbers is equal to a blue number. What is the maximum possible number of yellow numbers there can be?", - "answer": 250, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nEach of the three-digits numbers $111$ to $999$ is coloured blue or yellow in such a way that the sum of any two (not necessarily different) yellow numbers is equal to a blue number. What is the maximum possible number of yellow numbers there can be?." - }, - { - "id": "2fc4ad", - "text": "Let the `sparkle' operation on positive integer $n$ consist of calculating the sum of the digits of $n$ and taking its factorial, e.g. the sparkle of 13 is $4! = 24$. A robot starts with a positive integer on a blackboard, then after each second for the rest of eternity, replaces the number on the board with its sparkle. For some `special' numbers, if they're the first number, then eventually every number that appears will be less than 6. How many such special numbers are there with at most 36 digits?", - "answer": 702, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nLet the `sparkle' operation on positive integer $n$ consist of calculating the sum of the digits of $n$ and taking its factorial, e.g. the sparkle of 13 is $4! = 24$. A robot starts with a positive integer on a blackboard, then after each second for the rest of eternity, replaces the number on the board with its sparkle. For some `special' numbers, if they're the first number, then eventually every number that appears will be less than 6. How many such special numbers are there with at most 36 digits?." - }, - { - "id": "5277ed", - "text": "There exists a unique increasing geometric sequence of five 2-digit positive integers. What is their sum?", - "answer": 211, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nThere exists a unique increasing geometric sequence of five 2-digit positive integers. What is their sum?." - }, - { - "id": "8ee6f3", - "text": "The points $\\left(x, y\\right)$ satisfying $((\\vert x + y \\vert - 10)^2 + ( \\vert x - y \\vert - 10)^2)((\\vert x \\vert - 8)^2 + ( \\vert y \\vert - 8)^2) = 0$ enclose a convex polygon. What is the area of this convex polygon?", - "answer": 320, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nThe points $\\left(x, y\\right)$ satisfying $((\\vert x + y \\vert - 10)^2 + ( \\vert x - y \\vert - 10)^2)((\\vert x \\vert - 8)^2 + ( \\vert y \\vert - 8)^2) = 0$ enclose a convex polygon. What is the area of this convex polygon?." - }, - { - "id": "229ee8", - "text": "Let $k, l > 0$ be parameters. The parabola $y = kx^2 - 2kx + l$ intersects the line $y = 4$ at two points $A$ and $B$. These points are distance 6 apart. What is the sum of the squares of the distances from $A$ and $B$ to the origin?", - "answer": 52, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nLet $k, l > 0$ be parameters. The parabola $y = kx^2 - 2kx + l$ intersects the line $y = 4$ at two points $A$ and $B$. These points are distance 6 apart. What is the sum of the squares of the distances from $A$ and $B$ to the origin?." - }, - { - "id": "bedda4", - "text": "Let $ABCD$ be a unit square. Let $P$ be the point on $AB$ such that $|AP| = 1/{20}$ and let $Q$ be the point on $AD$ such that $|AQ| = 1/{24}$. The lines $DP$ and $BQ$ divide the square into four regions. Find the ratio between the areas of the largest region and the smallest region.", - "answer": 480, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nLet $ABCD$ be a unit square. Let $P$ be the point on $AB$ such that $|AP| = 1/{20}$ and let $Q$ be the point on $AD$ such that $|AQ| = 1/{24}$. The lines $DP$ and $BQ$ divide the square into four regions. Find the ratio between the areas of the largest region and the smallest region.." - }, - { - "id": "82e2a0", - "text": "Suppose that we roll four 6-sided fair dice with faces numbered 1 to~6. Let $a/b$ be the probability that the highest roll is a 5, where $a$ and $b$ are relatively prime positive integers. Find $a + b$.", - "answer": 185, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nSuppose that we roll four 6-sided fair dice with faces numbered 1 to~6. Let $a/b$ be the probability that the highest roll is a 5, where $a$ and $b$ are relatively prime positive integers. Find $a + b$.." - } - ], - "Is this a nice solution? 0.38108403438574845", - "0.09979627018489712" + "### 2. **Pizza Options**" ], [ - "82e2a0", - "Suppose that we roll four 6-sided fair dice with faces numbered 1 to~6. Let $a/b$ be the probability that the highest roll is a 5, where $a$ and $b$ are relatively prime positive integers. Find $a + b$.", - 185, - [ - { - "id": "82e2a0", - "text": "Suppose that we roll four 6-sided fair dice with faces numbered 1 to~6. Let $a/b$ be the probability that the highest roll is a 5, where $a$ and $b$ are relatively prime positive integers. Find $a + b$.", - "answer": 185, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nSuppose that we roll four 6-sided fair dice with faces numbered 1 to~6. Let $a/b$ be the probability that the highest roll is a 5, where $a$ and $b$ are relatively prime positive integers. Find $a + b$.." - }, - { - "id": "5277ed", - "text": "There exists a unique increasing geometric sequence of five 2-digit positive integers. What is their sum?", - "answer": 211, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nThere exists a unique increasing geometric sequence of five 2-digit positive integers. What is their sum?." - }, - { - "id": "2fc4ad", - "text": "Let the `sparkle' operation on positive integer $n$ consist of calculating the sum of the digits of $n$ and taking its factorial, e.g. the sparkle of 13 is $4! = 24$. A robot starts with a positive integer on a blackboard, then after each second for the rest of eternity, replaces the number on the board with its sparkle. For some `special' numbers, if they're the first number, then eventually every number that appears will be less than 6. How many such special numbers are there with at most 36 digits?", - "answer": 702, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nLet the `sparkle' operation on positive integer $n$ consist of calculating the sum of the digits of $n$ and taking its factorial, e.g. the sparkle of 13 is $4! = 24$. A robot starts with a positive integer on a blackboard, then after each second for the rest of eternity, replaces the number on the board with its sparkle. For some `special' numbers, if they're the first number, then eventually every number that appears will be less than 6. How many such special numbers are there with at most 36 digits?." - }, - { - "id": "bedda4", - "text": "Let $ABCD$ be a unit square. Let $P$ be the point on $AB$ such that $|AP| = 1/{20}$ and let $Q$ be the point on $AD$ such that $|AQ| = 1/{24}$. The lines $DP$ and $BQ$ divide the square into four regions. Find the ratio between the areas of the largest region and the smallest region.", - "answer": 480, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nLet $ABCD$ be a unit square. Let $P$ be the point on $AB$ such that $|AP| = 1/{20}$ and let $Q$ be the point on $AD$ such that $|AQ| = 1/{24}$. The lines $DP$ and $BQ$ divide the square into four regions. Find the ratio between the areas of the largest region and the smallest region.." - }, - { - "id": "246d26", - "text": "Each of the three-digits numbers $111$ to $999$ is coloured blue or yellow in such a way that the sum of any two (not necessarily different) yellow numbers is equal to a blue number. What is the maximum possible number of yellow numbers there can be?", - "answer": 250, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nEach of the three-digits numbers $111$ to $999$ is coloured blue or yellow in such a way that the sum of any two (not necessarily different) yellow numbers is equal to a blue number. What is the maximum possible number of yellow numbers there can be?." - }, - { - "id": "229ee8", - "text": "Let $k, l > 0$ be parameters. The parabola $y = kx^2 - 2kx + l$ intersects the line $y = 4$ at two points $A$ and $B$. These points are distance 6 apart. What is the sum of the squares of the distances from $A$ and $B$ to the origin?", - "answer": 52, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nLet $k, l > 0$ be parameters. The parabola $y = kx^2 - 2kx + l$ intersects the line $y = 4$ at two points $A$ and $B$. These points are distance 6 apart. What is the sum of the squares of the distances from $A$ and $B$ to the origin?." - }, - { - "id": "430b63", - "text": "What is the minimum value of $5x^2+5y^2-8xy$ when $x$ and $y$ range over all real numbers such that $|x-2y| + |y-2x| = 40$?", - "answer": 800, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nWhat is the minimum value of $5x^2+5y^2-8xy$ when $x$ and $y$ range over all real numbers such that $|x-2y| + |y-2x| = 40$?." - }, - { - "id": "8ee6f3", - "text": "The points $\\left(x, y\\right)$ satisfying $((\\vert x + y \\vert - 10)^2 + ( \\vert x - y \\vert - 10)^2)((\\vert x \\vert - 8)^2 + ( \\vert y \\vert - 8)^2) = 0$ enclose a convex polygon. What is the area of this convex polygon?", - "answer": 320, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nThe points $\\left(x, y\\right)$ satisfying $((\\vert x + y \\vert - 10)^2 + ( \\vert x - y \\vert - 10)^2)((\\vert x \\vert - 8)^2 + ( \\vert y \\vert - 8)^2) = 0$ enclose a convex polygon. What is the area of this convex polygon?." - }, - { - "id": "739bc9", - "text": "For how many positive integers $m$ does the equation $\\vert \\vert x-1 \\vert -2 \\vert=\\frac{m}{100}$ have $4$ distinct solutions?", - "answer": 199, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nFor how many positive integers $m$ does the equation $\\vert \\vert x-1 \\vert -2 \\vert=\\frac{m}{100}$ have $4$ distinct solutions?." - }, - { - "id": "d7e9c9", - "text": "A function $f: \\mathbb N \\to \\mathbb N$ satisfies the following two conditions for all positive integers $n$:$f(f(f(n)))=8n-7$ and $f(2n)=2f(n)+1$. Calculate $f(100)$.", - "answer": 199, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nA function $f: \\mathbb N \\to \\mathbb N$ satisfies the following two conditions for all positive integers $n$:$f(f(f(n)))=8n-7$ and $f(2n)=2f(n)+1$. Calculate $f(100)$.." - } - ], - "Is this a nice solution? 0.42948749188004376", - "0.772154996120189" + "#### 2.1 **Size & Base Pricing**" ], [ - "8ee6f3", - "The points $\\left(x, y\\right)$ satisfying $((\\vert x + y \\vert - 10)^2 + ( \\vert x - y \\vert - 10)^2)((\\vert x \\vert - 8)^2 + ( \\vert y \\vert - 8)^2) = 0$ enclose a convex polygon. What is the area of this convex polygon?", - 320, - [ - { - "id": "8ee6f3", - "text": "The points $\\left(x, y\\right)$ satisfying $((\\vert x + y \\vert - 10)^2 + ( \\vert x - y \\vert - 10)^2)((\\vert x \\vert - 8)^2 + ( \\vert y \\vert - 8)^2) = 0$ enclose a convex polygon. What is the area of this convex polygon?", - "answer": 320, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nThe points $\\left(x, y\\right)$ satisfying $((\\vert x + y \\vert - 10)^2 + ( \\vert x - y \\vert - 10)^2)((\\vert x \\vert - 8)^2 + ( \\vert y \\vert - 8)^2) = 0$ enclose a convex polygon. What is the area of this convex polygon?." - }, - { - "id": "bedda4", - "text": "Let $ABCD$ be a unit square. Let $P$ be the point on $AB$ such that $|AP| = 1/{20}$ and let $Q$ be the point on $AD$ such that $|AQ| = 1/{24}$. The lines $DP$ and $BQ$ divide the square into four regions. Find the ratio between the areas of the largest region and the smallest region.", - "answer": 480, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nLet $ABCD$ be a unit square. Let $P$ be the point on $AB$ such that $|AP| = 1/{20}$ and let $Q$ be the point on $AD$ such that $|AQ| = 1/{24}$. The lines $DP$ and $BQ$ divide the square into four regions. Find the ratio between the areas of the largest region and the smallest region.." - }, - { - "id": "430b63", - "text": "What is the minimum value of $5x^2+5y^2-8xy$ when $x$ and $y$ range over all real numbers such that $|x-2y| + |y-2x| = 40$?", - "answer": 800, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nWhat is the minimum value of $5x^2+5y^2-8xy$ when $x$ and $y$ range over all real numbers such that $|x-2y| + |y-2x| = 40$?." - }, - { - "id": "5277ed", - "text": "There exists a unique increasing geometric sequence of five 2-digit positive integers. What is their sum?", - "answer": 211, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nThere exists a unique increasing geometric sequence of five 2-digit positive integers. What is their sum?." - }, - { - "id": "229ee8", - "text": "Let $k, l > 0$ be parameters. The parabola $y = kx^2 - 2kx + l$ intersects the line $y = 4$ at two points $A$ and $B$. These points are distance 6 apart. What is the sum of the squares of the distances from $A$ and $B$ to the origin?", - "answer": 52, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nLet $k, l > 0$ be parameters. The parabola $y = kx^2 - 2kx + l$ intersects the line $y = 4$ at two points $A$ and $B$. These points are distance 6 apart. What is the sum of the squares of the distances from $A$ and $B$ to the origin?." - }, - { - "id": "246d26", - "text": "Each of the three-digits numbers $111$ to $999$ is coloured blue or yellow in such a way that the sum of any two (not necessarily different) yellow numbers is equal to a blue number. What is the maximum possible number of yellow numbers there can be?", - "answer": 250, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nEach of the three-digits numbers $111$ to $999$ is coloured blue or yellow in such a way that the sum of any two (not necessarily different) yellow numbers is equal to a blue number. What is the maximum possible number of yellow numbers there can be?." - }, - { - "id": "739bc9", - "text": "For how many positive integers $m$ does the equation $\\vert \\vert x-1 \\vert -2 \\vert=\\frac{m}{100}$ have $4$ distinct solutions?", - "answer": 199, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nFor how many positive integers $m$ does the equation $\\vert \\vert x-1 \\vert -2 \\vert=\\frac{m}{100}$ have $4$ distinct solutions?." - }, - { - "id": "82e2a0", - "text": "Suppose that we roll four 6-sided fair dice with faces numbered 1 to~6. Let $a/b$ be the probability that the highest roll is a 5, where $a$ and $b$ are relatively prime positive integers. Find $a + b$.", - "answer": 185, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nSuppose that we roll four 6-sided fair dice with faces numbered 1 to~6. Let $a/b$ be the probability that the highest roll is a 5, where $a$ and $b$ are relatively prime positive integers. Find $a + b$.." - }, - { - "id": "d7e9c9", - "text": "A function $f: \\mathbb N \\to \\mathbb N$ satisfies the following two conditions for all positive integers $n$:$f(f(f(n)))=8n-7$ and $f(2n)=2f(n)+1$. Calculate $f(100)$.", - "answer": 199, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nA function $f: \\mathbb N \\to \\mathbb N$ satisfies the following two conditions for all positive integers $n$:$f(f(f(n)))=8n-7$ and $f(2n)=2f(n)+1$. Calculate $f(100)$.." - }, - { - "id": "2fc4ad", - "text": "Let the `sparkle' operation on positive integer $n$ consist of calculating the sum of the digits of $n$ and taking its factorial, e.g. the sparkle of 13 is $4! = 24$. A robot starts with a positive integer on a blackboard, then after each second for the rest of eternity, replaces the number on the board with its sparkle. For some `special' numbers, if they're the first number, then eventually every number that appears will be less than 6. How many such special numbers are there with at most 36 digits?", - "answer": 702, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nLet the `sparkle' operation on positive integer $n$ consist of calculating the sum of the digits of $n$ and taking its factorial, e.g. the sparkle of 13 is $4! = 24$. A robot starts with a positive integer on a blackboard, then after each second for the rest of eternity, replaces the number on the board with its sparkle. For some `special' numbers, if they're the first number, then eventually every number that appears will be less than 6. How many such special numbers are there with at most 36 digits?." - } - ], - "Is this a nice solution? 0.3487100303819337", - "0.5386589252803151" + "| Size | Diameter | Price (Cheese Pizza) |\n|------------------|------------|----------------------|\n| Small | 10 inches | $8.99 |\n| Medium | 12 inches | $11.99 |\n| Large | 14 inches | $14.99 |\n| Extra Large | 16 inches | $17.99 |" ], [ - "bedda4", - "Let $ABCD$ be a unit square. Let $P$ be the point on $AB$ such that $|AP| = 1/{20}$ and let $Q$ be the point on $AD$ such that $|AQ| = 1/{24}$. The lines $DP$ and $BQ$ divide the square into four regions. Find the ratio between the areas of the largest region and the smallest region.", - 480, - [ - { - "id": "bedda4", - "text": "Let $ABCD$ be a unit square. Let $P$ be the point on $AB$ such that $|AP| = 1/{20}$ and let $Q$ be the point on $AD$ such that $|AQ| = 1/{24}$. The lines $DP$ and $BQ$ divide the square into four regions. Find the ratio between the areas of the largest region and the smallest region.", - "answer": 480, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nLet $ABCD$ be a unit square. Let $P$ be the point on $AB$ such that $|AP| = 1/{20}$ and let $Q$ be the point on $AD$ such that $|AQ| = 1/{24}$. The lines $DP$ and $BQ$ divide the square into four regions. Find the ratio between the areas of the largest region and the smallest region.." - }, - { - "id": "8ee6f3", - "text": "The points $\\left(x, y\\right)$ satisfying $((\\vert x + y \\vert - 10)^2 + ( \\vert x - y \\vert - 10)^2)((\\vert x \\vert - 8)^2 + ( \\vert y \\vert - 8)^2) = 0$ enclose a convex polygon. What is the area of this convex polygon?", - "answer": 320, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nThe points $\\left(x, y\\right)$ satisfying $((\\vert x + y \\vert - 10)^2 + ( \\vert x - y \\vert - 10)^2)((\\vert x \\vert - 8)^2 + ( \\vert y \\vert - 8)^2) = 0$ enclose a convex polygon. What is the area of this convex polygon?." - }, - { - "id": "430b63", - "text": "What is the minimum value of $5x^2+5y^2-8xy$ when $x$ and $y$ range over all real numbers such that $|x-2y| + |y-2x| = 40$?", - "answer": 800, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nWhat is the minimum value of $5x^2+5y^2-8xy$ when $x$ and $y$ range over all real numbers such that $|x-2y| + |y-2x| = 40$?." - }, - { - "id": "229ee8", - "text": "Let $k, l > 0$ be parameters. The parabola $y = kx^2 - 2kx + l$ intersects the line $y = 4$ at two points $A$ and $B$. These points are distance 6 apart. What is the sum of the squares of the distances from $A$ and $B$ to the origin?", - "answer": 52, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nLet $k, l > 0$ be parameters. The parabola $y = kx^2 - 2kx + l$ intersects the line $y = 4$ at two points $A$ and $B$. These points are distance 6 apart. What is the sum of the squares of the distances from $A$ and $B$ to the origin?." - }, - { - "id": "82e2a0", - "text": "Suppose that we roll four 6-sided fair dice with faces numbered 1 to~6. Let $a/b$ be the probability that the highest roll is a 5, where $a$ and $b$ are relatively prime positive integers. Find $a + b$.", - "answer": 185, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nSuppose that we roll four 6-sided fair dice with faces numbered 1 to~6. Let $a/b$ be the probability that the highest roll is a 5, where $a$ and $b$ are relatively prime positive integers. Find $a + b$.." - }, - { - "id": "5277ed", - "text": "There exists a unique increasing geometric sequence of five 2-digit positive integers. What is their sum?", - "answer": 211, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nThere exists a unique increasing geometric sequence of five 2-digit positive integers. What is their sum?." - }, - { - "id": "739bc9", - "text": "For how many positive integers $m$ does the equation $\\vert \\vert x-1 \\vert -2 \\vert=\\frac{m}{100}$ have $4$ distinct solutions?", - "answer": 199, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nFor how many positive integers $m$ does the equation $\\vert \\vert x-1 \\vert -2 \\vert=\\frac{m}{100}$ have $4$ distinct solutions?." - }, - { - "id": "2fc4ad", - "text": "Let the `sparkle' operation on positive integer $n$ consist of calculating the sum of the digits of $n$ and taking its factorial, e.g. the sparkle of 13 is $4! = 24$. A robot starts with a positive integer on a blackboard, then after each second for the rest of eternity, replaces the number on the board with its sparkle. For some `special' numbers, if they're the first number, then eventually every number that appears will be less than 6. How many such special numbers are there with at most 36 digits?", - "answer": 702, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nLet the `sparkle' operation on positive integer $n$ consist of calculating the sum of the digits of $n$ and taking its factorial, e.g. the sparkle of 13 is $4! = 24$. A robot starts with a positive integer on a blackboard, then after each second for the rest of eternity, replaces the number on the board with its sparkle. For some `special' numbers, if they're the first number, then eventually every number that appears will be less than 6. How many such special numbers are there with at most 36 digits?." - }, - { - "id": "246d26", - "text": "Each of the three-digits numbers $111$ to $999$ is coloured blue or yellow in such a way that the sum of any two (not necessarily different) yellow numbers is equal to a blue number. What is the maximum possible number of yellow numbers there can be?", - "answer": 250, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nEach of the three-digits numbers $111$ to $999$ is coloured blue or yellow in such a way that the sum of any two (not necessarily different) yellow numbers is equal to a blue number. What is the maximum possible number of yellow numbers there can be?." - }, - { - "id": "d7e9c9", - "text": "A function $f: \\mathbb N \\to \\mathbb N$ satisfies the following two conditions for all positive integers $n$:$f(f(f(n)))=8n-7$ and $f(2n)=2f(n)+1$. Calculate $f(100)$.", - "answer": 199, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nA function $f: \\mathbb N \\to \\mathbb N$ satisfies the following two conditions for all positive integers $n$:$f(f(f(n)))=8n-7$ and $f(2n)=2f(n)+1$. Calculate $f(100)$.." - } - ], - "Is this a nice solution? 0.192928132428547", - "0.5589770560628611" + "**Note**: Cheese pizza pricing includes sauce and cheese. Toppings are additional (see section 2.3)." ], [ - "d7e9c9", - "A function $f: \\mathbb N \\to \\mathbb N$ satisfies the following two conditions for all positive integers $n$:$f(f(f(n)))=8n-7$ and $f(2n)=2f(n)+1$. Calculate $f(100)$.", - 199, - [ - { - "id": "d7e9c9", - "text": "A function $f: \\mathbb N \\to \\mathbb N$ satisfies the following two conditions for all positive integers $n$:$f(f(f(n)))=8n-7$ and $f(2n)=2f(n)+1$. Calculate $f(100)$.", - "answer": 199, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nA function $f: \\mathbb N \\to \\mathbb N$ satisfies the following two conditions for all positive integers $n$:$f(f(f(n)))=8n-7$ and $f(2n)=2f(n)+1$. Calculate $f(100)$.." - }, - { - "id": "739bc9", - "text": "For how many positive integers $m$ does the equation $\\vert \\vert x-1 \\vert -2 \\vert=\\frac{m}{100}$ have $4$ distinct solutions?", - "answer": 199, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nFor how many positive integers $m$ does the equation $\\vert \\vert x-1 \\vert -2 \\vert=\\frac{m}{100}$ have $4$ distinct solutions?." - }, - { - "id": "2fc4ad", - "text": "Let the `sparkle' operation on positive integer $n$ consist of calculating the sum of the digits of $n$ and taking its factorial, e.g. the sparkle of 13 is $4! = 24$. A robot starts with a positive integer on a blackboard, then after each second for the rest of eternity, replaces the number on the board with its sparkle. For some `special' numbers, if they're the first number, then eventually every number that appears will be less than 6. How many such special numbers are there with at most 36 digits?", - "answer": 702, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nLet the `sparkle' operation on positive integer $n$ consist of calculating the sum of the digits of $n$ and taking its factorial, e.g. the sparkle of 13 is $4! = 24$. A robot starts with a positive integer on a blackboard, then after each second for the rest of eternity, replaces the number on the board with its sparkle. For some `special' numbers, if they're the first number, then eventually every number that appears will be less than 6. How many such special numbers are there with at most 36 digits?." - }, - { - "id": "5277ed", - "text": "There exists a unique increasing geometric sequence of five 2-digit positive integers. What is their sum?", - "answer": 211, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nThere exists a unique increasing geometric sequence of five 2-digit positive integers. What is their sum?." - }, - { - "id": "246d26", - "text": "Each of the three-digits numbers $111$ to $999$ is coloured blue or yellow in such a way that the sum of any two (not necessarily different) yellow numbers is equal to a blue number. What is the maximum possible number of yellow numbers there can be?", - "answer": 250, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nEach of the three-digits numbers $111$ to $999$ is coloured blue or yellow in such a way that the sum of any two (not necessarily different) yellow numbers is equal to a blue number. What is the maximum possible number of yellow numbers there can be?." - }, - { - "id": "430b63", - "text": "What is the minimum value of $5x^2+5y^2-8xy$ when $x$ and $y$ range over all real numbers such that $|x-2y| + |y-2x| = 40$?", - "answer": 800, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nWhat is the minimum value of $5x^2+5y^2-8xy$ when $x$ and $y$ range over all real numbers such that $|x-2y| + |y-2x| = 40$?." - }, - { - "id": "8ee6f3", - "text": "The points $\\left(x, y\\right)$ satisfying $((\\vert x + y \\vert - 10)^2 + ( \\vert x - y \\vert - 10)^2)((\\vert x \\vert - 8)^2 + ( \\vert y \\vert - 8)^2) = 0$ enclose a convex polygon. What is the area of this convex polygon?", - "answer": 320, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nThe points $\\left(x, y\\right)$ satisfying $((\\vert x + y \\vert - 10)^2 + ( \\vert x - y \\vert - 10)^2)((\\vert x \\vert - 8)^2 + ( \\vert y \\vert - 8)^2) = 0$ enclose a convex polygon. What is the area of this convex polygon?." - }, - { - "id": "229ee8", - "text": "Let $k, l > 0$ be parameters. The parabola $y = kx^2 - 2kx + l$ intersects the line $y = 4$ at two points $A$ and $B$. These points are distance 6 apart. What is the sum of the squares of the distances from $A$ and $B$ to the origin?", - "answer": 52, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nLet $k, l > 0$ be parameters. The parabola $y = kx^2 - 2kx + l$ intersects the line $y = 4$ at two points $A$ and $B$. These points are distance 6 apart. What is the sum of the squares of the distances from $A$ and $B$ to the origin?." - }, - { - "id": "82e2a0", - "text": "Suppose that we roll four 6-sided fair dice with faces numbered 1 to~6. Let $a/b$ be the probability that the highest roll is a 5, where $a$ and $b$ are relatively prime positive integers. Find $a + b$.", - "answer": 185, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nSuppose that we roll four 6-sided fair dice with faces numbered 1 to~6. Let $a/b$ be the probability that the highest roll is a 5, where $a$ and $b$ are relatively prime positive integers. Find $a + b$.." - }, - { - "id": "bedda4", - "text": "Let $ABCD$ be a unit square. Let $P$ be the point on $AB$ such that $|AP| = 1/{20}$ and let $Q$ be the point on $AD$ such that $|AQ| = 1/{24}$. The lines $DP$ and $BQ$ divide the square into four regions. Find the ratio between the areas of the largest region and the smallest region.", - "answer": 480, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nLet $ABCD$ be a unit square. Let $P$ be the point on $AB$ such that $|AP| = 1/{20}$ and let $Q$ be the point on $AD$ such that $|AQ| = 1/{24}$. The lines $DP$ and $BQ$ divide the square into four regions. Find the ratio between the areas of the largest region and the smallest region.." - } - ], - "Is this a nice solution? 0.20024247107489412", - "0.3107009777355463" + "#### 2.2 **Crust Options**" ], [ - "246d26", - "Each of the three-digits numbers $111$ to $999$ is coloured blue or yellow in such a way that the sum of any two (not necessarily different) yellow numbers is equal to a blue number. What is the maximum possible number of yellow numbers there can be?", - 250, - [ - { - "id": "246d26", - "text": "Each of the three-digits numbers $111$ to $999$ is coloured blue or yellow in such a way that the sum of any two (not necessarily different) yellow numbers is equal to a blue number. What is the maximum possible number of yellow numbers there can be?", - "answer": 250, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nEach of the three-digits numbers $111$ to $999$ is coloured blue or yellow in such a way that the sum of any two (not necessarily different) yellow numbers is equal to a blue number. What is the maximum possible number of yellow numbers there can be?." - }, - { - "id": "2fc4ad", - "text": "Let the `sparkle' operation on positive integer $n$ consist of calculating the sum of the digits of $n$ and taking its factorial, e.g. the sparkle of 13 is $4! = 24$. A robot starts with a positive integer on a blackboard, then after each second for the rest of eternity, replaces the number on the board with its sparkle. For some `special' numbers, if they're the first number, then eventually every number that appears will be less than 6. How many such special numbers are there with at most 36 digits?", - "answer": 702, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nLet the `sparkle' operation on positive integer $n$ consist of calculating the sum of the digits of $n$ and taking its factorial, e.g. the sparkle of 13 is $4! = 24$. A robot starts with a positive integer on a blackboard, then after each second for the rest of eternity, replaces the number on the board with its sparkle. For some `special' numbers, if they're the first number, then eventually every number that appears will be less than 6. How many such special numbers are there with at most 36 digits?." - }, - { - "id": "5277ed", - "text": "There exists a unique increasing geometric sequence of five 2-digit positive integers. What is their sum?", - "answer": 211, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nThere exists a unique increasing geometric sequence of five 2-digit positive integers. What is their sum?." - }, - { - "id": "739bc9", - "text": "For how many positive integers $m$ does the equation $\\vert \\vert x-1 \\vert -2 \\vert=\\frac{m}{100}$ have $4$ distinct solutions?", - "answer": 199, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nFor how many positive integers $m$ does the equation $\\vert \\vert x-1 \\vert -2 \\vert=\\frac{m}{100}$ have $4$ distinct solutions?." - }, - { - "id": "d7e9c9", - "text": "A function $f: \\mathbb N \\to \\mathbb N$ satisfies the following two conditions for all positive integers $n$:$f(f(f(n)))=8n-7$ and $f(2n)=2f(n)+1$. Calculate $f(100)$.", - "answer": 199, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nA function $f: \\mathbb N \\to \\mathbb N$ satisfies the following two conditions for all positive integers $n$:$f(f(f(n)))=8n-7$ and $f(2n)=2f(n)+1$. Calculate $f(100)$.." - }, - { - "id": "8ee6f3", - "text": "The points $\\left(x, y\\right)$ satisfying $((\\vert x + y \\vert - 10)^2 + ( \\vert x - y \\vert - 10)^2)((\\vert x \\vert - 8)^2 + ( \\vert y \\vert - 8)^2) = 0$ enclose a convex polygon. What is the area of this convex polygon?", - "answer": 320, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nThe points $\\left(x, y\\right)$ satisfying $((\\vert x + y \\vert - 10)^2 + ( \\vert x - y \\vert - 10)^2)((\\vert x \\vert - 8)^2 + ( \\vert y \\vert - 8)^2) = 0$ enclose a convex polygon. What is the area of this convex polygon?." - }, - { - "id": "82e2a0", - "text": "Suppose that we roll four 6-sided fair dice with faces numbered 1 to~6. Let $a/b$ be the probability that the highest roll is a 5, where $a$ and $b$ are relatively prime positive integers. Find $a + b$.", - "answer": 185, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nSuppose that we roll four 6-sided fair dice with faces numbered 1 to~6. Let $a/b$ be the probability that the highest roll is a 5, where $a$ and $b$ are relatively prime positive integers. Find $a + b$.." - }, - { - "id": "229ee8", - "text": "Let $k, l > 0$ be parameters. The parabola $y = kx^2 - 2kx + l$ intersects the line $y = 4$ at two points $A$ and $B$. These points are distance 6 apart. What is the sum of the squares of the distances from $A$ and $B$ to the origin?", - "answer": 52, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nLet $k, l > 0$ be parameters. The parabola $y = kx^2 - 2kx + l$ intersects the line $y = 4$ at two points $A$ and $B$. These points are distance 6 apart. What is the sum of the squares of the distances from $A$ and $B$ to the origin?." - }, - { - "id": "430b63", - "text": "What is the minimum value of $5x^2+5y^2-8xy$ when $x$ and $y$ range over all real numbers such that $|x-2y| + |y-2x| = 40$?", - "answer": 800, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nWhat is the minimum value of $5x^2+5y^2-8xy$ when $x$ and $y$ range over all real numbers such that $|x-2y| + |y-2x| = 40$?." - }, - { - "id": "bedda4", - "text": "Let $ABCD$ be a unit square. Let $P$ be the point on $AB$ such that $|AP| = 1/{20}$ and let $Q$ be the point on $AD$ such that $|AQ| = 1/{24}$. The lines $DP$ and $BQ$ divide the square into four regions. Find the ratio between the areas of the largest region and the smallest region.", - "answer": 480, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nLet $ABCD$ be a unit square. Let $P$ be the point on $AB$ such that $|AP| = 1/{20}$ and let $Q$ be the point on $AD$ such that $|AQ| = 1/{24}$. The lines $DP$ and $BQ$ divide the square into four regions. Find the ratio between the areas of the largest region and the smallest region.." - } - ], - "Is this a nice solution? 0.07328817086993833", - "0.7216846012621502" + "| Crust Type | Description | Price Adjustment |\n|------------------|------------------------------------------|------------------|\n| Classic Hand-Tossed | Soft, airy texture | No Change |\n| Thin & Crispy | Light and crunchy | No Change |\n| Stuffed Crust | Filled with mozzarella | +$2.00 (M-XL) |\n| Gluten-Free | 10\" only; made with rice flour | +$2.50 (Small Only) |" ], [ - "2fc4ad", - "Let the `sparkle' operation on positive integer $n$ consist of calculating the sum of the digits of $n$ and taking its factorial, e.g. the sparkle of 13 is $4! = 24$. A robot starts with a positive integer on a blackboard, then after each second for the rest of eternity, replaces the number on the board with its sparkle. For some `special' numbers, if they're the first number, then eventually every number that appears will be less than 6. How many such special numbers are there with at most 36 digits?", - 702, - [ - { - "id": "2fc4ad", - "text": "Let the `sparkle' operation on positive integer $n$ consist of calculating the sum of the digits of $n$ and taking its factorial, e.g. the sparkle of 13 is $4! = 24$. A robot starts with a positive integer on a blackboard, then after each second for the rest of eternity, replaces the number on the board with its sparkle. For some `special' numbers, if they're the first number, then eventually every number that appears will be less than 6. How many such special numbers are there with at most 36 digits?", - "answer": 702, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nLet the `sparkle' operation on positive integer $n$ consist of calculating the sum of the digits of $n$ and taking its factorial, e.g. the sparkle of 13 is $4! = 24$. A robot starts with a positive integer on a blackboard, then after each second for the rest of eternity, replaces the number on the board with its sparkle. For some `special' numbers, if they're the first number, then eventually every number that appears will be less than 6. How many such special numbers are there with at most 36 digits?." - }, - { - "id": "246d26", - "text": "Each of the three-digits numbers $111$ to $999$ is coloured blue or yellow in such a way that the sum of any two (not necessarily different) yellow numbers is equal to a blue number. What is the maximum possible number of yellow numbers there can be?", - "answer": 250, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nEach of the three-digits numbers $111$ to $999$ is coloured blue or yellow in such a way that the sum of any two (not necessarily different) yellow numbers is equal to a blue number. What is the maximum possible number of yellow numbers there can be?." - }, - { - "id": "5277ed", - "text": "There exists a unique increasing geometric sequence of five 2-digit positive integers. What is their sum?", - "answer": 211, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nThere exists a unique increasing geometric sequence of five 2-digit positive integers. What is their sum?." - }, - { - "id": "d7e9c9", - "text": "A function $f: \\mathbb N \\to \\mathbb N$ satisfies the following two conditions for all positive integers $n$:$f(f(f(n)))=8n-7$ and $f(2n)=2f(n)+1$. Calculate $f(100)$.", - "answer": 199, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nA function $f: \\mathbb N \\to \\mathbb N$ satisfies the following two conditions for all positive integers $n$:$f(f(f(n)))=8n-7$ and $f(2n)=2f(n)+1$. Calculate $f(100)$.." - }, - { - "id": "82e2a0", - "text": "Suppose that we roll four 6-sided fair dice with faces numbered 1 to~6. Let $a/b$ be the probability that the highest roll is a 5, where $a$ and $b$ are relatively prime positive integers. Find $a + b$.", - "answer": 185, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nSuppose that we roll four 6-sided fair dice with faces numbered 1 to~6. Let $a/b$ be the probability that the highest roll is a 5, where $a$ and $b$ are relatively prime positive integers. Find $a + b$.." - }, - { - "id": "739bc9", - "text": "For how many positive integers $m$ does the equation $\\vert \\vert x-1 \\vert -2 \\vert=\\frac{m}{100}$ have $4$ distinct solutions?", - "answer": 199, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nFor how many positive integers $m$ does the equation $\\vert \\vert x-1 \\vert -2 \\vert=\\frac{m}{100}$ have $4$ distinct solutions?." - }, - { - "id": "229ee8", - "text": "Let $k, l > 0$ be parameters. The parabola $y = kx^2 - 2kx + l$ intersects the line $y = 4$ at two points $A$ and $B$. These points are distance 6 apart. What is the sum of the squares of the distances from $A$ and $B$ to the origin?", - "answer": 52, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nLet $k, l > 0$ be parameters. The parabola $y = kx^2 - 2kx + l$ intersects the line $y = 4$ at two points $A$ and $B$. These points are distance 6 apart. What is the sum of the squares of the distances from $A$ and $B$ to the origin?." - }, - { - "id": "430b63", - "text": "What is the minimum value of $5x^2+5y^2-8xy$ when $x$ and $y$ range over all real numbers such that $|x-2y| + |y-2x| = 40$?", - "answer": 800, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nWhat is the minimum value of $5x^2+5y^2-8xy$ when $x$ and $y$ range over all real numbers such that $|x-2y| + |y-2x| = 40$?." - }, - { - "id": "8ee6f3", - "text": "The points $\\left(x, y\\right)$ satisfying $((\\vert x + y \\vert - 10)^2 + ( \\vert x - y \\vert - 10)^2)((\\vert x \\vert - 8)^2 + ( \\vert y \\vert - 8)^2) = 0$ enclose a convex polygon. What is the area of this convex polygon?", - "answer": 320, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nThe points $\\left(x, y\\right)$ satisfying $((\\vert x + y \\vert - 10)^2 + ( \\vert x - y \\vert - 10)^2)((\\vert x \\vert - 8)^2 + ( \\vert y \\vert - 8)^2) = 0$ enclose a convex polygon. What is the area of this convex polygon?." - }, - { - "id": "bedda4", - "text": "Let $ABCD$ be a unit square. Let $P$ be the point on $AB$ such that $|AP| = 1/{20}$ and let $Q$ be the point on $AD$ such that $|AQ| = 1/{24}$. The lines $DP$ and $BQ$ divide the square into four regions. Find the ratio between the areas of the largest region and the smallest region.", - "answer": 480, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nLet $ABCD$ be a unit square. Let $P$ be the point on $AB$ such that $|AP| = 1/{20}$ and let $Q$ be the point on $AD$ such that $|AQ| = 1/{24}$. The lines $DP$ and $BQ$ divide the square into four regions. Find the ratio between the areas of the largest region and the smallest region.." - } - ], - "Is this a nice solution? 0.032316140702087215", - "0.17170311684440376" + "---" ], [ - "430b63", - "What is the minimum value of $5x^2+5y^2-8xy$ when $x$ and $y$ range over all real numbers such that $|x-2y| + |y-2x| = 40$?", - 800, - [ - { - "id": "430b63", - "text": "What is the minimum value of $5x^2+5y^2-8xy$ when $x$ and $y$ range over all real numbers such that $|x-2y| + |y-2x| = 40$?", - "answer": 800, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nWhat is the minimum value of $5x^2+5y^2-8xy$ when $x$ and $y$ range over all real numbers such that $|x-2y| + |y-2x| = 40$?." - }, - { - "id": "229ee8", - "text": "Let $k, l > 0$ be parameters. The parabola $y = kx^2 - 2kx + l$ intersects the line $y = 4$ at two points $A$ and $B$. These points are distance 6 apart. What is the sum of the squares of the distances from $A$ and $B$ to the origin?", - "answer": 52, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nLet $k, l > 0$ be parameters. The parabola $y = kx^2 - 2kx + l$ intersects the line $y = 4$ at two points $A$ and $B$. These points are distance 6 apart. What is the sum of the squares of the distances from $A$ and $B$ to the origin?." - }, - { - "id": "bedda4", - "text": "Let $ABCD$ be a unit square. Let $P$ be the point on $AB$ such that $|AP| = 1/{20}$ and let $Q$ be the point on $AD$ such that $|AQ| = 1/{24}$. The lines $DP$ and $BQ$ divide the square into four regions. Find the ratio between the areas of the largest region and the smallest region.", - "answer": 480, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nLet $ABCD$ be a unit square. Let $P$ be the point on $AB$ such that $|AP| = 1/{20}$ and let $Q$ be the point on $AD$ such that $|AQ| = 1/{24}$. The lines $DP$ and $BQ$ divide the square into four regions. Find the ratio between the areas of the largest region and the smallest region.." - }, - { - "id": "8ee6f3", - "text": "The points $\\left(x, y\\right)$ satisfying $((\\vert x + y \\vert - 10)^2 + ( \\vert x - y \\vert - 10)^2)((\\vert x \\vert - 8)^2 + ( \\vert y \\vert - 8)^2) = 0$ enclose a convex polygon. What is the area of this convex polygon?", - "answer": 320, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nThe points $\\left(x, y\\right)$ satisfying $((\\vert x + y \\vert - 10)^2 + ( \\vert x - y \\vert - 10)^2)((\\vert x \\vert - 8)^2 + ( \\vert y \\vert - 8)^2) = 0$ enclose a convex polygon. What is the area of this convex polygon?." - }, - { - "id": "739bc9", - "text": "For how many positive integers $m$ does the equation $\\vert \\vert x-1 \\vert -2 \\vert=\\frac{m}{100}$ have $4$ distinct solutions?", - "answer": 199, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nFor how many positive integers $m$ does the equation $\\vert \\vert x-1 \\vert -2 \\vert=\\frac{m}{100}$ have $4$ distinct solutions?." - }, - { - "id": "d7e9c9", - "text": "A function $f: \\mathbb N \\to \\mathbb N$ satisfies the following two conditions for all positive integers $n$:$f(f(f(n)))=8n-7$ and $f(2n)=2f(n)+1$. Calculate $f(100)$.", - "answer": 199, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nA function $f: \\mathbb N \\to \\mathbb N$ satisfies the following two conditions for all positive integers $n$:$f(f(f(n)))=8n-7$ and $f(2n)=2f(n)+1$. Calculate $f(100)$.." - }, - { - "id": "5277ed", - "text": "There exists a unique increasing geometric sequence of five 2-digit positive integers. What is their sum?", - "answer": 211, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nThere exists a unique increasing geometric sequence of five 2-digit positive integers. What is their sum?." - }, - { - "id": "82e2a0", - "text": "Suppose that we roll four 6-sided fair dice with faces numbered 1 to~6. Let $a/b$ be the probability that the highest roll is a 5, where $a$ and $b$ are relatively prime positive integers. Find $a + b$.", - "answer": 185, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nSuppose that we roll four 6-sided fair dice with faces numbered 1 to~6. Let $a/b$ be the probability that the highest roll is a 5, where $a$ and $b$ are relatively prime positive integers. Find $a + b$.." - }, - { - "id": "246d26", - "text": "Each of the three-digits numbers $111$ to $999$ is coloured blue or yellow in such a way that the sum of any two (not necessarily different) yellow numbers is equal to a blue number. What is the maximum possible number of yellow numbers there can be?", - "answer": 250, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nEach of the three-digits numbers $111$ to $999$ is coloured blue or yellow in such a way that the sum of any two (not necessarily different) yellow numbers is equal to a blue number. What is the maximum possible number of yellow numbers there can be?." - }, - { - "id": "2fc4ad", - "text": "Let the `sparkle' operation on positive integer $n$ consist of calculating the sum of the digits of $n$ and taking its factorial, e.g. the sparkle of 13 is $4! = 24$. A robot starts with a positive integer on a blackboard, then after each second for the rest of eternity, replaces the number on the board with its sparkle. For some `special' numbers, if they're the first number, then eventually every number that appears will be less than 6. How many such special numbers are there with at most 36 digits?", - "answer": 702, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nLet the `sparkle' operation on positive integer $n$ consist of calculating the sum of the digits of $n$ and taking its factorial, e.g. the sparkle of 13 is $4! = 24$. A robot starts with a positive integer on a blackboard, then after each second for the rest of eternity, replaces the number on the board with its sparkle. For some `special' numbers, if they're the first number, then eventually every number that appears will be less than 6. How many such special numbers are there with at most 36 digits?." - } - ], - "Is this a nice solution? 0.31766897160862206", - "0.19256153092019734" + "### 3. **Toppings**" ], [ - "5277ed", - "There exists a unique increasing geometric sequence of five 2-digit positive integers. What is their sum?", - 211, - [ - { - "id": "5277ed", - "text": "There exists a unique increasing geometric sequence of five 2-digit positive integers. What is their sum?", - "answer": 211, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nThere exists a unique increasing geometric sequence of five 2-digit positive integers. What is their sum?." - }, - { - "id": "246d26", - "text": "Each of the three-digits numbers $111$ to $999$ is coloured blue or yellow in such a way that the sum of any two (not necessarily different) yellow numbers is equal to a blue number. What is the maximum possible number of yellow numbers there can be?", - "answer": 250, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nEach of the three-digits numbers $111$ to $999$ is coloured blue or yellow in such a way that the sum of any two (not necessarily different) yellow numbers is equal to a blue number. What is the maximum possible number of yellow numbers there can be?." - }, - { - "id": "2fc4ad", - "text": "Let the `sparkle' operation on positive integer $n$ consist of calculating the sum of the digits of $n$ and taking its factorial, e.g. the sparkle of 13 is $4! = 24$. A robot starts with a positive integer on a blackboard, then after each second for the rest of eternity, replaces the number on the board with its sparkle. For some `special' numbers, if they're the first number, then eventually every number that appears will be less than 6. How many such special numbers are there with at most 36 digits?", - "answer": 702, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nLet the `sparkle' operation on positive integer $n$ consist of calculating the sum of the digits of $n$ and taking its factorial, e.g. the sparkle of 13 is $4! = 24$. A robot starts with a positive integer on a blackboard, then after each second for the rest of eternity, replaces the number on the board with its sparkle. For some `special' numbers, if they're the first number, then eventually every number that appears will be less than 6. How many such special numbers are there with at most 36 digits?." - }, - { - "id": "82e2a0", - "text": "Suppose that we roll four 6-sided fair dice with faces numbered 1 to~6. Let $a/b$ be the probability that the highest roll is a 5, where $a$ and $b$ are relatively prime positive integers. Find $a + b$.", - "answer": 185, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nSuppose that we roll four 6-sided fair dice with faces numbered 1 to~6. Let $a/b$ be the probability that the highest roll is a 5, where $a$ and $b$ are relatively prime positive integers. Find $a + b$.." - }, - { - "id": "d7e9c9", - "text": "A function $f: \\mathbb N \\to \\mathbb N$ satisfies the following two conditions for all positive integers $n$:$f(f(f(n)))=8n-7$ and $f(2n)=2f(n)+1$. Calculate $f(100)$.", - "answer": 199, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nA function $f: \\mathbb N \\to \\mathbb N$ satisfies the following two conditions for all positive integers $n$:$f(f(f(n)))=8n-7$ and $f(2n)=2f(n)+1$. Calculate $f(100)$.." - }, - { - "id": "8ee6f3", - "text": "The points $\\left(x, y\\right)$ satisfying $((\\vert x + y \\vert - 10)^2 + ( \\vert x - y \\vert - 10)^2)((\\vert x \\vert - 8)^2 + ( \\vert y \\vert - 8)^2) = 0$ enclose a convex polygon. What is the area of this convex polygon?", - "answer": 320, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nThe points $\\left(x, y\\right)$ satisfying $((\\vert x + y \\vert - 10)^2 + ( \\vert x - y \\vert - 10)^2)((\\vert x \\vert - 8)^2 + ( \\vert y \\vert - 8)^2) = 0$ enclose a convex polygon. What is the area of this convex polygon?." - }, - { - "id": "739bc9", - "text": "For how many positive integers $m$ does the equation $\\vert \\vert x-1 \\vert -2 \\vert=\\frac{m}{100}$ have $4$ distinct solutions?", - "answer": 199, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nFor how many positive integers $m$ does the equation $\\vert \\vert x-1 \\vert -2 \\vert=\\frac{m}{100}$ have $4$ distinct solutions?." - }, - { - "id": "430b63", - "text": "What is the minimum value of $5x^2+5y^2-8xy$ when $x$ and $y$ range over all real numbers such that $|x-2y| + |y-2x| = 40$?", - "answer": 800, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nWhat is the minimum value of $5x^2+5y^2-8xy$ when $x$ and $y$ range over all real numbers such that $|x-2y| + |y-2x| = 40$?." - }, - { - "id": "229ee8", - "text": "Let $k, l > 0$ be parameters. The parabola $y = kx^2 - 2kx + l$ intersects the line $y = 4$ at two points $A$ and $B$. These points are distance 6 apart. What is the sum of the squares of the distances from $A$ and $B$ to the origin?", - "answer": 52, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nLet $k, l > 0$ be parameters. The parabola $y = kx^2 - 2kx + l$ intersects the line $y = 4$ at two points $A$ and $B$. These points are distance 6 apart. What is the sum of the squares of the distances from $A$ and $B$ to the origin?." - }, - { - "id": "bedda4", - "text": "Let $ABCD$ be a unit square. Let $P$ be the point on $AB$ such that $|AP| = 1/{20}$ and let $Q$ be the point on $AD$ such that $|AQ| = 1/{24}$. The lines $DP$ and $BQ$ divide the square into four regions. Find the ratio between the areas of the largest region and the smallest region.", - "answer": 480, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nLet $ABCD$ be a unit square. Let $P$ be the point on $AB$ such that $|AP| = 1/{20}$ and let $Q$ be the point on $AD$ such that $|AQ| = 1/{24}$. The lines $DP$ and $BQ$ divide the square into four regions. Find the ratio between the areas of the largest region and the smallest region.." - } - ], - "Is this a nice solution? 0.9811958281016008", - "0.8688809804290338" + "#### 3.1 **Standard Toppings**\n**Price per topping:**" ], [ - "739bc9", - "For how many positive integers $m$ does the equation $\\vert \\vert x-1 \\vert -2 \\vert=\\frac{m}{100}$ have $4$ distinct solutions?", - 199, - [ - { - "id": "739bc9", - "text": "For how many positive integers $m$ does the equation $\\vert \\vert x-1 \\vert -2 \\vert=\\frac{m}{100}$ have $4$ distinct solutions?", - "answer": 199, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nFor how many positive integers $m$ does the equation $\\vert \\vert x-1 \\vert -2 \\vert=\\frac{m}{100}$ have $4$ distinct solutions?." - }, - { - "id": "d7e9c9", - "text": "A function $f: \\mathbb N \\to \\mathbb N$ satisfies the following two conditions for all positive integers $n$:$f(f(f(n)))=8n-7$ and $f(2n)=2f(n)+1$. Calculate $f(100)$.", - "answer": 199, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nA function $f: \\mathbb N \\to \\mathbb N$ satisfies the following two conditions for all positive integers $n$:$f(f(f(n)))=8n-7$ and $f(2n)=2f(n)+1$. Calculate $f(100)$.." - }, - { - "id": "430b63", - "text": "What is the minimum value of $5x^2+5y^2-8xy$ when $x$ and $y$ range over all real numbers such that $|x-2y| + |y-2x| = 40$?", - "answer": 800, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nWhat is the minimum value of $5x^2+5y^2-8xy$ when $x$ and $y$ range over all real numbers such that $|x-2y| + |y-2x| = 40$?." - }, - { - "id": "246d26", - "text": "Each of the three-digits numbers $111$ to $999$ is coloured blue or yellow in such a way that the sum of any two (not necessarily different) yellow numbers is equal to a blue number. What is the maximum possible number of yellow numbers there can be?", - "answer": 250, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nEach of the three-digits numbers $111$ to $999$ is coloured blue or yellow in such a way that the sum of any two (not necessarily different) yellow numbers is equal to a blue number. What is the maximum possible number of yellow numbers there can be?." - }, - { - "id": "2fc4ad", - "text": "Let the `sparkle' operation on positive integer $n$ consist of calculating the sum of the digits of $n$ and taking its factorial, e.g. the sparkle of 13 is $4! = 24$. A robot starts with a positive integer on a blackboard, then after each second for the rest of eternity, replaces the number on the board with its sparkle. For some `special' numbers, if they're the first number, then eventually every number that appears will be less than 6. How many such special numbers are there with at most 36 digits?", - "answer": 702, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nLet the `sparkle' operation on positive integer $n$ consist of calculating the sum of the digits of $n$ and taking its factorial, e.g. the sparkle of 13 is $4! = 24$. A robot starts with a positive integer on a blackboard, then after each second for the rest of eternity, replaces the number on the board with its sparkle. For some `special' numbers, if they're the first number, then eventually every number that appears will be less than 6. How many such special numbers are there with at most 36 digits?." - }, - { - "id": "5277ed", - "text": "There exists a unique increasing geometric sequence of five 2-digit positive integers. What is their sum?", - "answer": 211, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nThere exists a unique increasing geometric sequence of five 2-digit positive integers. What is their sum?." - }, - { - "id": "8ee6f3", - "text": "The points $\\left(x, y\\right)$ satisfying $((\\vert x + y \\vert - 10)^2 + ( \\vert x - y \\vert - 10)^2)((\\vert x \\vert - 8)^2 + ( \\vert y \\vert - 8)^2) = 0$ enclose a convex polygon. What is the area of this convex polygon?", - "answer": 320, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nThe points $\\left(x, y\\right)$ satisfying $((\\vert x + y \\vert - 10)^2 + ( \\vert x - y \\vert - 10)^2)((\\vert x \\vert - 8)^2 + ( \\vert y \\vert - 8)^2) = 0$ enclose a convex polygon. What is the area of this convex polygon?." - }, - { - "id": "229ee8", - "text": "Let $k, l > 0$ be parameters. The parabola $y = kx^2 - 2kx + l$ intersects the line $y = 4$ at two points $A$ and $B$. These points are distance 6 apart. What is the sum of the squares of the distances from $A$ and $B$ to the origin?", - "answer": 52, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nLet $k, l > 0$ be parameters. The parabola $y = kx^2 - 2kx + l$ intersects the line $y = 4$ at two points $A$ and $B$. These points are distance 6 apart. What is the sum of the squares of the distances from $A$ and $B$ to the origin?." - }, - { - "id": "bedda4", - "text": "Let $ABCD$ be a unit square. Let $P$ be the point on $AB$ such that $|AP| = 1/{20}$ and let $Q$ be the point on $AD$ such that $|AQ| = 1/{24}$. The lines $DP$ and $BQ$ divide the square into four regions. Find the ratio between the areas of the largest region and the smallest region.", - "answer": 480, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nLet $ABCD$ be a unit square. Let $P$ be the point on $AB$ such that $|AP| = 1/{20}$ and let $Q$ be the point on $AD$ such that $|AQ| = 1/{24}$. The lines $DP$ and $BQ$ divide the square into four regions. Find the ratio between the areas of the largest region and the smallest region.." - }, - { - "id": "82e2a0", - "text": "Suppose that we roll four 6-sided fair dice with faces numbered 1 to~6. Let $a/b$ be the probability that the highest roll is a 5, where $a$ and $b$ are relatively prime positive integers. Find $a + b$.", - "answer": 185, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nSuppose that we roll four 6-sided fair dice with faces numbered 1 to~6. Let $a/b$ be the probability that the highest roll is a 5, where $a$ and $b$ are relatively prime positive integers. Find $a + b$.." - } - ], - "Is this a nice solution? 0.38108403438574845", - "0.09979627018489712" + "- Small: $1.00\n- Medium: $1.50\n- Large: $2.00\n- Extra Large: $2.50" ], [ - "82e2a0", - "Suppose that we roll four 6-sided fair dice with faces numbered 1 to~6. Let $a/b$ be the probability that the highest roll is a 5, where $a$ and $b$ are relatively prime positive integers. Find $a + b$.", - 185, - [ - { - "id": "82e2a0", - "text": "Suppose that we roll four 6-sided fair dice with faces numbered 1 to~6. Let $a/b$ be the probability that the highest roll is a 5, where $a$ and $b$ are relatively prime positive integers. Find $a + b$.", - "answer": 185, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nSuppose that we roll four 6-sided fair dice with faces numbered 1 to~6. Let $a/b$ be the probability that the highest roll is a 5, where $a$ and $b$ are relatively prime positive integers. Find $a + b$.." - }, - { - "id": "5277ed", - "text": "There exists a unique increasing geometric sequence of five 2-digit positive integers. What is their sum?", - "answer": 211, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nThere exists a unique increasing geometric sequence of five 2-digit positive integers. What is their sum?." - }, - { - "id": "2fc4ad", - "text": "Let the `sparkle' operation on positive integer $n$ consist of calculating the sum of the digits of $n$ and taking its factorial, e.g. the sparkle of 13 is $4! = 24$. A robot starts with a positive integer on a blackboard, then after each second for the rest of eternity, replaces the number on the board with its sparkle. For some `special' numbers, if they're the first number, then eventually every number that appears will be less than 6. How many such special numbers are there with at most 36 digits?", - "answer": 702, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nLet the `sparkle' operation on positive integer $n$ consist of calculating the sum of the digits of $n$ and taking its factorial, e.g. the sparkle of 13 is $4! = 24$. A robot starts with a positive integer on a blackboard, then after each second for the rest of eternity, replaces the number on the board with its sparkle. For some `special' numbers, if they're the first number, then eventually every number that appears will be less than 6. How many such special numbers are there with at most 36 digits?." - }, - { - "id": "bedda4", - "text": "Let $ABCD$ be a unit square. Let $P$ be the point on $AB$ such that $|AP| = 1/{20}$ and let $Q$ be the point on $AD$ such that $|AQ| = 1/{24}$. The lines $DP$ and $BQ$ divide the square into four regions. Find the ratio between the areas of the largest region and the smallest region.", - "answer": 480, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nLet $ABCD$ be a unit square. Let $P$ be the point on $AB$ such that $|AP| = 1/{20}$ and let $Q$ be the point on $AD$ such that $|AQ| = 1/{24}$. The lines $DP$ and $BQ$ divide the square into four regions. Find the ratio between the areas of the largest region and the smallest region.." - }, - { - "id": "246d26", - "text": "Each of the three-digits numbers $111$ to $999$ is coloured blue or yellow in such a way that the sum of any two (not necessarily different) yellow numbers is equal to a blue number. What is the maximum possible number of yellow numbers there can be?", - "answer": 250, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nEach of the three-digits numbers $111$ to $999$ is coloured blue or yellow in such a way that the sum of any two (not necessarily different) yellow numbers is equal to a blue number. What is the maximum possible number of yellow numbers there can be?." - }, - { - "id": "229ee8", - "text": "Let $k, l > 0$ be parameters. The parabola $y = kx^2 - 2kx + l$ intersects the line $y = 4$ at two points $A$ and $B$. These points are distance 6 apart. What is the sum of the squares of the distances from $A$ and $B$ to the origin?", - "answer": 52, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nLet $k, l > 0$ be parameters. The parabola $y = kx^2 - 2kx + l$ intersects the line $y = 4$ at two points $A$ and $B$. These points are distance 6 apart. What is the sum of the squares of the distances from $A$ and $B$ to the origin?." - }, - { - "id": "430b63", - "text": "What is the minimum value of $5x^2+5y^2-8xy$ when $x$ and $y$ range over all real numbers such that $|x-2y| + |y-2x| = 40$?", - "answer": 800, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nWhat is the minimum value of $5x^2+5y^2-8xy$ when $x$ and $y$ range over all real numbers such that $|x-2y| + |y-2x| = 40$?." - }, - { - "id": "8ee6f3", - "text": "The points $\\left(x, y\\right)$ satisfying $((\\vert x + y \\vert - 10)^2 + ( \\vert x - y \\vert - 10)^2)((\\vert x \\vert - 8)^2 + ( \\vert y \\vert - 8)^2) = 0$ enclose a convex polygon. What is the area of this convex polygon?", - "answer": 320, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nThe points $\\left(x, y\\right)$ satisfying $((\\vert x + y \\vert - 10)^2 + ( \\vert x - y \\vert - 10)^2)((\\vert x \\vert - 8)^2 + ( \\vert y \\vert - 8)^2) = 0$ enclose a convex polygon. What is the area of this convex polygon?." - }, - { - "id": "739bc9", - "text": "For how many positive integers $m$ does the equation $\\vert \\vert x-1 \\vert -2 \\vert=\\frac{m}{100}$ have $4$ distinct solutions?", - "answer": 199, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nFor how many positive integers $m$ does the equation $\\vert \\vert x-1 \\vert -2 \\vert=\\frac{m}{100}$ have $4$ distinct solutions?." - }, - { - "id": "d7e9c9", - "text": "A function $f: \\mathbb N \\to \\mathbb N$ satisfies the following two conditions for all positive integers $n$:$f(f(f(n)))=8n-7$ and $f(2n)=2f(n)+1$. Calculate $f(100)$.", - "answer": 199, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nA function $f: \\mathbb N \\to \\mathbb N$ satisfies the following two conditions for all positive integers $n$:$f(f(f(n)))=8n-7$ and $f(2n)=2f(n)+1$. Calculate $f(100)$.." - } - ], - "Is this a nice solution? 0.42948749188004376", - "0.772154996120189" + "| Topping | Category |\n|------------------|----------------|\n| Pepperoni | Meat |\n| Sausage | Meat |\n| Mushrooms | Vegetable |\n| Onions | Vegetable |\n| Bell Peppers | Vegetable |\n| Olives | Vegetable |\n| Extra Cheese | Dairy |" ], [ - "8ee6f3", - "The points $\\left(x, y\\right)$ satisfying $((\\vert x + y \\vert - 10)^2 + ( \\vert x - y \\vert - 10)^2)((\\vert x \\vert - 8)^2 + ( \\vert y \\vert - 8)^2) = 0$ enclose a convex polygon. What is the area of this convex polygon?", - 320, - [ - { - "id": "8ee6f3", - "text": "The points $\\left(x, y\\right)$ satisfying $((\\vert x + y \\vert - 10)^2 + ( \\vert x - y \\vert - 10)^2)((\\vert x \\vert - 8)^2 + ( \\vert y \\vert - 8)^2) = 0$ enclose a convex polygon. What is the area of this convex polygon?", - "answer": 320, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nThe points $\\left(x, y\\right)$ satisfying $((\\vert x + y \\vert - 10)^2 + ( \\vert x - y \\vert - 10)^2)((\\vert x \\vert - 8)^2 + ( \\vert y \\vert - 8)^2) = 0$ enclose a convex polygon. What is the area of this convex polygon?." - }, - { - "id": "bedda4", - "text": "Let $ABCD$ be a unit square. Let $P$ be the point on $AB$ such that $|AP| = 1/{20}$ and let $Q$ be the point on $AD$ such that $|AQ| = 1/{24}$. The lines $DP$ and $BQ$ divide the square into four regions. Find the ratio between the areas of the largest region and the smallest region.", - "answer": 480, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nLet $ABCD$ be a unit square. Let $P$ be the point on $AB$ such that $|AP| = 1/{20}$ and let $Q$ be the point on $AD$ such that $|AQ| = 1/{24}$. The lines $DP$ and $BQ$ divide the square into four regions. Find the ratio between the areas of the largest region and the smallest region.." - }, - { - "id": "430b63", - "text": "What is the minimum value of $5x^2+5y^2-8xy$ when $x$ and $y$ range over all real numbers such that $|x-2y| + |y-2x| = 40$?", - "answer": 800, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nWhat is the minimum value of $5x^2+5y^2-8xy$ when $x$ and $y$ range over all real numbers such that $|x-2y| + |y-2x| = 40$?." - }, - { - "id": "5277ed", - "text": "There exists a unique increasing geometric sequence of five 2-digit positive integers. What is their sum?", - "answer": 211, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nThere exists a unique increasing geometric sequence of five 2-digit positive integers. What is their sum?." - }, - { - "id": "229ee8", - "text": "Let $k, l > 0$ be parameters. The parabola $y = kx^2 - 2kx + l$ intersects the line $y = 4$ at two points $A$ and $B$. These points are distance 6 apart. What is the sum of the squares of the distances from $A$ and $B$ to the origin?", - "answer": 52, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nLet $k, l > 0$ be parameters. The parabola $y = kx^2 - 2kx + l$ intersects the line $y = 4$ at two points $A$ and $B$. These points are distance 6 apart. What is the sum of the squares of the distances from $A$ and $B$ to the origin?." - }, - { - "id": "246d26", - "text": "Each of the three-digits numbers $111$ to $999$ is coloured blue or yellow in such a way that the sum of any two (not necessarily different) yellow numbers is equal to a blue number. What is the maximum possible number of yellow numbers there can be?", - "answer": 250, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nEach of the three-digits numbers $111$ to $999$ is coloured blue or yellow in such a way that the sum of any two (not necessarily different) yellow numbers is equal to a blue number. What is the maximum possible number of yellow numbers there can be?." - }, - { - "id": "739bc9", - "text": "For how many positive integers $m$ does the equation $\\vert \\vert x-1 \\vert -2 \\vert=\\frac{m}{100}$ have $4$ distinct solutions?", - "answer": 199, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nFor how many positive integers $m$ does the equation $\\vert \\vert x-1 \\vert -2 \\vert=\\frac{m}{100}$ have $4$ distinct solutions?." - }, - { - "id": "82e2a0", - "text": "Suppose that we roll four 6-sided fair dice with faces numbered 1 to~6. Let $a/b$ be the probability that the highest roll is a 5, where $a$ and $b$ are relatively prime positive integers. Find $a + b$.", - "answer": 185, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nSuppose that we roll four 6-sided fair dice with faces numbered 1 to~6. Let $a/b$ be the probability that the highest roll is a 5, where $a$ and $b$ are relatively prime positive integers. Find $a + b$.." - }, - { - "id": "d7e9c9", - "text": "A function $f: \\mathbb N \\to \\mathbb N$ satisfies the following two conditions for all positive integers $n$:$f(f(f(n)))=8n-7$ and $f(2n)=2f(n)+1$. Calculate $f(100)$.", - "answer": 199, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nA function $f: \\mathbb N \\to \\mathbb N$ satisfies the following two conditions for all positive integers $n$:$f(f(f(n)))=8n-7$ and $f(2n)=2f(n)+1$. Calculate $f(100)$.." - }, - { - "id": "2fc4ad", - "text": "Let the `sparkle' operation on positive integer $n$ consist of calculating the sum of the digits of $n$ and taking its factorial, e.g. the sparkle of 13 is $4! = 24$. A robot starts with a positive integer on a blackboard, then after each second for the rest of eternity, replaces the number on the board with its sparkle. For some `special' numbers, if they're the first number, then eventually every number that appears will be less than 6. How many such special numbers are there with at most 36 digits?", - "answer": 702, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nLet the `sparkle' operation on positive integer $n$ consist of calculating the sum of the digits of $n$ and taking its factorial, e.g. the sparkle of 13 is $4! = 24$. A robot starts with a positive integer on a blackboard, then after each second for the rest of eternity, replaces the number on the board with its sparkle. For some `special' numbers, if they're the first number, then eventually every number that appears will be less than 6. How many such special numbers are there with at most 36 digits?." - } - ], - "Is this a nice solution? 0.3487100303819337", - "0.5386589252803151" + "#### 3.2 **Premium Toppings**\n**Price per topping:**" ], [ - "bedda4", - "Let $ABCD$ be a unit square. Let $P$ be the point on $AB$ such that $|AP| = 1/{20}$ and let $Q$ be the point on $AD$ such that $|AQ| = 1/{24}$. The lines $DP$ and $BQ$ divide the square into four regions. Find the ratio between the areas of the largest region and the smallest region.", - 480, - [ - { - "id": "bedda4", - "text": "Let $ABCD$ be a unit square. Let $P$ be the point on $AB$ such that $|AP| = 1/{20}$ and let $Q$ be the point on $AD$ such that $|AQ| = 1/{24}$. The lines $DP$ and $BQ$ divide the square into four regions. Find the ratio between the areas of the largest region and the smallest region.", - "answer": 480, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nLet $ABCD$ be a unit square. Let $P$ be the point on $AB$ such that $|AP| = 1/{20}$ and let $Q$ be the point on $AD$ such that $|AQ| = 1/{24}$. The lines $DP$ and $BQ$ divide the square into four regions. Find the ratio between the areas of the largest region and the smallest region.." - }, - { - "id": "8ee6f3", - "text": "The points $\\left(x, y\\right)$ satisfying $((\\vert x + y \\vert - 10)^2 + ( \\vert x - y \\vert - 10)^2)((\\vert x \\vert - 8)^2 + ( \\vert y \\vert - 8)^2) = 0$ enclose a convex polygon. What is the area of this convex polygon?", - "answer": 320, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nThe points $\\left(x, y\\right)$ satisfying $((\\vert x + y \\vert - 10)^2 + ( \\vert x - y \\vert - 10)^2)((\\vert x \\vert - 8)^2 + ( \\vert y \\vert - 8)^2) = 0$ enclose a convex polygon. What is the area of this convex polygon?." - }, - { - "id": "430b63", - "text": "What is the minimum value of $5x^2+5y^2-8xy$ when $x$ and $y$ range over all real numbers such that $|x-2y| + |y-2x| = 40$?", - "answer": 800, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nWhat is the minimum value of $5x^2+5y^2-8xy$ when $x$ and $y$ range over all real numbers such that $|x-2y| + |y-2x| = 40$?." - }, - { - "id": "229ee8", - "text": "Let $k, l > 0$ be parameters. The parabola $y = kx^2 - 2kx + l$ intersects the line $y = 4$ at two points $A$ and $B$. These points are distance 6 apart. What is the sum of the squares of the distances from $A$ and $B$ to the origin?", - "answer": 52, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nLet $k, l > 0$ be parameters. The parabola $y = kx^2 - 2kx + l$ intersects the line $y = 4$ at two points $A$ and $B$. These points are distance 6 apart. What is the sum of the squares of the distances from $A$ and $B$ to the origin?." - }, - { - "id": "82e2a0", - "text": "Suppose that we roll four 6-sided fair dice with faces numbered 1 to~6. Let $a/b$ be the probability that the highest roll is a 5, where $a$ and $b$ are relatively prime positive integers. Find $a + b$.", - "answer": 185, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nSuppose that we roll four 6-sided fair dice with faces numbered 1 to~6. Let $a/b$ be the probability that the highest roll is a 5, where $a$ and $b$ are relatively prime positive integers. Find $a + b$.." - }, - { - "id": "5277ed", - "text": "There exists a unique increasing geometric sequence of five 2-digit positive integers. What is their sum?", - "answer": 211, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nThere exists a unique increasing geometric sequence of five 2-digit positive integers. What is their sum?." - }, - { - "id": "739bc9", - "text": "For how many positive integers $m$ does the equation $\\vert \\vert x-1 \\vert -2 \\vert=\\frac{m}{100}$ have $4$ distinct solutions?", - "answer": 199, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nFor how many positive integers $m$ does the equation $\\vert \\vert x-1 \\vert -2 \\vert=\\frac{m}{100}$ have $4$ distinct solutions?." - }, - { - "id": "2fc4ad", - "text": "Let the `sparkle' operation on positive integer $n$ consist of calculating the sum of the digits of $n$ and taking its factorial, e.g. the sparkle of 13 is $4! = 24$. A robot starts with a positive integer on a blackboard, then after each second for the rest of eternity, replaces the number on the board with its sparkle. For some `special' numbers, if they're the first number, then eventually every number that appears will be less than 6. How many such special numbers are there with at most 36 digits?", - "answer": 702, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nLet the `sparkle' operation on positive integer $n$ consist of calculating the sum of the digits of $n$ and taking its factorial, e.g. the sparkle of 13 is $4! = 24$. A robot starts with a positive integer on a blackboard, then after each second for the rest of eternity, replaces the number on the board with its sparkle. For some `special' numbers, if they're the first number, then eventually every number that appears will be less than 6. How many such special numbers are there with at most 36 digits?." - }, - { - "id": "246d26", - "text": "Each of the three-digits numbers $111$ to $999$ is coloured blue or yellow in such a way that the sum of any two (not necessarily different) yellow numbers is equal to a blue number. What is the maximum possible number of yellow numbers there can be?", - "answer": 250, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nEach of the three-digits numbers $111$ to $999$ is coloured blue or yellow in such a way that the sum of any two (not necessarily different) yellow numbers is equal to a blue number. What is the maximum possible number of yellow numbers there can be?." - }, - { - "id": "d7e9c9", - "text": "A function $f: \\mathbb N \\to \\mathbb N$ satisfies the following two conditions for all positive integers $n$:$f(f(f(n)))=8n-7$ and $f(2n)=2f(n)+1$. Calculate $f(100)$.", - "answer": 199, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nA function $f: \\mathbb N \\to \\mathbb N$ satisfies the following two conditions for all positive integers $n$:$f(f(f(n)))=8n-7$ and $f(2n)=2f(n)+1$. Calculate $f(100)$.." - } - ], - "Is this a nice solution? 0.192928132428547", - "0.5589770560628611" + "- Small: $1.75\n- Medium: $2.25\n- Large: $2.75\n- Extra Large: $3.25" ], [ - "d7e9c9", - "A function $f: \\mathbb N \\to \\mathbb N$ satisfies the following two conditions for all positive integers $n$:$f(f(f(n)))=8n-7$ and $f(2n)=2f(n)+1$. Calculate $f(100)$.", - 199, - [ - { - "id": "d7e9c9", - "text": "A function $f: \\mathbb N \\to \\mathbb N$ satisfies the following two conditions for all positive integers $n$:$f(f(f(n)))=8n-7$ and $f(2n)=2f(n)+1$. Calculate $f(100)$.", - "answer": 199, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nA function $f: \\mathbb N \\to \\mathbb N$ satisfies the following two conditions for all positive integers $n$:$f(f(f(n)))=8n-7$ and $f(2n)=2f(n)+1$. Calculate $f(100)$.." - }, - { - "id": "739bc9", - "text": "For how many positive integers $m$ does the equation $\\vert \\vert x-1 \\vert -2 \\vert=\\frac{m}{100}$ have $4$ distinct solutions?", - "answer": 199, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nFor how many positive integers $m$ does the equation $\\vert \\vert x-1 \\vert -2 \\vert=\\frac{m}{100}$ have $4$ distinct solutions?." - }, - { - "id": "2fc4ad", - "text": "Let the `sparkle' operation on positive integer $n$ consist of calculating the sum of the digits of $n$ and taking its factorial, e.g. the sparkle of 13 is $4! = 24$. A robot starts with a positive integer on a blackboard, then after each second for the rest of eternity, replaces the number on the board with its sparkle. For some `special' numbers, if they're the first number, then eventually every number that appears will be less than 6. How many such special numbers are there with at most 36 digits?", - "answer": 702, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nLet the `sparkle' operation on positive integer $n$ consist of calculating the sum of the digits of $n$ and taking its factorial, e.g. the sparkle of 13 is $4! = 24$. A robot starts with a positive integer on a blackboard, then after each second for the rest of eternity, replaces the number on the board with its sparkle. For some `special' numbers, if they're the first number, then eventually every number that appears will be less than 6. How many such special numbers are there with at most 36 digits?." - }, - { - "id": "5277ed", - "text": "There exists a unique increasing geometric sequence of five 2-digit positive integers. What is their sum?", - "answer": 211, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nThere exists a unique increasing geometric sequence of five 2-digit positive integers. What is their sum?." - }, - { - "id": "246d26", - "text": "Each of the three-digits numbers $111$ to $999$ is coloured blue or yellow in such a way that the sum of any two (not necessarily different) yellow numbers is equal to a blue number. What is the maximum possible number of yellow numbers there can be?", - "answer": 250, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nEach of the three-digits numbers $111$ to $999$ is coloured blue or yellow in such a way that the sum of any two (not necessarily different) yellow numbers is equal to a blue number. What is the maximum possible number of yellow numbers there can be?." - }, - { - "id": "430b63", - "text": "What is the minimum value of $5x^2+5y^2-8xy$ when $x$ and $y$ range over all real numbers such that $|x-2y| + |y-2x| = 40$?", - "answer": 800, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nWhat is the minimum value of $5x^2+5y^2-8xy$ when $x$ and $y$ range over all real numbers such that $|x-2y| + |y-2x| = 40$?." - }, - { - "id": "8ee6f3", - "text": "The points $\\left(x, y\\right)$ satisfying $((\\vert x + y \\vert - 10)^2 + ( \\vert x - y \\vert - 10)^2)((\\vert x \\vert - 8)^2 + ( \\vert y \\vert - 8)^2) = 0$ enclose a convex polygon. What is the area of this convex polygon?", - "answer": 320, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nThe points $\\left(x, y\\right)$ satisfying $((\\vert x + y \\vert - 10)^2 + ( \\vert x - y \\vert - 10)^2)((\\vert x \\vert - 8)^2 + ( \\vert y \\vert - 8)^2) = 0$ enclose a convex polygon. What is the area of this convex polygon?." - }, - { - "id": "229ee8", - "text": "Let $k, l > 0$ be parameters. The parabola $y = kx^2 - 2kx + l$ intersects the line $y = 4$ at two points $A$ and $B$. These points are distance 6 apart. What is the sum of the squares of the distances from $A$ and $B$ to the origin?", - "answer": 52, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nLet $k, l > 0$ be parameters. The parabola $y = kx^2 - 2kx + l$ intersects the line $y = 4$ at two points $A$ and $B$. These points are distance 6 apart. What is the sum of the squares of the distances from $A$ and $B$ to the origin?." - }, - { - "id": "82e2a0", - "text": "Suppose that we roll four 6-sided fair dice with faces numbered 1 to~6. Let $a/b$ be the probability that the highest roll is a 5, where $a$ and $b$ are relatively prime positive integers. Find $a + b$.", - "answer": 185, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nSuppose that we roll four 6-sided fair dice with faces numbered 1 to~6. Let $a/b$ be the probability that the highest roll is a 5, where $a$ and $b$ are relatively prime positive integers. Find $a + b$.." - }, - { - "id": "bedda4", - "text": "Let $ABCD$ be a unit square. Let $P$ be the point on $AB$ such that $|AP| = 1/{20}$ and let $Q$ be the point on $AD$ such that $|AQ| = 1/{24}$. The lines $DP$ and $BQ$ divide the square into four regions. Find the ratio between the areas of the largest region and the smallest region.", - "answer": 480, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nLet $ABCD$ be a unit square. Let $P$ be the point on $AB$ such that $|AP| = 1/{20}$ and let $Q$ be the point on $AD$ such that $|AQ| = 1/{24}$. The lines $DP$ and $BQ$ divide the square into four regions. Find the ratio between the areas of the largest region and the smallest region.." - } - ], - "Is this a nice solution? 0.20024247107489412", - "0.3107009777355463" - ] - ] - } - } - }, - "error": null, - "meta": { - "name": "View", - "params": {}, - "inputs": { - "input": { - "name": "input", - "type": { - "type": "" - }, - "position": "left" - } - }, - "outputs": {}, - "type": "table_view", - "sub_nodes": null - }, - "view": { - "dataframes": { - "df": { - "columns": [ - "id", - "text", - "answer", - "prompt", - "response" - ], - "data": [ + "| Topping | Category |\n|------------------|----------------|\n| Grilled Chicken | Meat |\n| Bacon | Meat |\n| Sun-Dried Tomatoes| Vegetable |\n| Artichoke Hearts | Vegetable |\n| Feta Cheese | Dairy |\n| Vegan Cheese | Dairy Alternative |" + ], [ - "229ee8", - "Let $k, l > 0$ be parameters. The parabola $y = kx^2 - 2kx + l$ intersects the line $y = 4$ at two points $A$ and $B$. These points are distance 6 apart. What is the sum of the squares of the distances from $A$ and $B$ to the origin?", - 52, - "Is this a nice solution? To solve the given problem, the first step would", - "no" + "---" ], [ - "246d26", - "Each of the three-digits numbers $111$ to $999$ is coloured blue or yellow in such a way that the sum of any two (not necessarily different) yellow numbers is equal to a blue number. What is the maximum possible number of yellow numbers there can be?", - 250, - "Is this a nice solution? To solve the given problem, the first step would", - "no" + "### 4. **Specialty Pizzas**" ], [ - "2fc4ad", - "Let the `sparkle' operation on positive integer $n$ consist of calculating the sum of the digits of $n$ and taking its factorial, e.g. the sparkle of 13 is $4! = 24$. A robot starts with a positive integer on a blackboard, then after each second for the rest of eternity, replaces the number on the board with its sparkle. For some `special' numbers, if they're the first number, then eventually every number that appears will be less than 6. How many such special numbers are there with at most 36 digits?", - 702, - "Is this a nice solution? To solve the given problem, the first step would", - "no" + "Specialty pizzas include a combination of premium toppings and are available in all sizes. Prices below are for Medium size, with additional costs for upgrading to larger sizes." ], [ - "430b63", - "What is the minimum value of $5x^2+5y^2-8xy$ when $x$ and $y$ range over all real numbers such that $|x-2y| + |y-2x| = 40$?", - 800, - "Is this a nice solution? To solve the given problem, the first step would", - "no" + "| Pizza Name | Description | Price (Medium) |\n|----------------------|----------------------------------------------------|-----------------|\n| Meat Lover’s | Pepperoni, sausage, bacon, ham | $16.99 |\n| Veggie Delight | Mushrooms, bell peppers, onions, olives | $14.99 |\n| BBQ Chicken | BBQ sauce, grilled chicken, red onions, cilantro | $17.99 |\n| Margherita | Fresh mozzarella, tomatoes, basil | $15.99 |\n| Hawaiian | Ham, pineapple | $14.99 |" ], [ - "5277ed", - "There exists a unique increasing geometric sequence of five 2-digit positive integers. What is their sum?", - 211, - "Is this a nice solution? To solve the given problem, the first step would", - "no" + "---" ], [ - "739bc9", - "For how many positive integers $m$ does the equation $\\vert \\vert x-1 \\vert -2 \\vert=\\frac{m}{100}$ have $4$ distinct solutions?", - 199, - "Is this a nice solution? To solve the given problem, the first step would", - "no" + "### 5. **Additional Menu Items**" ], [ - "82e2a0", - "Suppose that we roll four 6-sided fair dice with faces numbered 1 to~6. Let $a/b$ be the probability that the highest roll is a 5, where $a$ and $b$ are relatively prime positive integers. Find $a + b$.", - 185, - "Is this a nice solution? To solve the given problem, the first step would", - "no" + "#### 5.1 **Side Orders**" ], [ - "8ee6f3", - "The points $\\left(x, y\\right)$ satisfying $((\\vert x + y \\vert - 10)^2 + ( \\vert x - y \\vert - 10)^2)((\\vert x \\vert - 8)^2 + ( \\vert y \\vert - 8)^2) = 0$ enclose a convex polygon. What is the area of this convex polygon?", - 320, - "Is this a nice solution? To solve the given problem, the first step would", - "no" + "| Item | Description | Price |\n|--------------------|--------------------------------------|---------------|\n| Garlic Breadsticks | Served with marinara dipping sauce | $5.99 |\n| Chicken Wings | Buffalo, BBQ, or plain (10 pieces) | $9.99 |\n| Mozzarella Sticks | Served with marinara (8 pieces) | $6.99 |\n| Caesar Salad | Romaine, croutons, Caesar dressing | $7.99 |" ], [ - "bedda4", - "Let $ABCD$ be a unit square. Let $P$ be the point on $AB$ such that $|AP| = 1/{20}$ and let $Q$ be the point on $AD$ such that $|AQ| = 1/{24}$. The lines $DP$ and $BQ$ divide the square into four regions. Find the ratio between the areas of the largest region and the smallest region.", - 480, - "Is this a nice solution? To solve the given problem, the first step would", - "no" + "#### 5.2 **Desserts**" ], [ - "d7e9c9", - "A function $f: \\mathbb N \\to \\mathbb N$ satisfies the following two conditions for all positive integers $n$:$f(f(f(n)))=8n-7$ and $f(2n)=2f(n)+1$. Calculate $f(100)$.", - 199, - "Is this a nice solution? To solve the given problem, the first step would", - "no" - ] - ] - } - } - }, - "beingResized": false - }, - "position": { - "x": 1611.9087959003862, - "y": 73.5764910384212 - }, - "parentId": null, - "width": 659, - "height": 346 - }, - { - "id": "View 2", - "type": "table_view", - "data": { - "title": "View", - "params": {}, - "display": { - "dataframes": { - "df": { - "columns": [ - "id", - "text", - "answer", - "rag", - "prompt" - ], - "data": [ + "| Item | Description | Price |\n|--------------------|--------------------------------------|---------------|\n| Chocolate Brownies | Chewy and rich (6 pieces) | $4.99 |\n| Cinnamon Sticks | Dusted with cinnamon sugar | $5.99 |" + ], [ - "229ee8", - "Let $k, l > 0$ be parameters. The parabola $y = kx^2 - 2kx + l$ intersects the line $y = 4$ at two points $A$ and $B$. These points are distance 6 apart. What is the sum of the squares of the distances from $A$ and $B$ to the origin?", - 52, - [ - { - "id": "229ee8", - "text": "Let $k, l > 0$ be parameters. The parabola $y = kx^2 - 2kx + l$ intersects the line $y = 4$ at two points $A$ and $B$. These points are distance 6 apart. What is the sum of the squares of the distances from $A$ and $B$ to the origin?", - "answer": 52, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nLet $k, l > 0$ be parameters. The parabola $y = kx^2 - 2kx + l$ intersects the line $y = 4$ at two points $A$ and $B$. These points are distance 6 apart. What is the sum of the squares of the distances from $A$ and $B$ to the origin?." - }, - { - "id": "430b63", - "text": "What is the minimum value of $5x^2+5y^2-8xy$ when $x$ and $y$ range over all real numbers such that $|x-2y| + |y-2x| = 40$?", - "answer": 800, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nWhat is the minimum value of $5x^2+5y^2-8xy$ when $x$ and $y$ range over all real numbers such that $|x-2y| + |y-2x| = 40$?." - }, - { - "id": "bedda4", - "text": "Let $ABCD$ be a unit square. Let $P$ be the point on $AB$ such that $|AP| = 1/{20}$ and let $Q$ be the point on $AD$ such that $|AQ| = 1/{24}$. The lines $DP$ and $BQ$ divide the square into four regions. Find the ratio between the areas of the largest region and the smallest region.", - "answer": 480, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nLet $ABCD$ be a unit square. Let $P$ be the point on $AB$ such that $|AP| = 1/{20}$ and let $Q$ be the point on $AD$ such that $|AQ| = 1/{24}$. The lines $DP$ and $BQ$ divide the square into four regions. Find the ratio between the areas of the largest region and the smallest region.." - }, - { - "id": "8ee6f3", - "text": "The points $\\left(x, y\\right)$ satisfying $((\\vert x + y \\vert - 10)^2 + ( \\vert x - y \\vert - 10)^2)((\\vert x \\vert - 8)^2 + ( \\vert y \\vert - 8)^2) = 0$ enclose a convex polygon. What is the area of this convex polygon?", - "answer": 320, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nThe points $\\left(x, y\\right)$ satisfying $((\\vert x + y \\vert - 10)^2 + ( \\vert x - y \\vert - 10)^2)((\\vert x \\vert - 8)^2 + ( \\vert y \\vert - 8)^2) = 0$ enclose a convex polygon. What is the area of this convex polygon?." - }, - { - "id": "739bc9", - "text": "For how many positive integers $m$ does the equation $\\vert \\vert x-1 \\vert -2 \\vert=\\frac{m}{100}$ have $4$ distinct solutions?", - "answer": 199, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nFor how many positive integers $m$ does the equation $\\vert \\vert x-1 \\vert -2 \\vert=\\frac{m}{100}$ have $4$ distinct solutions?." - }, - { - "id": "5277ed", - "text": "There exists a unique increasing geometric sequence of five 2-digit positive integers. What is their sum?", - "answer": 211, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nThere exists a unique increasing geometric sequence of five 2-digit positive integers. What is their sum?." - }, - { - "id": "82e2a0", - "text": "Suppose that we roll four 6-sided fair dice with faces numbered 1 to~6. Let $a/b$ be the probability that the highest roll is a 5, where $a$ and $b$ are relatively prime positive integers. Find $a + b$.", - "answer": 185, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nSuppose that we roll four 6-sided fair dice with faces numbered 1 to~6. Let $a/b$ be the probability that the highest roll is a 5, where $a$ and $b$ are relatively prime positive integers. Find $a + b$.." - }, - { - "id": "246d26", - "text": "Each of the three-digits numbers $111$ to $999$ is coloured blue or yellow in such a way that the sum of any two (not necessarily different) yellow numbers is equal to a blue number. What is the maximum possible number of yellow numbers there can be?", - "answer": 250, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nEach of the three-digits numbers $111$ to $999$ is coloured blue or yellow in such a way that the sum of any two (not necessarily different) yellow numbers is equal to a blue number. What is the maximum possible number of yellow numbers there can be?." - }, - { - "id": "2fc4ad", - "text": "Let the `sparkle' operation on positive integer $n$ consist of calculating the sum of the digits of $n$ and taking its factorial, e.g. the sparkle of 13 is $4! = 24$. A robot starts with a positive integer on a blackboard, then after each second for the rest of eternity, replaces the number on the board with its sparkle. For some `special' numbers, if they're the first number, then eventually every number that appears will be less than 6. How many such special numbers are there with at most 36 digits?", - "answer": 702, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nLet the `sparkle' operation on positive integer $n$ consist of calculating the sum of the digits of $n$ and taking its factorial, e.g. the sparkle of 13 is $4! = 24$. A robot starts with a positive integer on a blackboard, then after each second for the rest of eternity, replaces the number on the board with its sparkle. For some `special' numbers, if they're the first number, then eventually every number that appears will be less than 6. How many such special numbers are there with at most 36 digits?." - }, - { - "id": "d7e9c9", - "text": "A function $f: \\mathbb N \\to \\mathbb N$ satisfies the following two conditions for all positive integers $n$:$f(f(f(n)))=8n-7$ and $f(2n)=2f(n)+1$. Calculate $f(100)$.", - "answer": 199, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nA function $f: \\mathbb N \\to \\mathbb N$ satisfies the following two conditions for all positive integers $n$:$f(f(f(n)))=8n-7$ and $f(2n)=2f(n)+1$. Calculate $f(100)$.." - } - ], - "Similar problems:\n\n \nLet $k, l > 0$ be parameters. The parabola $y = kx^2 - 2kx + l$ intersects the line $y = 4$ at two points $A$ and $B$. These points are distance 6 apart. What is the sum of the squares of the distances from $A$ and $B$ to the origin?\n\nWhat is the minimum value of $5x^2+5y^2-8xy$ when $x$ and $y$ range over all real numbers such that $|x-2y| + |y-2x| = 40$?\n\nLet $ABCD$ be a unit square. Let $P$ be the point on $AB$ such that $|AP| = 1/{20}$ and let $Q$ be the point on $AD$ such that $|AQ| = 1/{24}$. The lines $DP$ and $BQ$ divide the square into four regions. Find the ratio between the areas of the largest region and the smallest region.\n\nThe points $\\left(x, y\\right)$ satisfying $((\\vert x + y \\vert - 10)^2 + ( \\vert x - y \\vert - 10)^2)((\\vert x \\vert - 8)^2 + ( \\vert y \\vert - 8)^2) = 0$ enclose a convex polygon. What is the area of this convex polygon?\n\nFor how many positive integers $m$ does the equation $\\vert \\vert x-1 \\vert -2 \\vert=\\frac{m}{100}$ have $4$ distinct solutions?\n\nThere exists a unique increasing geometric sequence of five 2-digit positive integers. What is their sum?\n\nSuppose that we roll four 6-sided fair dice with faces numbered 1 to~6. Let $a/b$ be the probability that the highest roll is a 5, where $a$ and $b$ are relatively prime positive integers. Find $a + b$.\n\nEach of the three-digits numbers $111$ to $999$ is coloured blue or yellow in such a way that the sum of any two (not necessarily different) yellow numbers is equal to a blue number. What is the maximum possible number of yellow numbers there can be?\n\nLet the `sparkle' operation on positive integer $n$ consist of calculating the sum of the digits of $n$ and taking its factorial, e.g. the sparkle of 13 is $4! = 24$. A robot starts with a positive integer on a blackboard, then after each second for the rest of eternity, replaces the number on the board with its sparkle. For some `special' numbers, if they're the first number, then eventually every number that appears will be less than 6. How many such special numbers are there with at most 36 digits?\n\nA function $f: \\mathbb N \\to \\mathbb N$ satisfies the following two conditions for all positive integers $n$:$f(f(f(n)))=8n-7$ and $f(2n)=2f(n)+1$. Calculate $f(100)$.\n\n\nWhat would be the first step of solving the following problem? Let $k, l > 0$ be parameters. The parabola $y = kx^2 - 2kx + l$ intersects the line $y = 4$ at two points $A$ and $B$. These points are distance 6 apart. What is the sum of the squares of the distances from $A$ and $B$ to the origin?" + "---" ], [ - "246d26", - "Each of the three-digits numbers $111$ to $999$ is coloured blue or yellow in such a way that the sum of any two (not necessarily different) yellow numbers is equal to a blue number. What is the maximum possible number of yellow numbers there can be?", - 250, - [ - { - "id": "246d26", - "text": "Each of the three-digits numbers $111$ to $999$ is coloured blue or yellow in such a way that the sum of any two (not necessarily different) yellow numbers is equal to a blue number. What is the maximum possible number of yellow numbers there can be?", - "answer": 250, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nEach of the three-digits numbers $111$ to $999$ is coloured blue or yellow in such a way that the sum of any two (not necessarily different) yellow numbers is equal to a blue number. What is the maximum possible number of yellow numbers there can be?." - }, - { - "id": "2fc4ad", - "text": "Let the `sparkle' operation on positive integer $n$ consist of calculating the sum of the digits of $n$ and taking its factorial, e.g. the sparkle of 13 is $4! = 24$. A robot starts with a positive integer on a blackboard, then after each second for the rest of eternity, replaces the number on the board with its sparkle. For some `special' numbers, if they're the first number, then eventually every number that appears will be less than 6. How many such special numbers are there with at most 36 digits?", - "answer": 702, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nLet the `sparkle' operation on positive integer $n$ consist of calculating the sum of the digits of $n$ and taking its factorial, e.g. the sparkle of 13 is $4! = 24$. A robot starts with a positive integer on a blackboard, then after each second for the rest of eternity, replaces the number on the board with its sparkle. For some `special' numbers, if they're the first number, then eventually every number that appears will be less than 6. How many such special numbers are there with at most 36 digits?." - }, - { - "id": "5277ed", - "text": "There exists a unique increasing geometric sequence of five 2-digit positive integers. What is their sum?", - "answer": 211, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nThere exists a unique increasing geometric sequence of five 2-digit positive integers. What is their sum?." - }, - { - "id": "739bc9", - "text": "For how many positive integers $m$ does the equation $\\vert \\vert x-1 \\vert -2 \\vert=\\frac{m}{100}$ have $4$ distinct solutions?", - "answer": 199, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nFor how many positive integers $m$ does the equation $\\vert \\vert x-1 \\vert -2 \\vert=\\frac{m}{100}$ have $4$ distinct solutions?." - }, - { - "id": "d7e9c9", - "text": "A function $f: \\mathbb N \\to \\mathbb N$ satisfies the following two conditions for all positive integers $n$:$f(f(f(n)))=8n-7$ and $f(2n)=2f(n)+1$. Calculate $f(100)$.", - "answer": 199, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nA function $f: \\mathbb N \\to \\mathbb N$ satisfies the following two conditions for all positive integers $n$:$f(f(f(n)))=8n-7$ and $f(2n)=2f(n)+1$. Calculate $f(100)$.." - }, - { - "id": "8ee6f3", - "text": "The points $\\left(x, y\\right)$ satisfying $((\\vert x + y \\vert - 10)^2 + ( \\vert x - y \\vert - 10)^2)((\\vert x \\vert - 8)^2 + ( \\vert y \\vert - 8)^2) = 0$ enclose a convex polygon. What is the area of this convex polygon?", - "answer": 320, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nThe points $\\left(x, y\\right)$ satisfying $((\\vert x + y \\vert - 10)^2 + ( \\vert x - y \\vert - 10)^2)((\\vert x \\vert - 8)^2 + ( \\vert y \\vert - 8)^2) = 0$ enclose a convex polygon. What is the area of this convex polygon?." - }, - { - "id": "82e2a0", - "text": "Suppose that we roll four 6-sided fair dice with faces numbered 1 to~6. Let $a/b$ be the probability that the highest roll is a 5, where $a$ and $b$ are relatively prime positive integers. Find $a + b$.", - "answer": 185, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nSuppose that we roll four 6-sided fair dice with faces numbered 1 to~6. Let $a/b$ be the probability that the highest roll is a 5, where $a$ and $b$ are relatively prime positive integers. Find $a + b$.." - }, - { - "id": "229ee8", - "text": "Let $k, l > 0$ be parameters. The parabola $y = kx^2 - 2kx + l$ intersects the line $y = 4$ at two points $A$ and $B$. These points are distance 6 apart. What is the sum of the squares of the distances from $A$ and $B$ to the origin?", - "answer": 52, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nLet $k, l > 0$ be parameters. The parabola $y = kx^2 - 2kx + l$ intersects the line $y = 4$ at two points $A$ and $B$. These points are distance 6 apart. What is the sum of the squares of the distances from $A$ and $B$ to the origin?." - }, - { - "id": "430b63", - "text": "What is the minimum value of $5x^2+5y^2-8xy$ when $x$ and $y$ range over all real numbers such that $|x-2y| + |y-2x| = 40$?", - "answer": 800, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nWhat is the minimum value of $5x^2+5y^2-8xy$ when $x$ and $y$ range over all real numbers such that $|x-2y| + |y-2x| = 40$?." - }, - { - "id": "bedda4", - "text": "Let $ABCD$ be a unit square. Let $P$ be the point on $AB$ such that $|AP| = 1/{20}$ and let $Q$ be the point on $AD$ such that $|AQ| = 1/{24}$. The lines $DP$ and $BQ$ divide the square into four regions. Find the ratio between the areas of the largest region and the smallest region.", - "answer": 480, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nLet $ABCD$ be a unit square. Let $P$ be the point on $AB$ such that $|AP| = 1/{20}$ and let $Q$ be the point on $AD$ such that $|AQ| = 1/{24}$. The lines $DP$ and $BQ$ divide the square into four regions. Find the ratio between the areas of the largest region and the smallest region.." - } - ], - "Similar problems:\n\n \nEach of the three-digits numbers $111$ to $999$ is coloured blue or yellow in such a way that the sum of any two (not necessarily different) yellow numbers is equal to a blue number. What is the maximum possible number of yellow numbers there can be?\n\nLet the `sparkle' operation on positive integer $n$ consist of calculating the sum of the digits of $n$ and taking its factorial, e.g. the sparkle of 13 is $4! = 24$. A robot starts with a positive integer on a blackboard, then after each second for the rest of eternity, replaces the number on the board with its sparkle. For some `special' numbers, if they're the first number, then eventually every number that appears will be less than 6. How many such special numbers are there with at most 36 digits?\n\nThere exists a unique increasing geometric sequence of five 2-digit positive integers. What is their sum?\n\nFor how many positive integers $m$ does the equation $\\vert \\vert x-1 \\vert -2 \\vert=\\frac{m}{100}$ have $4$ distinct solutions?\n\nA function $f: \\mathbb N \\to \\mathbb N$ satisfies the following two conditions for all positive integers $n$:$f(f(f(n)))=8n-7$ and $f(2n)=2f(n)+1$. Calculate $f(100)$.\n\nThe points $\\left(x, y\\right)$ satisfying $((\\vert x + y \\vert - 10)^2 + ( \\vert x - y \\vert - 10)^2)((\\vert x \\vert - 8)^2 + ( \\vert y \\vert - 8)^2) = 0$ enclose a convex polygon. What is the area of this convex polygon?\n\nSuppose that we roll four 6-sided fair dice with faces numbered 1 to~6. Let $a/b$ be the probability that the highest roll is a 5, where $a$ and $b$ are relatively prime positive integers. Find $a + b$.\n\nLet $k, l > 0$ be parameters. The parabola $y = kx^2 - 2kx + l$ intersects the line $y = 4$ at two points $A$ and $B$. These points are distance 6 apart. What is the sum of the squares of the distances from $A$ and $B$ to the origin?\n\nWhat is the minimum value of $5x^2+5y^2-8xy$ when $x$ and $y$ range over all real numbers such that $|x-2y| + |y-2x| = 40$?\n\nLet $ABCD$ be a unit square. Let $P$ be the point on $AB$ such that $|AP| = 1/{20}$ and let $Q$ be the point on $AD$ such that $|AQ| = 1/{24}$. The lines $DP$ and $BQ$ divide the square into four regions. Find the ratio between the areas of the largest region and the smallest region.\n\n\nWhat would be the first step of solving the following problem? Each of the three-digits numbers $111$ to $999$ is coloured blue or yellow in such a way that the sum of any two (not necessarily different) yellow numbers is equal to a blue number. What is the maximum possible number of yellow numbers there can be?" + "### 6. **Drinks**" ], [ - "2fc4ad", - "Let the `sparkle' operation on positive integer $n$ consist of calculating the sum of the digits of $n$ and taking its factorial, e.g. the sparkle of 13 is $4! = 24$. A robot starts with a positive integer on a blackboard, then after each second for the rest of eternity, replaces the number on the board with its sparkle. For some `special' numbers, if they're the first number, then eventually every number that appears will be less than 6. How many such special numbers are there with at most 36 digits?", - 702, - [ - { - "id": "2fc4ad", - "text": "Let the `sparkle' operation on positive integer $n$ consist of calculating the sum of the digits of $n$ and taking its factorial, e.g. the sparkle of 13 is $4! = 24$. A robot starts with a positive integer on a blackboard, then after each second for the rest of eternity, replaces the number on the board with its sparkle. For some `special' numbers, if they're the first number, then eventually every number that appears will be less than 6. How many such special numbers are there with at most 36 digits?", - "answer": 702, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nLet the `sparkle' operation on positive integer $n$ consist of calculating the sum of the digits of $n$ and taking its factorial, e.g. the sparkle of 13 is $4! = 24$. A robot starts with a positive integer on a blackboard, then after each second for the rest of eternity, replaces the number on the board with its sparkle. For some `special' numbers, if they're the first number, then eventually every number that appears will be less than 6. How many such special numbers are there with at most 36 digits?." - }, - { - "id": "246d26", - "text": "Each of the three-digits numbers $111$ to $999$ is coloured blue or yellow in such a way that the sum of any two (not necessarily different) yellow numbers is equal to a blue number. What is the maximum possible number of yellow numbers there can be?", - "answer": 250, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nEach of the three-digits numbers $111$ to $999$ is coloured blue or yellow in such a way that the sum of any two (not necessarily different) yellow numbers is equal to a blue number. What is the maximum possible number of yellow numbers there can be?." - }, - { - "id": "5277ed", - "text": "There exists a unique increasing geometric sequence of five 2-digit positive integers. What is their sum?", - "answer": 211, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nThere exists a unique increasing geometric sequence of five 2-digit positive integers. What is their sum?." - }, - { - "id": "d7e9c9", - "text": "A function $f: \\mathbb N \\to \\mathbb N$ satisfies the following two conditions for all positive integers $n$:$f(f(f(n)))=8n-7$ and $f(2n)=2f(n)+1$. Calculate $f(100)$.", - "answer": 199, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nA function $f: \\mathbb N \\to \\mathbb N$ satisfies the following two conditions for all positive integers $n$:$f(f(f(n)))=8n-7$ and $f(2n)=2f(n)+1$. Calculate $f(100)$.." - }, - { - "id": "82e2a0", - "text": "Suppose that we roll four 6-sided fair dice with faces numbered 1 to~6. Let $a/b$ be the probability that the highest roll is a 5, where $a$ and $b$ are relatively prime positive integers. Find $a + b$.", - "answer": 185, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nSuppose that we roll four 6-sided fair dice with faces numbered 1 to~6. Let $a/b$ be the probability that the highest roll is a 5, where $a$ and $b$ are relatively prime positive integers. Find $a + b$.." - }, - { - "id": "739bc9", - "text": "For how many positive integers $m$ does the equation $\\vert \\vert x-1 \\vert -2 \\vert=\\frac{m}{100}$ have $4$ distinct solutions?", - "answer": 199, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nFor how many positive integers $m$ does the equation $\\vert \\vert x-1 \\vert -2 \\vert=\\frac{m}{100}$ have $4$ distinct solutions?." - }, - { - "id": "229ee8", - "text": "Let $k, l > 0$ be parameters. The parabola $y = kx^2 - 2kx + l$ intersects the line $y = 4$ at two points $A$ and $B$. These points are distance 6 apart. What is the sum of the squares of the distances from $A$ and $B$ to the origin?", - "answer": 52, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nLet $k, l > 0$ be parameters. The parabola $y = kx^2 - 2kx + l$ intersects the line $y = 4$ at two points $A$ and $B$. These points are distance 6 apart. What is the sum of the squares of the distances from $A$ and $B$ to the origin?." - }, - { - "id": "430b63", - "text": "What is the minimum value of $5x^2+5y^2-8xy$ when $x$ and $y$ range over all real numbers such that $|x-2y| + |y-2x| = 40$?", - "answer": 800, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nWhat is the minimum value of $5x^2+5y^2-8xy$ when $x$ and $y$ range over all real numbers such that $|x-2y| + |y-2x| = 40$?." - }, - { - "id": "8ee6f3", - "text": "The points $\\left(x, y\\right)$ satisfying $((\\vert x + y \\vert - 10)^2 + ( \\vert x - y \\vert - 10)^2)((\\vert x \\vert - 8)^2 + ( \\vert y \\vert - 8)^2) = 0$ enclose a convex polygon. What is the area of this convex polygon?", - "answer": 320, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nThe points $\\left(x, y\\right)$ satisfying $((\\vert x + y \\vert - 10)^2 + ( \\vert x - y \\vert - 10)^2)((\\vert x \\vert - 8)^2 + ( \\vert y \\vert - 8)^2) = 0$ enclose a convex polygon. What is the area of this convex polygon?." - }, - { - "id": "bedda4", - "text": "Let $ABCD$ be a unit square. Let $P$ be the point on $AB$ such that $|AP| = 1/{20}$ and let $Q$ be the point on $AD$ such that $|AQ| = 1/{24}$. The lines $DP$ and $BQ$ divide the square into four regions. Find the ratio between the areas of the largest region and the smallest region.", - "answer": 480, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nLet $ABCD$ be a unit square. Let $P$ be the point on $AB$ such that $|AP| = 1/{20}$ and let $Q$ be the point on $AD$ such that $|AQ| = 1/{24}$. The lines $DP$ and $BQ$ divide the square into four regions. Find the ratio between the areas of the largest region and the smallest region.." - } - ], - "Similar problems:\n\n \nLet the `sparkle' operation on positive integer $n$ consist of calculating the sum of the digits of $n$ and taking its factorial, e.g. the sparkle of 13 is $4! = 24$. A robot starts with a positive integer on a blackboard, then after each second for the rest of eternity, replaces the number on the board with its sparkle. For some `special' numbers, if they're the first number, then eventually every number that appears will be less than 6. How many such special numbers are there with at most 36 digits?\n\nEach of the three-digits numbers $111$ to $999$ is coloured blue or yellow in such a way that the sum of any two (not necessarily different) yellow numbers is equal to a blue number. What is the maximum possible number of yellow numbers there can be?\n\nThere exists a unique increasing geometric sequence of five 2-digit positive integers. What is their sum?\n\nA function $f: \\mathbb N \\to \\mathbb N$ satisfies the following two conditions for all positive integers $n$:$f(f(f(n)))=8n-7$ and $f(2n)=2f(n)+1$. Calculate $f(100)$.\n\nSuppose that we roll four 6-sided fair dice with faces numbered 1 to~6. Let $a/b$ be the probability that the highest roll is a 5, where $a$ and $b$ are relatively prime positive integers. Find $a + b$.\n\nFor how many positive integers $m$ does the equation $\\vert \\vert x-1 \\vert -2 \\vert=\\frac{m}{100}$ have $4$ distinct solutions?\n\nLet $k, l > 0$ be parameters. The parabola $y = kx^2 - 2kx + l$ intersects the line $y = 4$ at two points $A$ and $B$. These points are distance 6 apart. What is the sum of the squares of the distances from $A$ and $B$ to the origin?\n\nWhat is the minimum value of $5x^2+5y^2-8xy$ when $x$ and $y$ range over all real numbers such that $|x-2y| + |y-2x| = 40$?\n\nThe points $\\left(x, y\\right)$ satisfying $((\\vert x + y \\vert - 10)^2 + ( \\vert x - y \\vert - 10)^2)((\\vert x \\vert - 8)^2 + ( \\vert y \\vert - 8)^2) = 0$ enclose a convex polygon. What is the area of this convex polygon?\n\nLet $ABCD$ be a unit square. Let $P$ be the point on $AB$ such that $|AP| = 1/{20}$ and let $Q$ be the point on $AD$ such that $|AQ| = 1/{24}$. The lines $DP$ and $BQ$ divide the square into four regions. Find the ratio between the areas of the largest region and the smallest region.\n\n\nWhat would be the first step of solving the following problem? Let the `sparkle' operation on positive integer $n$ consist of calculating the sum of the digits of $n$ and taking its factorial, e.g. the sparkle of 13 is $4! = 24$. A robot starts with a positive integer on a blackboard, then after each second for the rest of eternity, replaces the number on the board with its sparkle. For some `special' numbers, if they're the first number, then eventually every number that appears will be less than 6. How many such special numbers are there with at most 36 digits?" + "| Size | Price |\n|--------------------|---------------|\n| 20 oz Bottle | $1.99 |\n| 2-Liter Bottle | $3.50 |" ], [ - "430b63", - "What is the minimum value of $5x^2+5y^2-8xy$ when $x$ and $y$ range over all real numbers such that $|x-2y| + |y-2x| = 40$?", - 800, - [ - { - "id": "430b63", - "text": "What is the minimum value of $5x^2+5y^2-8xy$ when $x$ and $y$ range over all real numbers such that $|x-2y| + |y-2x| = 40$?", - "answer": 800, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nWhat is the minimum value of $5x^2+5y^2-8xy$ when $x$ and $y$ range over all real numbers such that $|x-2y| + |y-2x| = 40$?." - }, - { - "id": "229ee8", - "text": "Let $k, l > 0$ be parameters. The parabola $y = kx^2 - 2kx + l$ intersects the line $y = 4$ at two points $A$ and $B$. These points are distance 6 apart. What is the sum of the squares of the distances from $A$ and $B$ to the origin?", - "answer": 52, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nLet $k, l > 0$ be parameters. The parabola $y = kx^2 - 2kx + l$ intersects the line $y = 4$ at two points $A$ and $B$. These points are distance 6 apart. What is the sum of the squares of the distances from $A$ and $B$ to the origin?." - }, - { - "id": "bedda4", - "text": "Let $ABCD$ be a unit square. Let $P$ be the point on $AB$ such that $|AP| = 1/{20}$ and let $Q$ be the point on $AD$ such that $|AQ| = 1/{24}$. The lines $DP$ and $BQ$ divide the square into four regions. Find the ratio between the areas of the largest region and the smallest region.", - "answer": 480, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nLet $ABCD$ be a unit square. Let $P$ be the point on $AB$ such that $|AP| = 1/{20}$ and let $Q$ be the point on $AD$ such that $|AQ| = 1/{24}$. The lines $DP$ and $BQ$ divide the square into four regions. Find the ratio between the areas of the largest region and the smallest region.." - }, - { - "id": "8ee6f3", - "text": "The points $\\left(x, y\\right)$ satisfying $((\\vert x + y \\vert - 10)^2 + ( \\vert x - y \\vert - 10)^2)((\\vert x \\vert - 8)^2 + ( \\vert y \\vert - 8)^2) = 0$ enclose a convex polygon. What is the area of this convex polygon?", - "answer": 320, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nThe points $\\left(x, y\\right)$ satisfying $((\\vert x + y \\vert - 10)^2 + ( \\vert x - y \\vert - 10)^2)((\\vert x \\vert - 8)^2 + ( \\vert y \\vert - 8)^2) = 0$ enclose a convex polygon. What is the area of this convex polygon?." - }, - { - "id": "739bc9", - "text": "For how many positive integers $m$ does the equation $\\vert \\vert x-1 \\vert -2 \\vert=\\frac{m}{100}$ have $4$ distinct solutions?", - "answer": 199, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nFor how many positive integers $m$ does the equation $\\vert \\vert x-1 \\vert -2 \\vert=\\frac{m}{100}$ have $4$ distinct solutions?." - }, - { - "id": "d7e9c9", - "text": "A function $f: \\mathbb N \\to \\mathbb N$ satisfies the following two conditions for all positive integers $n$:$f(f(f(n)))=8n-7$ and $f(2n)=2f(n)+1$. Calculate $f(100)$.", - "answer": 199, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nA function $f: \\mathbb N \\to \\mathbb N$ satisfies the following two conditions for all positive integers $n$:$f(f(f(n)))=8n-7$ and $f(2n)=2f(n)+1$. Calculate $f(100)$.." - }, - { - "id": "5277ed", - "text": "There exists a unique increasing geometric sequence of five 2-digit positive integers. What is their sum?", - "answer": 211, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nThere exists a unique increasing geometric sequence of five 2-digit positive integers. What is their sum?." - }, - { - "id": "82e2a0", - "text": "Suppose that we roll four 6-sided fair dice with faces numbered 1 to~6. Let $a/b$ be the probability that the highest roll is a 5, where $a$ and $b$ are relatively prime positive integers. Find $a + b$.", - "answer": 185, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nSuppose that we roll four 6-sided fair dice with faces numbered 1 to~6. Let $a/b$ be the probability that the highest roll is a 5, where $a$ and $b$ are relatively prime positive integers. Find $a + b$.." - }, - { - "id": "246d26", - "text": "Each of the three-digits numbers $111$ to $999$ is coloured blue or yellow in such a way that the sum of any two (not necessarily different) yellow numbers is equal to a blue number. What is the maximum possible number of yellow numbers there can be?", - "answer": 250, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nEach of the three-digits numbers $111$ to $999$ is coloured blue or yellow in such a way that the sum of any two (not necessarily different) yellow numbers is equal to a blue number. What is the maximum possible number of yellow numbers there can be?." - }, - { - "id": "2fc4ad", - "text": "Let the `sparkle' operation on positive integer $n$ consist of calculating the sum of the digits of $n$ and taking its factorial, e.g. the sparkle of 13 is $4! = 24$. A robot starts with a positive integer on a blackboard, then after each second for the rest of eternity, replaces the number on the board with its sparkle. For some `special' numbers, if they're the first number, then eventually every number that appears will be less than 6. How many such special numbers are there with at most 36 digits?", - "answer": 702, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nLet the `sparkle' operation on positive integer $n$ consist of calculating the sum of the digits of $n$ and taking its factorial, e.g. the sparkle of 13 is $4! = 24$. A robot starts with a positive integer on a blackboard, then after each second for the rest of eternity, replaces the number on the board with its sparkle. For some `special' numbers, if they're the first number, then eventually every number that appears will be less than 6. How many such special numbers are there with at most 36 digits?." - } - ], - "Similar problems:\n\n \nWhat is the minimum value of $5x^2+5y^2-8xy$ when $x$ and $y$ range over all real numbers such that $|x-2y| + |y-2x| = 40$?\n\nLet $k, l > 0$ be parameters. The parabola $y = kx^2 - 2kx + l$ intersects the line $y = 4$ at two points $A$ and $B$. These points are distance 6 apart. What is the sum of the squares of the distances from $A$ and $B$ to the origin?\n\nLet $ABCD$ be a unit square. Let $P$ be the point on $AB$ such that $|AP| = 1/{20}$ and let $Q$ be the point on $AD$ such that $|AQ| = 1/{24}$. The lines $DP$ and $BQ$ divide the square into four regions. Find the ratio between the areas of the largest region and the smallest region.\n\nThe points $\\left(x, y\\right)$ satisfying $((\\vert x + y \\vert - 10)^2 + ( \\vert x - y \\vert - 10)^2)((\\vert x \\vert - 8)^2 + ( \\vert y \\vert - 8)^2) = 0$ enclose a convex polygon. What is the area of this convex polygon?\n\nFor how many positive integers $m$ does the equation $\\vert \\vert x-1 \\vert -2 \\vert=\\frac{m}{100}$ have $4$ distinct solutions?\n\nA function $f: \\mathbb N \\to \\mathbb N$ satisfies the following two conditions for all positive integers $n$:$f(f(f(n)))=8n-7$ and $f(2n)=2f(n)+1$. Calculate $f(100)$.\n\nThere exists a unique increasing geometric sequence of five 2-digit positive integers. What is their sum?\n\nSuppose that we roll four 6-sided fair dice with faces numbered 1 to~6. Let $a/b$ be the probability that the highest roll is a 5, where $a$ and $b$ are relatively prime positive integers. Find $a + b$.\n\nEach of the three-digits numbers $111$ to $999$ is coloured blue or yellow in such a way that the sum of any two (not necessarily different) yellow numbers is equal to a blue number. What is the maximum possible number of yellow numbers there can be?\n\nLet the `sparkle' operation on positive integer $n$ consist of calculating the sum of the digits of $n$ and taking its factorial, e.g. the sparkle of 13 is $4! = 24$. A robot starts with a positive integer on a blackboard, then after each second for the rest of eternity, replaces the number on the board with its sparkle. For some `special' numbers, if they're the first number, then eventually every number that appears will be less than 6. How many such special numbers are there with at most 36 digits?\n\n\nWhat would be the first step of solving the following problem? What is the minimum value of $5x^2+5y^2-8xy$ when $x$ and $y$ range over all real numbers such that $|x-2y| + |y-2x| = 40$?" + "Available options: Coke, Diet Coke, Sprite, Root Beer, Lemonade." ], [ - "5277ed", - "There exists a unique increasing geometric sequence of five 2-digit positive integers. What is their sum?", - 211, - [ - { - "id": "5277ed", - "text": "There exists a unique increasing geometric sequence of five 2-digit positive integers. What is their sum?", - "answer": 211, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nThere exists a unique increasing geometric sequence of five 2-digit positive integers. What is their sum?." - }, - { - "id": "246d26", - "text": "Each of the three-digits numbers $111$ to $999$ is coloured blue or yellow in such a way that the sum of any two (not necessarily different) yellow numbers is equal to a blue number. What is the maximum possible number of yellow numbers there can be?", - "answer": 250, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nEach of the three-digits numbers $111$ to $999$ is coloured blue or yellow in such a way that the sum of any two (not necessarily different) yellow numbers is equal to a blue number. What is the maximum possible number of yellow numbers there can be?." - }, - { - "id": "2fc4ad", - "text": "Let the `sparkle' operation on positive integer $n$ consist of calculating the sum of the digits of $n$ and taking its factorial, e.g. the sparkle of 13 is $4! = 24$. A robot starts with a positive integer on a blackboard, then after each second for the rest of eternity, replaces the number on the board with its sparkle. For some `special' numbers, if they're the first number, then eventually every number that appears will be less than 6. How many such special numbers are there with at most 36 digits?", - "answer": 702, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nLet the `sparkle' operation on positive integer $n$ consist of calculating the sum of the digits of $n$ and taking its factorial, e.g. the sparkle of 13 is $4! = 24$. A robot starts with a positive integer on a blackboard, then after each second for the rest of eternity, replaces the number on the board with its sparkle. For some `special' numbers, if they're the first number, then eventually every number that appears will be less than 6. How many such special numbers are there with at most 36 digits?." - }, - { - "id": "82e2a0", - "text": "Suppose that we roll four 6-sided fair dice with faces numbered 1 to~6. Let $a/b$ be the probability that the highest roll is a 5, where $a$ and $b$ are relatively prime positive integers. Find $a + b$.", - "answer": 185, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nSuppose that we roll four 6-sided fair dice with faces numbered 1 to~6. Let $a/b$ be the probability that the highest roll is a 5, where $a$ and $b$ are relatively prime positive integers. Find $a + b$.." - }, - { - "id": "d7e9c9", - "text": "A function $f: \\mathbb N \\to \\mathbb N$ satisfies the following two conditions for all positive integers $n$:$f(f(f(n)))=8n-7$ and $f(2n)=2f(n)+1$. Calculate $f(100)$.", - "answer": 199, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nA function $f: \\mathbb N \\to \\mathbb N$ satisfies the following two conditions for all positive integers $n$:$f(f(f(n)))=8n-7$ and $f(2n)=2f(n)+1$. Calculate $f(100)$.." - }, - { - "id": "8ee6f3", - "text": "The points $\\left(x, y\\right)$ satisfying $((\\vert x + y \\vert - 10)^2 + ( \\vert x - y \\vert - 10)^2)((\\vert x \\vert - 8)^2 + ( \\vert y \\vert - 8)^2) = 0$ enclose a convex polygon. What is the area of this convex polygon?", - "answer": 320, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nThe points $\\left(x, y\\right)$ satisfying $((\\vert x + y \\vert - 10)^2 + ( \\vert x - y \\vert - 10)^2)((\\vert x \\vert - 8)^2 + ( \\vert y \\vert - 8)^2) = 0$ enclose a convex polygon. What is the area of this convex polygon?." - }, - { - "id": "739bc9", - "text": "For how many positive integers $m$ does the equation $\\vert \\vert x-1 \\vert -2 \\vert=\\frac{m}{100}$ have $4$ distinct solutions?", - "answer": 199, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nFor how many positive integers $m$ does the equation $\\vert \\vert x-1 \\vert -2 \\vert=\\frac{m}{100}$ have $4$ distinct solutions?." - }, - { - "id": "430b63", - "text": "What is the minimum value of $5x^2+5y^2-8xy$ when $x$ and $y$ range over all real numbers such that $|x-2y| + |y-2x| = 40$?", - "answer": 800, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nWhat is the minimum value of $5x^2+5y^2-8xy$ when $x$ and $y$ range over all real numbers such that $|x-2y| + |y-2x| = 40$?." - }, - { - "id": "229ee8", - "text": "Let $k, l > 0$ be parameters. The parabola $y = kx^2 - 2kx + l$ intersects the line $y = 4$ at two points $A$ and $B$. These points are distance 6 apart. What is the sum of the squares of the distances from $A$ and $B$ to the origin?", - "answer": 52, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nLet $k, l > 0$ be parameters. The parabola $y = kx^2 - 2kx + l$ intersects the line $y = 4$ at two points $A$ and $B$. These points are distance 6 apart. What is the sum of the squares of the distances from $A$ and $B$ to the origin?." - }, - { - "id": "bedda4", - "text": "Let $ABCD$ be a unit square. Let $P$ be the point on $AB$ such that $|AP| = 1/{20}$ and let $Q$ be the point on $AD$ such that $|AQ| = 1/{24}$. The lines $DP$ and $BQ$ divide the square into four regions. Find the ratio between the areas of the largest region and the smallest region.", - "answer": 480, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nLet $ABCD$ be a unit square. Let $P$ be the point on $AB$ such that $|AP| = 1/{20}$ and let $Q$ be the point on $AD$ such that $|AQ| = 1/{24}$. The lines $DP$ and $BQ$ divide the square into four regions. Find the ratio between the areas of the largest region and the smallest region.." - } - ], - "Similar problems:\n\n \nThere exists a unique increasing geometric sequence of five 2-digit positive integers. What is their sum?\n\nEach of the three-digits numbers $111$ to $999$ is coloured blue or yellow in such a way that the sum of any two (not necessarily different) yellow numbers is equal to a blue number. What is the maximum possible number of yellow numbers there can be?\n\nLet the `sparkle' operation on positive integer $n$ consist of calculating the sum of the digits of $n$ and taking its factorial, e.g. the sparkle of 13 is $4! = 24$. A robot starts with a positive integer on a blackboard, then after each second for the rest of eternity, replaces the number on the board with its sparkle. For some `special' numbers, if they're the first number, then eventually every number that appears will be less than 6. How many such special numbers are there with at most 36 digits?\n\nSuppose that we roll four 6-sided fair dice with faces numbered 1 to~6. Let $a/b$ be the probability that the highest roll is a 5, where $a$ and $b$ are relatively prime positive integers. Find $a + b$.\n\nA function $f: \\mathbb N \\to \\mathbb N$ satisfies the following two conditions for all positive integers $n$:$f(f(f(n)))=8n-7$ and $f(2n)=2f(n)+1$. Calculate $f(100)$.\n\nThe points $\\left(x, y\\right)$ satisfying $((\\vert x + y \\vert - 10)^2 + ( \\vert x - y \\vert - 10)^2)((\\vert x \\vert - 8)^2 + ( \\vert y \\vert - 8)^2) = 0$ enclose a convex polygon. What is the area of this convex polygon?\n\nFor how many positive integers $m$ does the equation $\\vert \\vert x-1 \\vert -2 \\vert=\\frac{m}{100}$ have $4$ distinct solutions?\n\nWhat is the minimum value of $5x^2+5y^2-8xy$ when $x$ and $y$ range over all real numbers such that $|x-2y| + |y-2x| = 40$?\n\nLet $k, l > 0$ be parameters. The parabola $y = kx^2 - 2kx + l$ intersects the line $y = 4$ at two points $A$ and $B$. These points are distance 6 apart. What is the sum of the squares of the distances from $A$ and $B$ to the origin?\n\nLet $ABCD$ be a unit square. Let $P$ be the point on $AB$ such that $|AP| = 1/{20}$ and let $Q$ be the point on $AD$ such that $|AQ| = 1/{24}$. The lines $DP$ and $BQ$ divide the square into four regions. Find the ratio between the areas of the largest region and the smallest region.\n\n\nWhat would be the first step of solving the following problem? There exists a unique increasing geometric sequence of five 2-digit positive integers. What is their sum?" + "---" ], [ - "739bc9", - "For how many positive integers $m$ does the equation $\\vert \\vert x-1 \\vert -2 \\vert=\\frac{m}{100}$ have $4$ distinct solutions?", - 199, - [ - { - "id": "739bc9", - "text": "For how many positive integers $m$ does the equation $\\vert \\vert x-1 \\vert -2 \\vert=\\frac{m}{100}$ have $4$ distinct solutions?", - "answer": 199, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nFor how many positive integers $m$ does the equation $\\vert \\vert x-1 \\vert -2 \\vert=\\frac{m}{100}$ have $4$ distinct solutions?." - }, - { - "id": "d7e9c9", - "text": "A function $f: \\mathbb N \\to \\mathbb N$ satisfies the following two conditions for all positive integers $n$:$f(f(f(n)))=8n-7$ and $f(2n)=2f(n)+1$. Calculate $f(100)$.", - "answer": 199, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nA function $f: \\mathbb N \\to \\mathbb N$ satisfies the following two conditions for all positive integers $n$:$f(f(f(n)))=8n-7$ and $f(2n)=2f(n)+1$. Calculate $f(100)$.." - }, - { - "id": "430b63", - "text": "What is the minimum value of $5x^2+5y^2-8xy$ when $x$ and $y$ range over all real numbers such that $|x-2y| + |y-2x| = 40$?", - "answer": 800, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nWhat is the minimum value of $5x^2+5y^2-8xy$ when $x$ and $y$ range over all real numbers such that $|x-2y| + |y-2x| = 40$?." - }, - { - "id": "246d26", - "text": "Each of the three-digits numbers $111$ to $999$ is coloured blue or yellow in such a way that the sum of any two (not necessarily different) yellow numbers is equal to a blue number. What is the maximum possible number of yellow numbers there can be?", - "answer": 250, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nEach of the three-digits numbers $111$ to $999$ is coloured blue or yellow in such a way that the sum of any two (not necessarily different) yellow numbers is equal to a blue number. What is the maximum possible number of yellow numbers there can be?." - }, - { - "id": "2fc4ad", - "text": "Let the `sparkle' operation on positive integer $n$ consist of calculating the sum of the digits of $n$ and taking its factorial, e.g. the sparkle of 13 is $4! = 24$. A robot starts with a positive integer on a blackboard, then after each second for the rest of eternity, replaces the number on the board with its sparkle. For some `special' numbers, if they're the first number, then eventually every number that appears will be less than 6. How many such special numbers are there with at most 36 digits?", - "answer": 702, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nLet the `sparkle' operation on positive integer $n$ consist of calculating the sum of the digits of $n$ and taking its factorial, e.g. the sparkle of 13 is $4! = 24$. A robot starts with a positive integer on a blackboard, then after each second for the rest of eternity, replaces the number on the board with its sparkle. For some `special' numbers, if they're the first number, then eventually every number that appears will be less than 6. How many such special numbers are there with at most 36 digits?." - }, - { - "id": "5277ed", - "text": "There exists a unique increasing geometric sequence of five 2-digit positive integers. What is their sum?", - "answer": 211, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nThere exists a unique increasing geometric sequence of five 2-digit positive integers. What is their sum?." - }, - { - "id": "8ee6f3", - "text": "The points $\\left(x, y\\right)$ satisfying $((\\vert x + y \\vert - 10)^2 + ( \\vert x - y \\vert - 10)^2)((\\vert x \\vert - 8)^2 + ( \\vert y \\vert - 8)^2) = 0$ enclose a convex polygon. What is the area of this convex polygon?", - "answer": 320, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nThe points $\\left(x, y\\right)$ satisfying $((\\vert x + y \\vert - 10)^2 + ( \\vert x - y \\vert - 10)^2)((\\vert x \\vert - 8)^2 + ( \\vert y \\vert - 8)^2) = 0$ enclose a convex polygon. What is the area of this convex polygon?." - }, - { - "id": "229ee8", - "text": "Let $k, l > 0$ be parameters. The parabola $y = kx^2 - 2kx + l$ intersects the line $y = 4$ at two points $A$ and $B$. These points are distance 6 apart. What is the sum of the squares of the distances from $A$ and $B$ to the origin?", - "answer": 52, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nLet $k, l > 0$ be parameters. The parabola $y = kx^2 - 2kx + l$ intersects the line $y = 4$ at two points $A$ and $B$. These points are distance 6 apart. What is the sum of the squares of the distances from $A$ and $B$ to the origin?." - }, - { - "id": "bedda4", - "text": "Let $ABCD$ be a unit square. Let $P$ be the point on $AB$ such that $|AP| = 1/{20}$ and let $Q$ be the point on $AD$ such that $|AQ| = 1/{24}$. The lines $DP$ and $BQ$ divide the square into four regions. Find the ratio between the areas of the largest region and the smallest region.", - "answer": 480, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nLet $ABCD$ be a unit square. Let $P$ be the point on $AB$ such that $|AP| = 1/{20}$ and let $Q$ be the point on $AD$ such that $|AQ| = 1/{24}$. The lines $DP$ and $BQ$ divide the square into four regions. Find the ratio between the areas of the largest region and the smallest region.." - }, - { - "id": "82e2a0", - "text": "Suppose that we roll four 6-sided fair dice with faces numbered 1 to~6. Let $a/b$ be the probability that the highest roll is a 5, where $a$ and $b$ are relatively prime positive integers. Find $a + b$.", - "answer": 185, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nSuppose that we roll four 6-sided fair dice with faces numbered 1 to~6. Let $a/b$ be the probability that the highest roll is a 5, where $a$ and $b$ are relatively prime positive integers. Find $a + b$.." - } - ], - "Similar problems:\n\n \nFor how many positive integers $m$ does the equation $\\vert \\vert x-1 \\vert -2 \\vert=\\frac{m}{100}$ have $4$ distinct solutions?\n\nA function $f: \\mathbb N \\to \\mathbb N$ satisfies the following two conditions for all positive integers $n$:$f(f(f(n)))=8n-7$ and $f(2n)=2f(n)+1$. Calculate $f(100)$.\n\nWhat is the minimum value of $5x^2+5y^2-8xy$ when $x$ and $y$ range over all real numbers such that $|x-2y| + |y-2x| = 40$?\n\nEach of the three-digits numbers $111$ to $999$ is coloured blue or yellow in such a way that the sum of any two (not necessarily different) yellow numbers is equal to a blue number. What is the maximum possible number of yellow numbers there can be?\n\nLet the `sparkle' operation on positive integer $n$ consist of calculating the sum of the digits of $n$ and taking its factorial, e.g. the sparkle of 13 is $4! = 24$. A robot starts with a positive integer on a blackboard, then after each second for the rest of eternity, replaces the number on the board with its sparkle. For some `special' numbers, if they're the first number, then eventually every number that appears will be less than 6. How many such special numbers are there with at most 36 digits?\n\nThere exists a unique increasing geometric sequence of five 2-digit positive integers. What is their sum?\n\nThe points $\\left(x, y\\right)$ satisfying $((\\vert x + y \\vert - 10)^2 + ( \\vert x - y \\vert - 10)^2)((\\vert x \\vert - 8)^2 + ( \\vert y \\vert - 8)^2) = 0$ enclose a convex polygon. What is the area of this convex polygon?\n\nLet $k, l > 0$ be parameters. The parabola $y = kx^2 - 2kx + l$ intersects the line $y = 4$ at two points $A$ and $B$. These points are distance 6 apart. What is the sum of the squares of the distances from $A$ and $B$ to the origin?\n\nLet $ABCD$ be a unit square. Let $P$ be the point on $AB$ such that $|AP| = 1/{20}$ and let $Q$ be the point on $AD$ such that $|AQ| = 1/{24}$. The lines $DP$ and $BQ$ divide the square into four regions. Find the ratio between the areas of the largest region and the smallest region.\n\nSuppose that we roll four 6-sided fair dice with faces numbered 1 to~6. Let $a/b$ be the probability that the highest roll is a 5, where $a$ and $b$ are relatively prime positive integers. Find $a + b$.\n\n\nWhat would be the first step of solving the following problem? For how many positive integers $m$ does the equation $\\vert \\vert x-1 \\vert -2 \\vert=\\frac{m}{100}$ have $4$ distinct solutions?" + "### 7. **Delivery Fees & Minimum Order**" ], [ - "82e2a0", - "Suppose that we roll four 6-sided fair dice with faces numbered 1 to~6. Let $a/b$ be the probability that the highest roll is a 5, where $a$ and $b$ are relatively prime positive integers. Find $a + b$.", - 185, - [ - { - "id": "82e2a0", - "text": "Suppose that we roll four 6-sided fair dice with faces numbered 1 to~6. Let $a/b$ be the probability that the highest roll is a 5, where $a$ and $b$ are relatively prime positive integers. Find $a + b$.", - "answer": 185, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nSuppose that we roll four 6-sided fair dice with faces numbered 1 to~6. Let $a/b$ be the probability that the highest roll is a 5, where $a$ and $b$ are relatively prime positive integers. Find $a + b$.." - }, - { - "id": "5277ed", - "text": "There exists a unique increasing geometric sequence of five 2-digit positive integers. What is their sum?", - "answer": 211, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nThere exists a unique increasing geometric sequence of five 2-digit positive integers. What is their sum?." - }, - { - "id": "2fc4ad", - "text": "Let the `sparkle' operation on positive integer $n$ consist of calculating the sum of the digits of $n$ and taking its factorial, e.g. the sparkle of 13 is $4! = 24$. A robot starts with a positive integer on a blackboard, then after each second for the rest of eternity, replaces the number on the board with its sparkle. For some `special' numbers, if they're the first number, then eventually every number that appears will be less than 6. How many such special numbers are there with at most 36 digits?", - "answer": 702, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nLet the `sparkle' operation on positive integer $n$ consist of calculating the sum of the digits of $n$ and taking its factorial, e.g. the sparkle of 13 is $4! = 24$. A robot starts with a positive integer on a blackboard, then after each second for the rest of eternity, replaces the number on the board with its sparkle. For some `special' numbers, if they're the first number, then eventually every number that appears will be less than 6. How many such special numbers are there with at most 36 digits?." - }, - { - "id": "bedda4", - "text": "Let $ABCD$ be a unit square. Let $P$ be the point on $AB$ such that $|AP| = 1/{20}$ and let $Q$ be the point on $AD$ such that $|AQ| = 1/{24}$. The lines $DP$ and $BQ$ divide the square into four regions. Find the ratio between the areas of the largest region and the smallest region.", - "answer": 480, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nLet $ABCD$ be a unit square. Let $P$ be the point on $AB$ such that $|AP| = 1/{20}$ and let $Q$ be the point on $AD$ such that $|AQ| = 1/{24}$. The lines $DP$ and $BQ$ divide the square into four regions. Find the ratio between the areas of the largest region and the smallest region.." - }, - { - "id": "246d26", - "text": "Each of the three-digits numbers $111$ to $999$ is coloured blue or yellow in such a way that the sum of any two (not necessarily different) yellow numbers is equal to a blue number. What is the maximum possible number of yellow numbers there can be?", - "answer": 250, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nEach of the three-digits numbers $111$ to $999$ is coloured blue or yellow in such a way that the sum of any two (not necessarily different) yellow numbers is equal to a blue number. What is the maximum possible number of yellow numbers there can be?." - }, - { - "id": "229ee8", - "text": "Let $k, l > 0$ be parameters. The parabola $y = kx^2 - 2kx + l$ intersects the line $y = 4$ at two points $A$ and $B$. These points are distance 6 apart. What is the sum of the squares of the distances from $A$ and $B$ to the origin?", - "answer": 52, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nLet $k, l > 0$ be parameters. The parabola $y = kx^2 - 2kx + l$ intersects the line $y = 4$ at two points $A$ and $B$. These points are distance 6 apart. What is the sum of the squares of the distances from $A$ and $B$ to the origin?." - }, - { - "id": "430b63", - "text": "What is the minimum value of $5x^2+5y^2-8xy$ when $x$ and $y$ range over all real numbers such that $|x-2y| + |y-2x| = 40$?", - "answer": 800, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nWhat is the minimum value of $5x^2+5y^2-8xy$ when $x$ and $y$ range over all real numbers such that $|x-2y| + |y-2x| = 40$?." - }, - { - "id": "8ee6f3", - "text": "The points $\\left(x, y\\right)$ satisfying $((\\vert x + y \\vert - 10)^2 + ( \\vert x - y \\vert - 10)^2)((\\vert x \\vert - 8)^2 + ( \\vert y \\vert - 8)^2) = 0$ enclose a convex polygon. What is the area of this convex polygon?", - "answer": 320, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nThe points $\\left(x, y\\right)$ satisfying $((\\vert x + y \\vert - 10)^2 + ( \\vert x - y \\vert - 10)^2)((\\vert x \\vert - 8)^2 + ( \\vert y \\vert - 8)^2) = 0$ enclose a convex polygon. What is the area of this convex polygon?." - }, - { - "id": "739bc9", - "text": "For how many positive integers $m$ does the equation $\\vert \\vert x-1 \\vert -2 \\vert=\\frac{m}{100}$ have $4$ distinct solutions?", - "answer": 199, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nFor how many positive integers $m$ does the equation $\\vert \\vert x-1 \\vert -2 \\vert=\\frac{m}{100}$ have $4$ distinct solutions?." - }, - { - "id": "d7e9c9", - "text": "A function $f: \\mathbb N \\to \\mathbb N$ satisfies the following two conditions for all positive integers $n$:$f(f(f(n)))=8n-7$ and $f(2n)=2f(n)+1$. Calculate $f(100)$.", - "answer": 199, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nA function $f: \\mathbb N \\to \\mathbb N$ satisfies the following two conditions for all positive integers $n$:$f(f(f(n)))=8n-7$ and $f(2n)=2f(n)+1$. Calculate $f(100)$.." - } - ], - "Similar problems:\n\n \nSuppose that we roll four 6-sided fair dice with faces numbered 1 to~6. Let $a/b$ be the probability that the highest roll is a 5, where $a$ and $b$ are relatively prime positive integers. Find $a + b$.\n\nThere exists a unique increasing geometric sequence of five 2-digit positive integers. What is their sum?\n\nLet the `sparkle' operation on positive integer $n$ consist of calculating the sum of the digits of $n$ and taking its factorial, e.g. the sparkle of 13 is $4! = 24$. A robot starts with a positive integer on a blackboard, then after each second for the rest of eternity, replaces the number on the board with its sparkle. For some `special' numbers, if they're the first number, then eventually every number that appears will be less than 6. How many such special numbers are there with at most 36 digits?\n\nLet $ABCD$ be a unit square. Let $P$ be the point on $AB$ such that $|AP| = 1/{20}$ and let $Q$ be the point on $AD$ such that $|AQ| = 1/{24}$. The lines $DP$ and $BQ$ divide the square into four regions. Find the ratio between the areas of the largest region and the smallest region.\n\nEach of the three-digits numbers $111$ to $999$ is coloured blue or yellow in such a way that the sum of any two (not necessarily different) yellow numbers is equal to a blue number. What is the maximum possible number of yellow numbers there can be?\n\nLet $k, l > 0$ be parameters. The parabola $y = kx^2 - 2kx + l$ intersects the line $y = 4$ at two points $A$ and $B$. These points are distance 6 apart. What is the sum of the squares of the distances from $A$ and $B$ to the origin?\n\nWhat is the minimum value of $5x^2+5y^2-8xy$ when $x$ and $y$ range over all real numbers such that $|x-2y| + |y-2x| = 40$?\n\nThe points $\\left(x, y\\right)$ satisfying $((\\vert x + y \\vert - 10)^2 + ( \\vert x - y \\vert - 10)^2)((\\vert x \\vert - 8)^2 + ( \\vert y \\vert - 8)^2) = 0$ enclose a convex polygon. What is the area of this convex polygon?\n\nFor how many positive integers $m$ does the equation $\\vert \\vert x-1 \\vert -2 \\vert=\\frac{m}{100}$ have $4$ distinct solutions?\n\nA function $f: \\mathbb N \\to \\mathbb N$ satisfies the following two conditions for all positive integers $n$:$f(f(f(n)))=8n-7$ and $f(2n)=2f(n)+1$. Calculate $f(100)$.\n\n\nWhat would be the first step of solving the following problem? Suppose that we roll four 6-sided fair dice with faces numbered 1 to~6. Let $a/b$ be the probability that the highest roll is a 5, where $a$ and $b$ are relatively prime positive integers. Find $a + b$." + "- **Delivery Fee**: $2.99\n- **Minimum Order**: $12.00" ], [ - "8ee6f3", - "The points $\\left(x, y\\right)$ satisfying $((\\vert x + y \\vert - 10)^2 + ( \\vert x - y \\vert - 10)^2)((\\vert x \\vert - 8)^2 + ( \\vert y \\vert - 8)^2) = 0$ enclose a convex polygon. What is the area of this convex polygon?", - 320, - [ - { - "id": "8ee6f3", - "text": "The points $\\left(x, y\\right)$ satisfying $((\\vert x + y \\vert - 10)^2 + ( \\vert x - y \\vert - 10)^2)((\\vert x \\vert - 8)^2 + ( \\vert y \\vert - 8)^2) = 0$ enclose a convex polygon. What is the area of this convex polygon?", - "answer": 320, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nThe points $\\left(x, y\\right)$ satisfying $((\\vert x + y \\vert - 10)^2 + ( \\vert x - y \\vert - 10)^2)((\\vert x \\vert - 8)^2 + ( \\vert y \\vert - 8)^2) = 0$ enclose a convex polygon. What is the area of this convex polygon?." - }, - { - "id": "bedda4", - "text": "Let $ABCD$ be a unit square. Let $P$ be the point on $AB$ such that $|AP| = 1/{20}$ and let $Q$ be the point on $AD$ such that $|AQ| = 1/{24}$. The lines $DP$ and $BQ$ divide the square into four regions. Find the ratio between the areas of the largest region and the smallest region.", - "answer": 480, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nLet $ABCD$ be a unit square. Let $P$ be the point on $AB$ such that $|AP| = 1/{20}$ and let $Q$ be the point on $AD$ such that $|AQ| = 1/{24}$. The lines $DP$ and $BQ$ divide the square into four regions. Find the ratio between the areas of the largest region and the smallest region.." - }, - { - "id": "430b63", - "text": "What is the minimum value of $5x^2+5y^2-8xy$ when $x$ and $y$ range over all real numbers such that $|x-2y| + |y-2x| = 40$?", - "answer": 800, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nWhat is the minimum value of $5x^2+5y^2-8xy$ when $x$ and $y$ range over all real numbers such that $|x-2y| + |y-2x| = 40$?." - }, - { - "id": "5277ed", - "text": "There exists a unique increasing geometric sequence of five 2-digit positive integers. What is their sum?", - "answer": 211, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nThere exists a unique increasing geometric sequence of five 2-digit positive integers. What is their sum?." - }, - { - "id": "229ee8", - "text": "Let $k, l > 0$ be parameters. The parabola $y = kx^2 - 2kx + l$ intersects the line $y = 4$ at two points $A$ and $B$. These points are distance 6 apart. What is the sum of the squares of the distances from $A$ and $B$ to the origin?", - "answer": 52, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nLet $k, l > 0$ be parameters. The parabola $y = kx^2 - 2kx + l$ intersects the line $y = 4$ at two points $A$ and $B$. These points are distance 6 apart. What is the sum of the squares of the distances from $A$ and $B$ to the origin?." - }, - { - "id": "246d26", - "text": "Each of the three-digits numbers $111$ to $999$ is coloured blue or yellow in such a way that the sum of any two (not necessarily different) yellow numbers is equal to a blue number. What is the maximum possible number of yellow numbers there can be?", - "answer": 250, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nEach of the three-digits numbers $111$ to $999$ is coloured blue or yellow in such a way that the sum of any two (not necessarily different) yellow numbers is equal to a blue number. What is the maximum possible number of yellow numbers there can be?." - }, - { - "id": "739bc9", - "text": "For how many positive integers $m$ does the equation $\\vert \\vert x-1 \\vert -2 \\vert=\\frac{m}{100}$ have $4$ distinct solutions?", - "answer": 199, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nFor how many positive integers $m$ does the equation $\\vert \\vert x-1 \\vert -2 \\vert=\\frac{m}{100}$ have $4$ distinct solutions?." - }, - { - "id": "82e2a0", - "text": "Suppose that we roll four 6-sided fair dice with faces numbered 1 to~6. Let $a/b$ be the probability that the highest roll is a 5, where $a$ and $b$ are relatively prime positive integers. Find $a + b$.", - "answer": 185, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nSuppose that we roll four 6-sided fair dice with faces numbered 1 to~6. Let $a/b$ be the probability that the highest roll is a 5, where $a$ and $b$ are relatively prime positive integers. Find $a + b$.." - }, - { - "id": "d7e9c9", - "text": "A function $f: \\mathbb N \\to \\mathbb N$ satisfies the following two conditions for all positive integers $n$:$f(f(f(n)))=8n-7$ and $f(2n)=2f(n)+1$. Calculate $f(100)$.", - "answer": 199, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nA function $f: \\mathbb N \\to \\mathbb N$ satisfies the following two conditions for all positive integers $n$:$f(f(f(n)))=8n-7$ and $f(2n)=2f(n)+1$. Calculate $f(100)$.." - }, - { - "id": "2fc4ad", - "text": "Let the `sparkle' operation on positive integer $n$ consist of calculating the sum of the digits of $n$ and taking its factorial, e.g. the sparkle of 13 is $4! = 24$. A robot starts with a positive integer on a blackboard, then after each second for the rest of eternity, replaces the number on the board with its sparkle. For some `special' numbers, if they're the first number, then eventually every number that appears will be less than 6. How many such special numbers are there with at most 36 digits?", - "answer": 702, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nLet the `sparkle' operation on positive integer $n$ consist of calculating the sum of the digits of $n$ and taking its factorial, e.g. the sparkle of 13 is $4! = 24$. A robot starts with a positive integer on a blackboard, then after each second for the rest of eternity, replaces the number on the board with its sparkle. For some `special' numbers, if they're the first number, then eventually every number that appears will be less than 6. How many such special numbers are there with at most 36 digits?." - } - ], - "Similar problems:\n\n \nThe points $\\left(x, y\\right)$ satisfying $((\\vert x + y \\vert - 10)^2 + ( \\vert x - y \\vert - 10)^2)((\\vert x \\vert - 8)^2 + ( \\vert y \\vert - 8)^2) = 0$ enclose a convex polygon. What is the area of this convex polygon?\n\nLet $ABCD$ be a unit square. Let $P$ be the point on $AB$ such that $|AP| = 1/{20}$ and let $Q$ be the point on $AD$ such that $|AQ| = 1/{24}$. The lines $DP$ and $BQ$ divide the square into four regions. Find the ratio between the areas of the largest region and the smallest region.\n\nWhat is the minimum value of $5x^2+5y^2-8xy$ when $x$ and $y$ range over all real numbers such that $|x-2y| + |y-2x| = 40$?\n\nThere exists a unique increasing geometric sequence of five 2-digit positive integers. What is their sum?\n\nLet $k, l > 0$ be parameters. The parabola $y = kx^2 - 2kx + l$ intersects the line $y = 4$ at two points $A$ and $B$. These points are distance 6 apart. What is the sum of the squares of the distances from $A$ and $B$ to the origin?\n\nEach of the three-digits numbers $111$ to $999$ is coloured blue or yellow in such a way that the sum of any two (not necessarily different) yellow numbers is equal to a blue number. What is the maximum possible number of yellow numbers there can be?\n\nFor how many positive integers $m$ does the equation $\\vert \\vert x-1 \\vert -2 \\vert=\\frac{m}{100}$ have $4$ distinct solutions?\n\nSuppose that we roll four 6-sided fair dice with faces numbered 1 to~6. Let $a/b$ be the probability that the highest roll is a 5, where $a$ and $b$ are relatively prime positive integers. Find $a + b$.\n\nA function $f: \\mathbb N \\to \\mathbb N$ satisfies the following two conditions for all positive integers $n$:$f(f(f(n)))=8n-7$ and $f(2n)=2f(n)+1$. Calculate $f(100)$.\n\nLet the `sparkle' operation on positive integer $n$ consist of calculating the sum of the digits of $n$ and taking its factorial, e.g. the sparkle of 13 is $4! = 24$. A robot starts with a positive integer on a blackboard, then after each second for the rest of eternity, replaces the number on the board with its sparkle. For some `special' numbers, if they're the first number, then eventually every number that appears will be less than 6. How many such special numbers are there with at most 36 digits?\n\n\nWhat would be the first step of solving the following problem? The points $\\left(x, y\\right)$ satisfying $((\\vert x + y \\vert - 10)^2 + ( \\vert x - y \\vert - 10)^2)((\\vert x \\vert - 8)^2 + ( \\vert y \\vert - 8)^2) = 0$ enclose a convex polygon. What is the area of this convex polygon?" + "*Note: Delivery fees and minimum order thresholds apply to all delivery orders within a 5-mile radius. Additional charges may apply for orders outside this zone.*" ], [ - "bedda4", - "Let $ABCD$ be a unit square. Let $P$ be the point on $AB$ such that $|AP| = 1/{20}$ and let $Q$ be the point on $AD$ such that $|AQ| = 1/{24}$. The lines $DP$ and $BQ$ divide the square into four regions. Find the ratio between the areas of the largest region and the smallest region.", - 480, - [ - { - "id": "bedda4", - "text": "Let $ABCD$ be a unit square. Let $P$ be the point on $AB$ such that $|AP| = 1/{20}$ and let $Q$ be the point on $AD$ such that $|AQ| = 1/{24}$. The lines $DP$ and $BQ$ divide the square into four regions. Find the ratio between the areas of the largest region and the smallest region.", - "answer": 480, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nLet $ABCD$ be a unit square. Let $P$ be the point on $AB$ such that $|AP| = 1/{20}$ and let $Q$ be the point on $AD$ such that $|AQ| = 1/{24}$. The lines $DP$ and $BQ$ divide the square into four regions. Find the ratio between the areas of the largest region and the smallest region.." - }, - { - "id": "8ee6f3", - "text": "The points $\\left(x, y\\right)$ satisfying $((\\vert x + y \\vert - 10)^2 + ( \\vert x - y \\vert - 10)^2)((\\vert x \\vert - 8)^2 + ( \\vert y \\vert - 8)^2) = 0$ enclose a convex polygon. What is the area of this convex polygon?", - "answer": 320, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nThe points $\\left(x, y\\right)$ satisfying $((\\vert x + y \\vert - 10)^2 + ( \\vert x - y \\vert - 10)^2)((\\vert x \\vert - 8)^2 + ( \\vert y \\vert - 8)^2) = 0$ enclose a convex polygon. What is the area of this convex polygon?." - }, - { - "id": "430b63", - "text": "What is the minimum value of $5x^2+5y^2-8xy$ when $x$ and $y$ range over all real numbers such that $|x-2y| + |y-2x| = 40$?", - "answer": 800, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nWhat is the minimum value of $5x^2+5y^2-8xy$ when $x$ and $y$ range over all real numbers such that $|x-2y| + |y-2x| = 40$?." - }, - { - "id": "229ee8", - "text": "Let $k, l > 0$ be parameters. The parabola $y = kx^2 - 2kx + l$ intersects the line $y = 4$ at two points $A$ and $B$. These points are distance 6 apart. What is the sum of the squares of the distances from $A$ and $B$ to the origin?", - "answer": 52, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nLet $k, l > 0$ be parameters. The parabola $y = kx^2 - 2kx + l$ intersects the line $y = 4$ at two points $A$ and $B$. These points are distance 6 apart. What is the sum of the squares of the distances from $A$ and $B$ to the origin?." - }, - { - "id": "82e2a0", - "text": "Suppose that we roll four 6-sided fair dice with faces numbered 1 to~6. Let $a/b$ be the probability that the highest roll is a 5, where $a$ and $b$ are relatively prime positive integers. Find $a + b$.", - "answer": 185, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nSuppose that we roll four 6-sided fair dice with faces numbered 1 to~6. Let $a/b$ be the probability that the highest roll is a 5, where $a$ and $b$ are relatively prime positive integers. Find $a + b$.." - }, - { - "id": "5277ed", - "text": "There exists a unique increasing geometric sequence of five 2-digit positive integers. What is their sum?", - "answer": 211, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nThere exists a unique increasing geometric sequence of five 2-digit positive integers. What is their sum?." - }, - { - "id": "739bc9", - "text": "For how many positive integers $m$ does the equation $\\vert \\vert x-1 \\vert -2 \\vert=\\frac{m}{100}$ have $4$ distinct solutions?", - "answer": 199, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nFor how many positive integers $m$ does the equation $\\vert \\vert x-1 \\vert -2 \\vert=\\frac{m}{100}$ have $4$ distinct solutions?." - }, - { - "id": "2fc4ad", - "text": "Let the `sparkle' operation on positive integer $n$ consist of calculating the sum of the digits of $n$ and taking its factorial, e.g. the sparkle of 13 is $4! = 24$. A robot starts with a positive integer on a blackboard, then after each second for the rest of eternity, replaces the number on the board with its sparkle. For some `special' numbers, if they're the first number, then eventually every number that appears will be less than 6. How many such special numbers are there with at most 36 digits?", - "answer": 702, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nLet the `sparkle' operation on positive integer $n$ consist of calculating the sum of the digits of $n$ and taking its factorial, e.g. the sparkle of 13 is $4! = 24$. A robot starts with a positive integer on a blackboard, then after each second for the rest of eternity, replaces the number on the board with its sparkle. For some `special' numbers, if they're the first number, then eventually every number that appears will be less than 6. How many such special numbers are there with at most 36 digits?." - }, - { - "id": "246d26", - "text": "Each of the three-digits numbers $111$ to $999$ is coloured blue or yellow in such a way that the sum of any two (not necessarily different) yellow numbers is equal to a blue number. What is the maximum possible number of yellow numbers there can be?", - "answer": 250, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nEach of the three-digits numbers $111$ to $999$ is coloured blue or yellow in such a way that the sum of any two (not necessarily different) yellow numbers is equal to a blue number. What is the maximum possible number of yellow numbers there can be?." - }, - { - "id": "d7e9c9", - "text": "A function $f: \\mathbb N \\to \\mathbb N$ satisfies the following two conditions for all positive integers $n$:$f(f(f(n)))=8n-7$ and $f(2n)=2f(n)+1$. Calculate $f(100)$.", - "answer": 199, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nA function $f: \\mathbb N \\to \\mathbb N$ satisfies the following two conditions for all positive integers $n$:$f(f(f(n)))=8n-7$ and $f(2n)=2f(n)+1$. Calculate $f(100)$.." - } - ], - "Similar problems:\n\n \nLet $ABCD$ be a unit square. Let $P$ be the point on $AB$ such that $|AP| = 1/{20}$ and let $Q$ be the point on $AD$ such that $|AQ| = 1/{24}$. The lines $DP$ and $BQ$ divide the square into four regions. Find the ratio between the areas of the largest region and the smallest region.\n\nThe points $\\left(x, y\\right)$ satisfying $((\\vert x + y \\vert - 10)^2 + ( \\vert x - y \\vert - 10)^2)((\\vert x \\vert - 8)^2 + ( \\vert y \\vert - 8)^2) = 0$ enclose a convex polygon. What is the area of this convex polygon?\n\nWhat is the minimum value of $5x^2+5y^2-8xy$ when $x$ and $y$ range over all real numbers such that $|x-2y| + |y-2x| = 40$?\n\nLet $k, l > 0$ be parameters. The parabola $y = kx^2 - 2kx + l$ intersects the line $y = 4$ at two points $A$ and $B$. These points are distance 6 apart. What is the sum of the squares of the distances from $A$ and $B$ to the origin?\n\nSuppose that we roll four 6-sided fair dice with faces numbered 1 to~6. Let $a/b$ be the probability that the highest roll is a 5, where $a$ and $b$ are relatively prime positive integers. Find $a + b$.\n\nThere exists a unique increasing geometric sequence of five 2-digit positive integers. What is their sum?\n\nFor how many positive integers $m$ does the equation $\\vert \\vert x-1 \\vert -2 \\vert=\\frac{m}{100}$ have $4$ distinct solutions?\n\nLet the `sparkle' operation on positive integer $n$ consist of calculating the sum of the digits of $n$ and taking its factorial, e.g. the sparkle of 13 is $4! = 24$. A robot starts with a positive integer on a blackboard, then after each second for the rest of eternity, replaces the number on the board with its sparkle. For some `special' numbers, if they're the first number, then eventually every number that appears will be less than 6. How many such special numbers are there with at most 36 digits?\n\nEach of the three-digits numbers $111$ to $999$ is coloured blue or yellow in such a way that the sum of any two (not necessarily different) yellow numbers is equal to a blue number. What is the maximum possible number of yellow numbers there can be?\n\nA function $f: \\mathbb N \\to \\mathbb N$ satisfies the following two conditions for all positive integers $n$:$f(f(f(n)))=8n-7$ and $f(2n)=2f(n)+1$. Calculate $f(100)$.\n\n\nWhat would be the first step of solving the following problem? Let $ABCD$ be a unit square. Let $P$ be the point on $AB$ such that $|AP| = 1/{20}$ and let $Q$ be the point on $AD$ such that $|AQ| = 1/{24}$. The lines $DP$ and $BQ$ divide the square into four regions. Find the ratio between the areas of the largest region and the smallest region." + "---" ], [ - "d7e9c9", - "A function $f: \\mathbb N \\to \\mathbb N$ satisfies the following two conditions for all positive integers $n$:$f(f(f(n)))=8n-7$ and $f(2n)=2f(n)+1$. Calculate $f(100)$.", - 199, - [ - { - "id": "d7e9c9", - "text": "A function $f: \\mathbb N \\to \\mathbb N$ satisfies the following two conditions for all positive integers $n$:$f(f(f(n)))=8n-7$ and $f(2n)=2f(n)+1$. Calculate $f(100)$.", - "answer": 199, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nA function $f: \\mathbb N \\to \\mathbb N$ satisfies the following two conditions for all positive integers $n$:$f(f(f(n)))=8n-7$ and $f(2n)=2f(n)+1$. Calculate $f(100)$.." - }, - { - "id": "739bc9", - "text": "For how many positive integers $m$ does the equation $\\vert \\vert x-1 \\vert -2 \\vert=\\frac{m}{100}$ have $4$ distinct solutions?", - "answer": 199, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nFor how many positive integers $m$ does the equation $\\vert \\vert x-1 \\vert -2 \\vert=\\frac{m}{100}$ have $4$ distinct solutions?." - }, - { - "id": "2fc4ad", - "text": "Let the `sparkle' operation on positive integer $n$ consist of calculating the sum of the digits of $n$ and taking its factorial, e.g. the sparkle of 13 is $4! = 24$. A robot starts with a positive integer on a blackboard, then after each second for the rest of eternity, replaces the number on the board with its sparkle. For some `special' numbers, if they're the first number, then eventually every number that appears will be less than 6. How many such special numbers are there with at most 36 digits?", - "answer": 702, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nLet the `sparkle' operation on positive integer $n$ consist of calculating the sum of the digits of $n$ and taking its factorial, e.g. the sparkle of 13 is $4! = 24$. A robot starts with a positive integer on a blackboard, then after each second for the rest of eternity, replaces the number on the board with its sparkle. For some `special' numbers, if they're the first number, then eventually every number that appears will be less than 6. How many such special numbers are there with at most 36 digits?." - }, - { - "id": "5277ed", - "text": "There exists a unique increasing geometric sequence of five 2-digit positive integers. What is their sum?", - "answer": 211, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nThere exists a unique increasing geometric sequence of five 2-digit positive integers. What is their sum?." - }, - { - "id": "246d26", - "text": "Each of the three-digits numbers $111$ to $999$ is coloured blue or yellow in such a way that the sum of any two (not necessarily different) yellow numbers is equal to a blue number. What is the maximum possible number of yellow numbers there can be?", - "answer": 250, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nEach of the three-digits numbers $111$ to $999$ is coloured blue or yellow in such a way that the sum of any two (not necessarily different) yellow numbers is equal to a blue number. What is the maximum possible number of yellow numbers there can be?." - }, - { - "id": "430b63", - "text": "What is the minimum value of $5x^2+5y^2-8xy$ when $x$ and $y$ range over all real numbers such that $|x-2y| + |y-2x| = 40$?", - "answer": 800, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nWhat is the minimum value of $5x^2+5y^2-8xy$ when $x$ and $y$ range over all real numbers such that $|x-2y| + |y-2x| = 40$?." - }, - { - "id": "8ee6f3", - "text": "The points $\\left(x, y\\right)$ satisfying $((\\vert x + y \\vert - 10)^2 + ( \\vert x - y \\vert - 10)^2)((\\vert x \\vert - 8)^2 + ( \\vert y \\vert - 8)^2) = 0$ enclose a convex polygon. What is the area of this convex polygon?", - "answer": 320, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nThe points $\\left(x, y\\right)$ satisfying $((\\vert x + y \\vert - 10)^2 + ( \\vert x - y \\vert - 10)^2)((\\vert x \\vert - 8)^2 + ( \\vert y \\vert - 8)^2) = 0$ enclose a convex polygon. What is the area of this convex polygon?." - }, - { - "id": "229ee8", - "text": "Let $k, l > 0$ be parameters. The parabola $y = kx^2 - 2kx + l$ intersects the line $y = 4$ at two points $A$ and $B$. These points are distance 6 apart. What is the sum of the squares of the distances from $A$ and $B$ to the origin?", - "answer": 52, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nLet $k, l > 0$ be parameters. The parabola $y = kx^2 - 2kx + l$ intersects the line $y = 4$ at two points $A$ and $B$. These points are distance 6 apart. What is the sum of the squares of the distances from $A$ and $B$ to the origin?." - }, - { - "id": "82e2a0", - "text": "Suppose that we roll four 6-sided fair dice with faces numbered 1 to~6. Let $a/b$ be the probability that the highest roll is a 5, where $a$ and $b$ are relatively prime positive integers. Find $a + b$.", - "answer": 185, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nSuppose that we roll four 6-sided fair dice with faces numbered 1 to~6. Let $a/b$ be the probability that the highest roll is a 5, where $a$ and $b$ are relatively prime positive integers. Find $a + b$.." - }, - { - "id": "bedda4", - "text": "Let $ABCD$ be a unit square. Let $P$ be the point on $AB$ such that $|AP| = 1/{20}$ and let $Q$ be the point on $AD$ such that $|AQ| = 1/{24}$. The lines $DP$ and $BQ$ divide the square into four regions. Find the ratio between the areas of the largest region and the smallest region.", - "answer": 480, - "prompt": "Here's some examples:\n...\nCreate a similar solution for the following problem:\nLet $ABCD$ be a unit square. Let $P$ be the point on $AB$ such that $|AP| = 1/{20}$ and let $Q$ be the point on $AD$ such that $|AQ| = 1/{24}$. The lines $DP$ and $BQ$ divide the square into four regions. Find the ratio between the areas of the largest region and the smallest region.." - } - ], - "Similar problems:\n\n \nA function $f: \\mathbb N \\to \\mathbb N$ satisfies the following two conditions for all positive integers $n$:$f(f(f(n)))=8n-7$ and $f(2n)=2f(n)+1$. Calculate $f(100)$.\n\nFor how many positive integers $m$ does the equation $\\vert \\vert x-1 \\vert -2 \\vert=\\frac{m}{100}$ have $4$ distinct solutions?\n\nLet the `sparkle' operation on positive integer $n$ consist of calculating the sum of the digits of $n$ and taking its factorial, e.g. the sparkle of 13 is $4! = 24$. A robot starts with a positive integer on a blackboard, then after each second for the rest of eternity, replaces the number on the board with its sparkle. For some `special' numbers, if they're the first number, then eventually every number that appears will be less than 6. How many such special numbers are there with at most 36 digits?\n\nThere exists a unique increasing geometric sequence of five 2-digit positive integers. What is their sum?\n\nEach of the three-digits numbers $111$ to $999$ is coloured blue or yellow in such a way that the sum of any two (not necessarily different) yellow numbers is equal to a blue number. What is the maximum possible number of yellow numbers there can be?\n\nWhat is the minimum value of $5x^2+5y^2-8xy$ when $x$ and $y$ range over all real numbers such that $|x-2y| + |y-2x| = 40$?\n\nThe points $\\left(x, y\\right)$ satisfying $((\\vert x + y \\vert - 10)^2 + ( \\vert x - y \\vert - 10)^2)((\\vert x \\vert - 8)^2 + ( \\vert y \\vert - 8)^2) = 0$ enclose a convex polygon. What is the area of this convex polygon?\n\nLet $k, l > 0$ be parameters. The parabola $y = kx^2 - 2kx + l$ intersects the line $y = 4$ at two points $A$ and $B$. These points are distance 6 apart. What is the sum of the squares of the distances from $A$ and $B$ to the origin?\n\nSuppose that we roll four 6-sided fair dice with faces numbered 1 to~6. Let $a/b$ be the probability that the highest roll is a 5, where $a$ and $b$ are relatively prime positive integers. Find $a + b$.\n\nLet $ABCD$ be a unit square. Let $P$ be the point on $AB$ such that $|AP| = 1/{20}$ and let $Q$ be the point on $AD$ such that $|AQ| = 1/{24}$. The lines $DP$ and $BQ$ divide the square into four regions. Find the ratio between the areas of the largest region and the smallest region.\n\n\nWhat would be the first step of solving the following problem? A function $f: \\mathbb N \\to \\mathbb N$ satisfies the following two conditions for all positive integers $n$:$f(f(f(n)))=8n-7$ and $f(2n)=2f(n)+1$. Calculate $f(100)$." + "### 8. **Promotions & Discounts**" + ], + [ + "- **Monday Madness**: Buy one large pizza, get a second pizza for 50% off.\n- **Student Discount**: 10% off with valid student ID (pickup only).\n- **Family Deal**: 2 large pizzas, 1 side, and 2-liter soda for $29.99." + ], + [ + "---" + ], + [ + "### 9. **Conclusion**" + ], + [ + "This pricing and menu structure is designed to offer a wide range of choices for our customers while maintaining competitive pricing and ensuring profitability. Please ensure all team members are familiar with the details in this document and implement it accordingly.\n" ] ] } @@ -2333,124 +205,41 @@ "type": "table_view", "sub_nodes": null }, - "view": { - "dataframes": { - "df": { - "columns": [ - "id", - "text", - "answer" - ], - "data": [ - [ - "229ee8", - "Let $k, l > 0$ be parameters. The parabola $y = kx^2 - 2kx + l$ intersects the line $y = 4$ at two points $A$ and $B$. These points are distance 6 apart. What is the sum of the squares of the distances from $A$ and $B$ to the origin?", - 52 - ], - [ - "246d26", - "Each of the three-digits numbers $111$ to $999$ is coloured blue or yellow in such a way that the sum of any two (not necessarily different) yellow numbers is equal to a blue number. What is the maximum possible number of yellow numbers there can be?", - 250 - ], - [ - "2fc4ad", - "Let the `sparkle' operation on positive integer $n$ consist of calculating the sum of the digits of $n$ and taking its factorial, e.g. the sparkle of 13 is $4! = 24$. A robot starts with a positive integer on a blackboard, then after each second for the rest of eternity, replaces the number on the board with its sparkle. For some `special' numbers, if they're the first number, then eventually every number that appears will be less than 6. How many such special numbers are there with at most 36 digits?", - 702 - ], - [ - "430b63", - "What is the minimum value of $5x^2+5y^2-8xy$ when $x$ and $y$ range over all real numbers such that $|x-2y| + |y-2x| = 40$?", - 800 - ], - [ - "5277ed", - "There exists a unique increasing geometric sequence of five 2-digit positive integers. What is their sum?", - 211 - ], - [ - "739bc9", - "For how many positive integers $m$ does the equation $\\vert \\vert x-1 \\vert -2 \\vert=\\frac{m}{100}$ have $4$ distinct solutions?", - 199 - ], - [ - "82e2a0", - "Suppose that we roll four 6-sided fair dice with faces numbered 1 to~6. Let $a/b$ be the probability that the highest roll is a 5, where $a$ and $b$ are relatively prime positive integers. Find $a + b$.", - 185 - ], - [ - "8ee6f3", - "The points $\\left(x, y\\right)$ satisfying $((\\vert x + y \\vert - 10)^2 + ( \\vert x - y \\vert - 10)^2)((\\vert x \\vert - 8)^2 + ( \\vert y \\vert - 8)^2) = 0$ enclose a convex polygon. What is the area of this convex polygon?", - 320 - ], - [ - "bedda4", - "Let $ABCD$ be a unit square. Let $P$ be the point on $AB$ such that $|AP| = 1/{20}$ and let $Q$ be the point on $AD$ such that $|AQ| = 1/{24}$. The lines $DP$ and $BQ$ divide the square into four regions. Find the ratio between the areas of the largest region and the smallest region.", - 480 - ], - [ - "d7e9c9", - "A function $f: \\mathbb N \\to \\mathbb N$ satisfies the following two conditions for all positive integers $n$:$f(f(f(n)))=8n-7$ and $f(2n)=2f(n)+1$. Calculate $f(100)$.", - 199 - ] - ] - } - } - }, - "beingResized": false, - "collapsed": false + "beingResized": false }, "position": { - "x": 155.136149136555, - "y": -622.4495481939539 + "x": 320.42256477431704, + "y": -562.3096858852143 }, "parentId": null, - "width": 1310, - "height": 362 + "width": 539, + "height": 296 }, { - "id": "Ask LLM 3", + "id": "Predict links 1", "type": "basic", "data": { - "title": "Ask LLM", - "params": { - "model": "hanspeterlyngsoeraaschoujensen/deepseek-math-7b-instruct-awq-Q4", - "accepted_regex": null, - "max_tokens": 100 - }, + "title": "Predict links", + "params": {}, "display": null, - "error": "Connection error.", + "error": null, "meta": { - "name": "Ask LLM", - "params": { - "model": { - "name": "model", - "default": null, - "type": { - "type": "" - } - }, - "accepted_regex": { - "name": "accepted_regex", - "default": null, + "name": "Predict links", + "params": {}, + "inputs": { + "nodes": { + "name": "nodes", "type": { - "type": "" - } + "type": "" + }, + "position": "top" }, - "max_tokens": { - "name": "max_tokens", - "default": 100, - "type": { - "type": "" - } - } - }, - "inputs": { - "input": { - "name": "input", + "edges": { + "name": "edges", "type": { "type": "" }, - "position": "left" + "position": "top" } }, "outputs": { @@ -2464,49 +253,34 @@ }, "type": "basic", "sub_nodes": null - } + }, + "collapsed": true }, "position": { - "x": 482.68145785443244, - "y": -10.49491028694952 + "x": -53.86764005751337, + "y": -37.21387561499284 }, "parentId": null }, { - "id": "Ask LLM 1", + "id": "Split document 1", "type": "basic", "data": { - "title": "Ask LLM", + "title": "Split document", "params": { - "model": "hanspeterlyngsoeraaschoujensen/deepseek-math-7b-instruct-awq-Q4", - "accepted_regex": "yes|no", - "max_tokens": 100 + "delimiter": "\\n\\n" }, "display": null, "error": null, "meta": { - "name": "Ask LLM", + "name": "Split document", "params": { - "model": { - "name": "model", - "default": null, - "type": { - "type": "" - } - }, - "accepted_regex": { - "name": "accepted_regex", - "default": null, + "delimiter": { + "name": "delimiter", + "default": "\\n\\n", "type": { "type": "" } - }, - "max_tokens": { - "name": "max_tokens", - "default": 100, - "type": { - "type": "" - } } }, "inputs": { @@ -2529,66 +303,85 @@ }, "type": "basic", "sub_nodes": null - }, - "collapsed": false + } }, "position": { - "x": 1217.7468926179283, - "y": -102.80534565379153 + "x": -465.5338722898887, + "y": -303.0364587440906 }, "parentId": null }, { - "id": "RAG 1", + "id": "Build document graph 1", "type": "basic", "data": { - "title": "RAG", - "params": { - "input_field": "text", - "db_field": "text", - "num_matches": 10 - }, + "title": "Build document graph", + "params": {}, "display": null, "error": null, "meta": { - "name": "RAG", - "params": { - "input_field": { - "name": "input_field", - "default": "text", - "type": { - "type": "" - } - }, - "db_field": { - "name": "db_field", - "default": "text", + "name": "Build document graph", + "params": {}, + "inputs": { + "input": { + "name": "input", "type": { - "type": "" - } - }, - "num_matches": { - "name": "num_matches", - "default": 10, + "type": "" + }, + "position": "top" + } + }, + "outputs": { + "output": { + "name": "output", "type": { - "type": "" - } + "type": "None" + }, + "position": "right" } }, + "type": "basic", + "sub_nodes": null + } + }, + "position": { + "x": -87.76278050287166, + "y": -166.8483642187531 + }, + "parentId": null + }, + { + "id": "Add neighbors 1", + "type": "basic", + "data": { + "title": "Add neighbors", + "params": {}, + "display": null, + "error": "('Add neighbors 1', 'edges')", + "meta": { + "name": "Add neighbors", + "params": {}, "inputs": { - "input": { - "name": "input", + "nodes": { + "name": "nodes", "type": { "type": "" }, - "position": "left" + "position": "top" }, - "db": { - "name": "db", + "edges": { + "name": "edges", "type": { "type": "" }, "position": "top" + }, + "item": { + "name": "item", + "type": { + "type": "" + }, + "position": "left" } }, "outputs": { @@ -2602,40 +395,29 @@ }, "type": "basic", "sub_nodes": null - }, - "beingResized": false + } }, "position": { - "x": -301.53337439752374, - "y": 49.679493234000375 + "x": -128.04108014008284, + "y": 132.7214893330056 }, - "parentId": null, - "width": 271, - "height": 278 + "parentId": null }, { - "id": "Input 2", + "id": "Input chat 1", "type": "basic", "data": { - "title": "Input", + "title": "Input chat", "params": { - "filename": "/Users/danieldarabos/Downloads/aimo-train.csv", - "key": "problem" + "chat": "What's your cheapest drink?" }, "display": null, "error": null, "meta": { - "name": "Input", + "name": "Input chat", "params": { - "filename": { - "name": "filename", - "default": null, - "type": { - "format": "path" - } - }, - "key": { - "name": "key", + "chat": { + "name": "chat", "default": null, "type": { "type": "" @@ -2654,22 +436,25 @@ }, "type": "basic", "sub_nodes": null - } + }, + "beingResized": false }, "position": { - "x": -764.432042622817, - "y": -427.4732618618718 + "x": -857.4114014537504, + "y": 146.20705074522004 }, - "parentId": null + "parentId": null, + "width": 346, + "height": 120 }, { - "id": "Create prompt 3", + "id": "Create prompt 1", "type": "basic", "data": { "title": "Create prompt", "params": { "save_as": "prompt", - "template": "Here's some examples:\n...\nCreate a similar solution for the following problem:\n{{text}}." + "template": null }, "display": null, "error": null, @@ -2711,38 +496,25 @@ }, "type": "basic", "sub_nodes": null - }, - "beingResized": false + } }, "position": { - "x": -462.7681392307442, - "y": -549.8750258210182 + "x": 208.45977258554205, + "y": 97.14836709561501 }, - "parentId": null, - "width": 339, - "height": 328 + "parentId": null }, { - "id": "Branch 1", - "type": "basic", + "id": "View 2", + "type": "table_view", "data": { - "title": "Branch", - "params": { - "expression": "response == \"yes\"" - }, + "title": "View", + "params": {}, "display": null, "error": null, "meta": { - "name": "Branch", - "params": { - "expression": { - "name": "expression", - "default": null, - "type": { - "type": "" - } - } - }, + "name": "View", + "params": {}, "inputs": { "input": { "name": "input", @@ -2752,48 +524,60 @@ "position": "left" } }, - "outputs": { - "true": { - "name": "true", - "type": { - "type": "None" - }, - "position": "right" - }, - "false": { - "name": "false", - "type": { - "type": "None" - }, - "position": "right" - } - }, - "type": "basic", + "outputs": {}, + "type": "table_view", "sub_nodes": null } }, "position": { - "x": 1303.4527297069214, - "y": 323.66949928166156 + "x": 605.0792427265845, + "y": 293.3800944106007 }, "parentId": null }, { - "id": "Loop 1", + "id": "RAG 1", "type": "basic", "data": { - "title": "Loop", + "title": "RAG", "params": { - "max_iterations": 3 + "engine": "Custom", + "input_field": "text", + "db_field": "text", + "num_matches": "1" }, "display": null, "error": null, "meta": { - "name": "Loop", + "name": "RAG", "params": { - "max_iterations": { - "name": "max_iterations", - "default": 3, + "engine": { + "name": "engine", + "default": "Chroma", + "type": { + "enum": [ + "Chroma", + "Custom" + ] + } + }, + "input_field": { + "name": "input_field", + "default": "text", + "type": { + "type": "" + } + }, + "db_field": { + "name": "db_field", + "default": "text", + "type": { + "type": "" + } + }, + "num_matches": { + "name": "num_matches", + "default": 10, "type": { "type": "" } @@ -2805,7 +589,14 @@ "type": { "type": "" }, - "position": "right" + "position": "left" + }, + "db": { + "name": "db", + "type": { + "type": "" + }, + "position": "top" } }, "outputs": { @@ -2814,7 +605,7 @@ "type": { "type": "None" }, - "position": "left" + "position": "right" } }, "type": "basic", @@ -2822,68 +613,119 @@ } }, "position": { - "x": 780.9340327635556, - "y": 618.5515591190108 + "x": -481.37046820744615, + "y": 56.69054032617606 }, "parentId": null + }, + { + "id": "View 3", + "type": "table_view", + "data": { + "title": "View", + "params": {}, + "display": { + "dataframes": { + "df": { + "columns": [ + "text", + "rag" + ], + "data": [ + [ + "What's your cheapest drink?", + [ + "### 6. **Drinks**" + ] + ] + ] + } + } + }, + "error": null, + "meta": { + "name": "View", + "params": {}, + "inputs": { + "input": { + "name": "input", + "type": { + "type": "" + }, + "position": "left" + } + }, + "outputs": {}, + "type": "table_view", + "sub_nodes": null + }, + "beingResized": false + }, + "position": { + "x": -557.8656197388839, + "y": 397.32347851191355 + }, + "parentId": null, + "width": 751, + "height": 347 } ], "edges": [ { - "id": "xy-edge__Ask LLM 3output-Create prompt 2input", - "source": "Ask LLM 3", - "target": "Create prompt 2", + "id": "xy-edge__Input document 1output-Split document 1input", + "source": "Input document 1", + "target": "Split document 1", "sourceHandle": "output", "targetHandle": "input" }, { - "id": "xy-edge__Create prompt 1output-Ask LLM 3input", - "source": "Create prompt 1", - "target": "Ask LLM 3", + "id": "xy-edge__Split document 1output-View 1input", + "source": "Split document 1", + "target": "View 1", "sourceHandle": "output", "targetHandle": "input" }, { - "id": "xy-edge__Create prompt 2output-Ask LLM 1input", - "source": "Create prompt 2", - "target": "Ask LLM 1", + "id": "xy-edge__Split document 1output-Build document graph 1input", + "source": "Split document 1", + "target": "Build document graph 1", "sourceHandle": "output", "targetHandle": "input" }, { - "id": "xy-edge__Ask LLM 1output-View 3input", - "source": "Ask LLM 1", - "target": "View 3", + "id": "xy-edge__Split document 1output-Predict links 1nodes", + "source": "Split document 1", + "target": "Predict links 1", "sourceHandle": "output", - "targetHandle": "input" + "targetHandle": "nodes" }, { - "id": "xy-edge__Input 1output-RAG 1input", - "source": "Input 1", - "target": "RAG 1", + "id": "xy-edge__Build document graph 1output-Predict links 1edges", + "source": "Build document graph 1", + "target": "Predict links 1", "sourceHandle": "output", - "targetHandle": "input" + "targetHandle": "edges" }, { - "id": "xy-edge__RAG 1output-Create prompt 1input", - "source": "RAG 1", - "target": "Create prompt 1", + "id": "xy-edge__Split document 1output-Add neighbors 1nodes", + "source": "Split document 1", + "target": "Add neighbors 1", "sourceHandle": "output", - "targetHandle": "input" + "targetHandle": "nodes" }, { - "id": "xy-edge__Input 2output-Create prompt 3input", - "source": "Input 2", - "target": "Create prompt 3", + "id": "xy-edge__Predict links 1output-Add neighbors 1edges", + "source": "Predict links 1", + "target": "Add neighbors 1", "sourceHandle": "output", - "targetHandle": "input" + "targetHandle": "edges" }, { - "id": "xy-edge__Create prompt 3output-RAG 1db", - "source": "Create prompt 3", - "target": "RAG 1", + "id": "xy-edge__Add neighbors 1output-Create prompt 1input", + "source": "Add neighbors 1", + "target": "Create prompt 1", "sourceHandle": "output", - "targetHandle": "db" + "targetHandle": "input" }, { "id": "xy-edge__Create prompt 1output-View 2input", @@ -2893,23 +735,30 @@ "targetHandle": "input" }, { - "id": "xy-edge__Ask LLM 1output-Branch 1input", - "source": "Ask LLM 1", - "target": "Branch 1", + "id": "xy-edge__Input chat 1output-RAG 1input", + "source": "Input chat 1", + "target": "RAG 1", "sourceHandle": "output", "targetHandle": "input" }, { - "id": "xy-edge__Branch 1false-Loop 1input", - "source": "Branch 1", - "target": "Loop 1", - "sourceHandle": "false", - "targetHandle": "input" + "id": "xy-edge__RAG 1output-Add neighbors 1item", + "source": "RAG 1", + "target": "Add neighbors 1", + "sourceHandle": "output", + "targetHandle": "item" }, { - "id": "xy-edge__Loop 1output-Ask LLM 3input", - "source": "Loop 1", - "target": "Ask LLM 3", + "id": "xy-edge__Split document 1output-RAG 1db", + "source": "Split document 1", + "target": "RAG 1", + "sourceHandle": "output", + "targetHandle": "db" + }, + { + "id": "xy-edge__RAG 1output-View 3input", + "source": "RAG 1", + "target": "View 3", "sourceHandle": "output", "targetHandle": "input" }