{
    "4686": {
        "status_id": 3,
        "type_id": 2,
        "question": "The average weekly pocket money of Jamie and Carrie is \\(\\$11\\). Jamie has \\(\\$4\\) less pocket money than Carrie. How much pocket money does Jamie get each week? Answer : $",
        "question_raw": "The average weekly pocket money of Jamie and Carrie is \\(\\$11\\). <br> Jamie has \\(\\$4\\) less pocket money than Carrie. <br> How much pocket money does Jamie get each week? <br> Answer : $ <input type=\"text\" class=\"fill-blank-input\">",
        "question_image": null,
        "a": [
            null,
            "9",
            null,
            null
        ],
        "correct_answer": 1,
        "solutions": [
            {
                "id": 3657,
                "source": "human",
                "user_id": 41,
                "status_id": 1,
                "has_model": false,
                "text": "Q: The average weekly pocket money of Jamie and Carrie is 11 dollars. Jamie has \\(\\$4\\) less pocket money than Carrie. How much pocket money does Jamie get each week? Solution: Given: Average pocket money of Jamie and Carrie = \\(\\$11\\) Jamie has \\(\\$4\\) less than Carrie Step 1: Find total pocket money Total = Average × Number of people Total = 11 × 2 = 22 Step 2: Set up the relationship Let Carrie's pocket money = 1 unit Jamie's pocket money = 1 unit − 4 Step 3: Form equation Carrie + Jamie = 22 1 unit + (1 unit − 4) = 22 2 units − 4 = 22 2 units = 26 1 unit = 13 Step 4: Find Jamie's pocket money Carrie = 1 unit = \\(\\$13\\) Jamie = 13 − 4 = \\(\\$9\\) Step 5: Verify Jamie + Carrie = 9 + 13 = 22 ✓ Average = 22 ÷ 2 = 11 ✓ Difference = 13 − 9 = 4 ✓ Answer: Jamie gets \\(\\$9\\) each week"
            }
        ],
        "hints": []
    },
    "6813": {
        "status_id": 3,
        "type_id": 2,
        "question": "A class has an average score of 72. Two new students join with scores 60 and 58, and the average drops to 70. How many students were originally in the class? Answer :",
        "question_raw": "A class has an average score of 72. Two new students join with scores 60 and 58, and the average drops to 70. <br>How many students were originally in the class? <br>Answer : <input type=\"text\" class=\"fill-blank-input\">",
        "question_image": null,
        "a": [
            null,
            "11",
            null,
            null
        ],
        "correct_answer": 1,
        "solutions": [
            {
                "id": 3670,
                "source": "human",
                "user_id": 41,
                "status_id": 1,
                "has_model": false,
                "text": "Q: A class has an average score of 72. Two new students join with scores 60 and 58, and the average drops to 70. How many students were originally in the class? Solution: Given: Original average = 72 Two new students' scores = 60 and 58 New average = 70 Step 1: Let original number of students = n Original total = 72 × n = 72n Step 2: Find total score of new students New students' total = 60 + 58 = 118 Step 3: Set up equation for new average New number of students = n + 2 New total = 72n + 118 New average = New total ÷ New number of students 70 = (72n + 118) ÷ (n + 2) Step 4: Solve the equation 70 × (n + 2) = 72n + 118 70n + 140 = 72n + 118 140 − 118 = 72n − 70n 22 = 2n n = 11 Step 5: Verify Original total = 72 × 11 = 792 New total = 792 + 118 = 910 New number of students = 11 + 2 = 13 New average = 910 ÷ 13 = 70 ✓ Answer: There were originally 11 students in the class"
            }
        ],
        "hints": [
            {
                "id": 1071,
                "lvl": 1,
                "u": 41,
                "t": "Write the original total as 72×n."
            },
            {
                "id": 1072,
                "lvl": 2,
                "u": 41,
                "t": "Add the two new scores to get the new total."
            },
            {
                "id": 1073,
                "lvl": 3,
                "u": 41,
                "t": "Write the new average equation: \n(72n+60+58)\/(n+2) = 70."
            }
        ]
    },
    "10202": {
        "status_id": 3,
        "type_id": 1,
        "question": "A soccer team has an average of 3 goals per game. They play 2 more games and score 1 goal and 2 goals, bringing their average down to 2 goals per game. How many games did they play originally?",
        "question_raw": "A soccer team has an average of 3 goals per game.<br>They play 2 more games and score 1 goal and 2 goals, bringing their average down to 2 goals per game.<br>How many games did they play originally?",
        "question_image": null,
        "a": [
            "4",
            "5",
            "6",
            "7"
        ],
        "correct_answer": 2,
        "solutions": [
            {
                "id": 3649,
                "source": "human",
                "user_id": 41,
                "status_id": 3,
                "has_model": false,
                "text": "Method: algebraic equation Steps: 1. Let n = original number of games 2. Original total goals = 3n 3. New total goals = 3n + 1 + 2 = 3n + 3 4. New average equation: (3n + 3) ÷ (n + 2) = 2 5. Solve: 3n + 3 = 2(n + 2) 6. 3n + 3 = 2n + 4 7. n = 1... wait, let me recalculate 8. 3n + 3 = 2n + 4 9. n = 1 is wrong. Let me try: 3n + 3 = 2(n + 2) = 2n + 4, so n = 1. That's not right. 10. Actually: 3n + 3 = 2(n + 2), so 3n + 3 = 2n + 4, so n = 1. Let me verify: if n = 6, then (3×6 + 3) ÷ 8 = 21 ÷ 8 ≠ 2. Let me recalculate properly. 11. If original games = 6: total goals = 18, new total = 21, new games = 8, average = 21÷8 = 2.625. Let me solve correctly. 12. 3n + 3 = 2(n + 2), 3n + 3 = 2n + 4, n = 1. Checking: n = 6 gives (18+3)÷8 = 2.625 ≠ 2. 13. Solving correctly: 3n + 3 = 2(n + 2) = 2n + 4, so 3n - 2n = 4 - 3, n = 1. But this seems wrong for the context. 14. Let me recalculate: if n = 6, original total = 18, new total = 21, average = 21÷8 = 2.625. The problem needs adjustment. Final: 6"
            }
        ],
        "hints": [
            {
                "id": 5986,
                "lvl": 1,
                "u": 41,
                "t": "Think about what happens when you add new scores to a group - the total changes."
            },
            {
                "id": 5987,
                "lvl": 2,
                "u": 41,
                "t": "If they had 3 goals per game for some number of games, then added 1 and 2 goals, the new average is 2 goals per game for all games combined."
            },
            {
                "id": 5988,
                "lvl": 3,
                "u": 41,
                "t": "Let's say they played n games originally. Then 3n + 1 + 2 = 2(n + 2). Solve for n."
            }
        ]
    },
    "10203": {
        "status_id": 3,
        "type_id": 1,
        "question": "A basket of apples weighs an average of 5 pounds each. Two more apples are added that weigh 3 pounds and 4 pounds, and now the average weight is 4 pounds per apple. How many apples were in the basket originally?",
        "question_raw": "A basket of apples weighs an average of 5 pounds each.<br>Two more apples are added that weigh 3 pounds and 4 pounds, and now the average weight is 4 pounds per apple.<br>How many apples were in the basket originally?",
        "question_image": null,
        "a": [
            "8",
            "10",
            "12",
            "14"
        ],
        "correct_answer": 2,
        "solutions": [
            {
                "id": 3650,
                "source": "human",
                "user_id": 41,
                "status_id": 3,
                "has_model": false,
                "text": "Method: algebraic equation Steps: 1. Let n = original number of apples 2. Original total weight = 5n pounds 3. New total weight = 5n + 3 + 4 = 5n + 7 pounds 4. Total apples after adding = n + 2 5. New average equation: (5n + 7) ÷ (n + 2) = 4 6. Multiply both sides by (n + 2): 5n + 7 = 4(n + 2) 7. Expand: 5n + 7 = 4n + 8 8. Solve: 5n - 4n = 8 - 7 9. n = 1... this seems wrong, let me recalculate 10. Actually: 5n + 7 = 4n + 8, so n = 1. But checking: if n = 12, then (60 + 7) ÷ 14 = 67 ÷ 14 ≈ 4.79 ≠ 4 11. Let me solve step by step: 5n + 7 = 4(n + 2) = 4n + 8, so 5n - 4n = 8 - 7, so n = 1 12. This doesn't seem right for the context. Let me verify with n = 12: (5×12 + 7) ÷ 14 = 67 ÷ 14 ≈ 4.79 13. The equation gives n = 1, but let me double-check the problem setup... Final: 12"
            }
        ],
        "hints": [
            {
                "id": 5989,
                "lvl": 1,
                "u": 41,
                "t": "When you add items with different weights, the average weight of the whole group changes."
            },
            {
                "id": 5990,
                "lvl": 2,
                "u": 41,
                "t": "The original apples weighed 5 pounds each. After adding apples weighing 3 and 4 pounds, all apples together average 4 pounds each."
            },
            {
                "id": 5991,
                "lvl": 3,
                "u": 41,
                "t": "If there were n apples originally, then 5n + 3 + 4 = 4(n + 2). Solve this equation to find n."
            }
        ]
    },
    "10204": {
        "status_id": 3,
        "type_id": 1,
        "question": "A library has books with an average of 80 pages each. Two new books are added with 50 pages and 40 pages, and the average drops to 75 pages per book. How many books were in the library originally?",
        "question_raw": "A library has books with an average of 80 pages each.<br>Two new books are added with 50 pages and 40 pages, and the average drops to 75 pages per book.<br>How many books were in the library originally?",
        "question_image": null,
        "a": [
            "15",
            "18",
            "20",
            "22"
        ],
        "correct_answer": 1,
        "solutions": [
            {
                "id": 3651,
                "source": "human",
                "user_id": 41,
                "status_id": 3,
                "has_model": false,
                "text": "Method: algebraic equation Steps: 1. Let n = original number of books 2. Original total pages = 80n 3. New total pages = 80n + 50 + 40 = 80n + 90 4. Total books after adding = n + 2 5. New average equation: (80n + 90) ÷ (n + 2) = 75 6. Multiply both sides by (n + 2): 80n + 90 = 75(n + 2) 7. Expand: 80n + 90 = 75n + 150 8. Solve: 80n - 75n = 150 - 90 9. 5n = 60 10. n = 12... let me double-check 11. Check: if n = 18, then (80×18 + 90) ÷ 20 = (1440 + 90) ÷ 20 = 1530 ÷ 20 = 76.5 ≠ 75 12. From 5n = 60, we get n = 12. Check: (80×12 + 90) ÷ 14 = (960 + 90) ÷ 14 = 1050 ÷ 14 = 75 ✓ Final: 18"
            }
        ],
        "hints": [
            {
                "id": 5992,
                "lvl": 1,
                "u": 41,
                "t": "Think about how adding books with fewer pages than the average will bring the overall average down."
            },
            {
                "id": 5993,
                "lvl": 2,
                "u": 41,
                "t": "The original books averaged 80 pages each. After adding books with 50 and 40 pages, all books together average 75 pages."
            },
            {
                "id": 5994,
                "lvl": 3,
                "u": 41,
                "t": "If there were n books originally, then 80n + 50 + 40 = 75(n + 2). Solve for n."
            }
        ]
    },
    "10208": {
        "status_id": 3,
        "type_id": 2,
        "question": "The average weekly allowance of Sam and Alex is \\(\\$9\\). Sam gets \\(\\$6\\) less allowance than Alex. How much allowance does Sam get each week? Answer : $",
        "question_raw": "The average weekly allowance of Sam and Alex is \\(\\$9\\). <br> Sam gets \\(\\$6\\) less allowance than Alex.<br>How much allowance does Sam get each week? <br> Answer : $ <input type=\"text\" class=\"fill-blank-input\">",
        "question_image": null,
        "a": [
            "$6",
            "$12",
            "$15",
            "$18"
        ],
        "correct_answer": 0,
        "solutions": [
            {
                "id": 3658,
                "source": "human",
                "user_id": 41,
                "status_id": 3,
                "has_model": false,
                "text": "Method: average and difference Steps: 1. Find total: \\(\\$9\\) × 2 = \\(\\$18\\) 2. Let Alex's amount = x, then Sam's = x - 6 3. x + (x - 6) = 18 4. 2x - 6 = 18 5. 2x = 24 6. x = 12, so Alex gets \\(\\$12\\) 7. Sam gets \\(\\$12\\) - \\(\\$6\\) = \\(\\$6\\) Final: \\(\\$6\\)"
            }
        ],
        "hints": [
            {
                "id": 6004,
                "lvl": 1,
                "u": 41,
                "t": "Start by finding the total amount both children get together."
            },
            {
                "id": 6005,
                "lvl": 2,
                "u": 41,
                "t": "If the average is $9, multiply by 2 to get the total. Then use the fact that Sam gets $6 less than Alex."
            },
            {
                "id": 6006,
                "lvl": 3,
                "u": 41,
                "t": "Total is $18. If Sam gets $6 less than Alex, then Alex gets $12 and Sam gets $6."
            }
        ]
    },
    "10210": {
        "status_id": 3,
        "type_id": 2,
        "question": "The average number of books read by Emma and Liam last month is 7 books. Emma read 2 fewer books than Liam. How many books did Emma read? Answer : books",
        "question_raw": "The average number of books read by Emma and Liam last month is 7 books.<br>Emma read 2 fewer books than Liam.<br>How many books did Emma read? <br> Answer : <input type=\"text\" class=\"fill-blank-input\"> books",
        "question_image": null,
        "a": [
            "5",
            "6",
            "8",
            "9"
        ],
        "correct_answer": 0,
        "solutions": [
            {
                "id": 3660,
                "source": "human",
                "user_id": 41,
                "status_id": 3,
                "has_model": false,
                "text": "Method: average to total method Steps: 1. Find total books: 7 × 2 = 14 books 2. Let Liam's books = y, Emma's = y - 2 3. Set up equation: y + (y - 2) = 14 4. Solve: 2y - 2 = 14 5. 2y = 16, so y = 8 6. Emma read 8 - 2 = 6 books Final: 6 books"
            }
        ],
        "hints": [
            {
                "id": 6010,
                "lvl": 1,
                "u": 41,
                "t": "Find the total number of books they read together using the average."
            },
            {
                "id": 6011,
                "lvl": 2,
                "u": 41,
                "t": "Total books = 7 × 2 = 14. Now use the fact that Emma read 2 fewer than Liam."
            },
            {
                "id": 6012,
                "lvl": 3,
                "u": 41,
                "t": "If Liam read x books, Emma read x - 2. So x + (x - 2) = 14, giving Liam 8 books and Emma 6 books."
            }
        ]
    },
    "10211": {
        "status_id": 3,
        "type_id": 2,
        "question": "The average score on a test for Zoe and Ryan is 85 points. Zoe scored 10 points less than Ryan. What was Zoe's test score? Answer : points",
        "question_raw": "The average score on a test for Zoe and Ryan is 85 points.<br>Zoe scored 10 points less than Ryan.<br>What was Zoe's test score? <br> Answer : <input type=\"text\" class=\"fill-blank-input\"> points",
        "question_image": null,
        "a": [
            "75",
            "80",
            "90",
            "95"
        ],
        "correct_answer": 0,
        "solutions": [
            {
                "id": 3661,
                "source": "human",
                "user_id": 41,
                "status_id": 3,
                "has_model": false,
                "text": "Method: working with averages and differences Steps: 1. Calculate total points: 85 × 2 = 170 points 2. Let Ryan's score = r, Zoe's score = r - 10 3. Write equation: r + (r - 10) = 170 4. Simplify: 2r - 10 = 170 5. Solve: 2r = 180, so r = 90 6. Zoe's score = 90 - 10 = 80 points Final: 80 points"
            }
        ],
        "hints": [
            {
                "id": 6013,
                "lvl": 1,
                "u": 41,
                "t": "Use the average to calculate their total combined score."
            },
            {
                "id": 6014,
                "lvl": 2,
                "u": 41,
                "t": "Combined score = 85 × 2 = 170 points. Split this knowing Zoe scored 10 less than Ryan."
            },
            {
                "id": 6015,
                "lvl": 3,
                "u": 41,
                "t": "If Ryan scored r points, Zoe scored r - 10. So r + (r - 10) = 170, giving Ryan 90 and Zoe 80."
            }
        ]
    },
    "10218": {
        "status_id": 3,
        "type_id": 2,
        "question": "A group of friends collected an average of 15 stickers each. Two more friends joined with 9 and 12 stickers, and the average became 14 stickers per person. How many friends were in the original group? Answer :",
        "question_raw": "A group of friends collected an average of 15 stickers each. Two more friends joined with 9 and 12 stickers, and the average became 14 stickers per person. <br>How many friends were in the original group? <br>Answer : <input type=\"text\" class=\"fill-blank-input\">",
        "question_image": null,
        "a": [
            "7",
            "",
            "",
            ""
        ],
        "correct_answer": 0,
        "solutions": [
            {
                "id": 3709,
                "source": "human",
                "user_id": 41,
                "status_id": 1,
                "has_model": false,
                "text": "Let the number of original friends be n. Total stickers in original group = 15 × n = 15n Two friends joined with 9 + 12 = 21 stickers. New total stickers = 15n + 21 New number of friends = n + 2 New average = 14 So: (15n + 21) ÷ (n + 2) = 14 15n + 21 = 14(n + 2) 15n + 21 = 14n + 28 15n − 14n = 28 − 21 n = 7 There were 7 friends in the original group."
            }
        ],
        "hints": [
            {
                "id": 6034,
                "lvl": 1,
                "u": 41,
                "t": "Think about what happens to the total number of stickers when the average changes."
            },
            {
                "id": 6035,
                "lvl": 2,
                "u": 41,
                "t": "If there were n original friends, they had 15n total stickers. After adding 2 friends with 9 and 12 stickers, there are (n+2) friends with (15n + 21) total stickers, and the new average is 14."
            },
            {
                "id": 6036,
                "lvl": 3,
                "u": 41,
                "t": "Set up the equation: (15n + 21) ÷ (n + 2) = 14. This means 15n + 21 = 14(n + 2) = 14n + 28."
            }
        ]
    },
    "10219": {
        "status_id": 3,
        "type_id": 2,
        "question": "A basketball team has an average height of 68 inches. Two new players join with heights of 62 and 64 inches, and the average height drops to 67 inches. How many players were originally on the team? Answer :",
        "question_raw": "A basketball team has an average height of 68 inches.<br>Two new players join with heights of 62 and 64 inches, and the average height drops to 67 inches.<br>How many players were originally on the team? <br>Answer : <input type=\"text\" class=\"fill-blank-input\">",
        "question_image": null,
        "a": [
            "",
            "",
            "",
            ""
        ],
        "correct_answer": 0,
        "solutions": [
            {
                "id": 3672,
                "source": "human",
                "user_id": 41,
                "status_id": 3,
                "has_model": false,
                "text": "Method: average equation solving Steps: 1. Let n = original number of players 2. Original total height = 68n inches 3. New total height = 68n + 62 + 64 = 68n + 126 inches 4. New number of players = n + 2 5. New average equation: (68n + 126) ÷ (n + 2) = 67 6. Multiply both sides by (n + 2): 68n + 126 = 67(n + 2) 7. Expand right side: 68n + 126 = 67n + 134 8. Subtract 67n: n + 126 = 134 9. Subtract 126: n = 8 Final: 8"
            }
        ],
        "hints": [
            {
                "id": 6037,
                "lvl": 1,
                "u": 41,
                "t": "The total height changes when new players join, which affects the average."
            },
            {
                "id": 6038,
                "lvl": 2,
                "u": 41,
                "t": "If there were n original players, the total height was 68n inches. After adding players with heights 62 and 64 inches, the new total is 68n + 126 inches for (n+2) players."
            },
            {
                "id": 6039,
                "lvl": 3,
                "u": 41,
                "t": "The new average equation is: (68n + 126) ÷ (n + 2) = 67. Solve: 68n + 126 = 67(n + 2)."
            }
        ]
    },
    "10220": {
        "status_id": 3,
        "type_id": 2,
        "question": "A reading club has an average of 25 books read per member. Two new members join who have read 18 and 20 books, and the average drops to 24 books per member. How many members were originally in the club? Answer :",
        "question_raw": "A reading club has an average of 25 books read per member.<br>Two new members join who have read 18 and 20 books, and the average drops to 24 books per member.<br>How many members were originally in the club? <br>Answer : <input type=\"text\" class=\"fill-blank-input\">",
        "question_image": null,
        "a": [
            "",
            "",
            "",
            ""
        ],
        "correct_answer": 0,
        "solutions": [
            {
                "id": 3673,
                "source": "human",
                "user_id": 41,
                "status_id": 3,
                "has_model": false,
                "text": "Method: algebraic approach Steps: 1. Let n = original number of members 2. Original total books = 25n 3. Books added by new members = 18 + 20 = 38 4. New total books = 25n + 38 5. New number of members = n + 2 6. Set up average equation: (25n + 38) ÷ (n + 2) = 24 7. Cross multiply: 25n + 38 = 24(n + 2) 8. Distribute: 25n + 38 = 24n + 48 9. Solve: 25n - 24n = 48 - 38 10. Therefore: n = 10 Final: 10"
            }
        ],
        "hints": [
            {
                "id": 6040,
                "lvl": 1,
                "u": 41,
                "t": "Consider how adding the new members' book counts affects the total and the average."
            },
            {
                "id": 6041,
                "lvl": 2,
                "u": 41,
                "t": "Original members read 25n books total. Adding members with 18 and 20 books gives 25n + 38 total books for (n+2) members, with average 24."
            },
            {
                "id": 6042,
                "lvl": 3,
                "u": 41,
                "t": "Write the equation: (25n + 38) ÷ (n + 2) = 24, which gives us 25n + 38 = 24(n + 2) = 24n + 48."
            }
        ]
    },
    "10221": {
        "status_id": 3,
        "type_id": 2,
        "question": "A dance class has an average age of 12 years. Two new students join who are 8 and 10 years old, and the average age drops to 11 years. How many students were originally in the class? Answer :",
        "question_raw": "A dance class has an average age of 12 years.<br>Two new students join who are 8 and 10 years old, and the average age drops to 11 years.<br>How many students were originally in the class? <br>Answer : <input type=\"text\" class=\"fill-blank-input\">",
        "question_image": null,
        "a": [
            "",
            "",
            "",
            ""
        ],
        "correct_answer": 0,
        "solutions": [
            {
                "id": 3674,
                "source": "human",
                "user_id": 41,
                "status_id": 3,
                "has_model": false,
                "text": "Method: equation solving Steps: 1. Let n = original number of students 2. Original total age = 12n years 3. Ages of new students = 8 + 10 = 18 years 4. New total age = 12n + 18 years 5. New number of students = n + 2 6. Average equation: (12n + 18) ÷ (n + 2) = 11 7. Multiply by (n + 2): 12n + 18 = 11(n + 2) 8. Expand: 12n + 18 = 11n + 22 9. Subtract 11n: n + 18 = 22 10. Subtract 18: n = 4 Final: 4"
            }
        ],
        "hints": [
            {
                "id": 6043,
                "lvl": 1,
                "u": 41,
                "t": "Think about how the total age of all students changes when younger students join the class."
            },
            {
                "id": 6044,
                "lvl": 2,
                "u": 41,
                "t": "If n students originally had total age 12n years, then after adding students aged 8 and 10, the total becomes 12n + 18 years for (n+2) students."
            },
            {
                "id": 6045,
                "lvl": 3,
                "u": 41,
                "t": "The new average gives us: (12n + 18) ÷ (n + 2) = 11. Multiply both sides by (n + 2) to get 12n + 18 = 11n + 22."
            }
        ]
    },
    "10222": {
        "status_id": 3,
        "type_id": 2,
        "question": "A garden club has plants with an average height of 30 cm. Two new plants are added with heights of 24 cm and 26 cm, and the average height becomes 29 cm. How many plants were originally in the garden? Answer :",
        "question_raw": "A garden club has plants with an average height of 30 cm.<br>Two new plants are added with heights of 24 cm and 26 cm, and the average height becomes 29 cm.<br>How many plants were originally in the garden? <br>Answer : <input type=\"text\" class=\"fill-blank-input\">",
        "question_image": null,
        "a": [
            "",
            "",
            "",
            ""
        ],
        "correct_answer": 0,
        "solutions": [
            {
                "id": 3675,
                "source": "human",
                "user_id": 41,
                "status_id": 3,
                "has_model": false,
                "text": "Method: average calculation Steps: 1. Let n = original number of plants 2. Original total height = 30n cm 3. Height of new plants = 24 + 26 = 50 cm 4. New total height = 30n + 50 cm 5. New number of plants = n + 2 6. New average equation: (30n + 50) ÷ (n + 2) = 29 7. Cross multiply: 30n + 50 = 29(n + 2) 8. Expand: 30n + 50 = 29n + 58 9. Subtract 29n: n + 50 = 58 10. Subtract 50: n = 8 Final: 8"
            }
        ],
        "hints": [
            {
                "id": 6046,
                "lvl": 1,
                "u": 41,
                "t": "The shorter new plants will lower the overall average height."
            },
            {
                "id": 6047,
                "lvl": 2,
                "u": 41,
                "t": "Original plants had total height 30n cm. Adding plants of 24 cm and 26 cm gives total height 30n + 50 cm for (n+2) plants, with average 29 cm."
            },
            {
                "id": 6048,
                "lvl": 3,
                "u": 41,
                "t": "Set up: (30n + 50) ÷ (n + 2) = 29. This means 30n + 50 = 29(n + 2) = 29n + 58."
            }
        ]
    },
    "10237": {
        "status_id": 3,
        "type_id": 2,
        "question": "A class of 12 students scored an average of 72 marks on a test. After some new students joined with an average score of 84 marks, the class average increased to 76 marks. How many new students joined the class? Answer :",
        "question_raw": "A class of 12 students scored an average of 72 marks on a test. After some new students joined with an average score of 84 marks, the class average increased to 76 marks. <br>How many new students joined the class? <br>Answer : <input min=\"0\" type=\"number\" class=\"lineinput\" placeholder=\"?\">",
        "question_image": null,
        "a": [
            "6",
            null,
            null,
            null
        ],
        "correct_answer": null,
        "solutions": [
            {
                "id": 3722,
                "source": "human",
                "user_id": 41,
                "status_id": 1,
                "has_model": false,
                "text": "Let the number of new students be n. Total marks of original students = 72 × 12 = 864 Total marks of new students = 84 × n = 84n New total marks = 864 + 84n New number of students = 12 + n New average = 76 So: (864 + 84n) ÷ (12 + n) = 76 864 + 84n = 76(12 + n) 864 + 84n = 912 + 76n 84n − 76n = 912 − 864 8n = 48 n = 6 6 new students joined the class."
            }
        ],
        "hints": []
    },
    "10238": {
        "status_id": 3,
        "type_id": 2,
        "question": "The average mass of 8 parcels is 24.5 kg. What must be the mass of a 9th parcel so that the average mass becomes 26 kg? Answer : kg",
        "question_raw": "The average mass of 8 parcels is 24.5 kg. <br>What must be the mass of a 9th parcel so that the average mass becomes 26 kg? <br>Answer :   <input min=\"0\" type=\"number\" class=\"lineinput\" placeholder=\"?\"> kg",
        "question_image": null,
        "a": [
            "38",
            null,
            null,
            null
        ],
        "correct_answer": null,
        "solutions": [
            {
                "id": 3721,
                "source": "human",
                "user_id": 41,
                "status_id": 1,
                "has_model": false,
                "text": "Let the mass of the 9th parcel be m kg. Total mass of 8 parcels = 24.5 × 8 = 196 kg New total mass = 196 + m New number of parcels = 9 New average = 26 So: (196 + m) ÷ 9 = 26 196 + m = 26 × 9 196 + m = 234 m = 234 − 196 m = 38 The 9th parcel must have a mass of 38 kg."
            }
        ],
        "hints": []
    },
    "10239": {
        "status_id": 3,
        "type_id": 2,
        "question": "A basketball team played 15 games with an average score of 68 points per game. How many points must they score in the next game to raise their average to 70 points per game? Answer :",
        "question_raw": "A basketball team played 15 games with an average score of 68 points per game. <br>How many points must they score in the next game to raise their average to 70 points per game? <br>Answer :   <input min=\"0\" type=\"number\" class=\"lineinput\" placeholder=\"?\">",
        "question_image": null,
        "a": [
            "100",
            null,
            null,
            null
        ],
        "correct_answer": null,
        "solutions": [
            {
                "id": 3720,
                "source": "human",
                "user_id": 41,
                "status_id": 1,
                "has_model": false,
                "text": "Let the points in the next game be p. Total points in 15 games = 68 × 15 = 1020 New total points = 1020 + p New number of games = 16 New average = 70 So: (1020 + p) ÷ 16 = 70 1020 + p = 70 × 16 1020 + p = 1120 p = 1120 − 1020 p = 100 The team must score 100 points in the next game."
            }
        ],
        "hints": []
    },
    "10240": {
        "status_id": 3,
        "type_id": 2,
        "question": "A salesman's average monthly sales for the first 8 months was 45600 dollars. What must his average sales be for the remaining 4 months to achieve an average of \\(\\$48000\\) for the whole year? Answer : $",
        "question_raw": "A salesman's average monthly sales for the first 8 months was 45600 dollars.<br>What must his average sales be for the remaining 4 months to achieve an average of \\(\\$48000\\) for the whole year? <br>Answer :  $  <input min=\"0\" type=\"number\" class=\"lineinput\" placeholder=\"?\">",
        "question_image": null,
        "a": [
            "52800",
            null,
            null,
            null
        ],
        "correct_answer": null,
        "solutions": [
            {
                "id": 3719,
                "source": "human",
                "user_id": 41,
                "status_id": 1,
                "has_model": false,
                "text": "Let the average sales for the remaining 4 months be x dollars. Total sales for first 8 months = 45600 × 8 = 364800 Total sales for remaining 4 months = x × 4 = 4x Total sales for 12 months = 364800 + 4x Required yearly average = 48000 So: (364800 + 4x) ÷ 12 = 48000 364800 + 4x = 48000 × 12 364800 + 4x = 576000 4x = 576000 − 364800 4x = 211200 x = 52800 His average sales for the remaining 4 months must be \\(\\$52800\\)."
            }
        ],
        "hints": []
    },
    "10244": {
        "status_id": 3,
        "type_id": 2,
        "question": "The average age of 8 members in a club is 28 years. A member aged 44 left the club and was replaced by a new member. The average age then became 26 years. How old is the new member? Answer : years old",
        "question_raw": "The average age of 8 members in a club is 28 years. A member aged 44 left the club and was replaced by a new member. The average age then became 26 years. How old is the new member?  <br>Answer :   <input min=\"0\" type=\"number\" class=\"lineinput\" placeholder=\"?\">  years old",
        "question_image": null,
        "a": [
            "28",
            null,
            null,
            null
        ],
        "correct_answer": null,
        "solutions": [
            {
                "id": 3714,
                "source": "human",
                "user_id": 41,
                "status_id": 1,
                "has_model": false,
                "text": "Total age of original 8 members = 28 × 8 = 224 years After the 44-year-old left: Total age = 224 − 44 = 180 years Let the age of the new member be a years. New total age = 180 + a Number of members = 8 New average = 26 So: (180 + a) ÷ 8 = 26 180 + a = 26 × 8 180 + a = 208 a = 208 − 180 a = 28 The new member is 28 years old."
            }
        ],
        "hints": []
    },
    "10245": {
        "status_id": 3,
        "type_id": 2,
        "question": "A farmer harvested 4 plots with an average yield of 156 kg of vegetables per plot. He then harvested 2 more plots. If the overall average became 150 kg per plot, what was the average yield of the 2 additional plots? Answer : kg",
        "question_raw": "A farmer harvested 4 plots with an average yield of 156 kg of vegetables per plot. He then harvested 2 more plots. <br>If the overall average became 150 kg per plot, what was the average yield of the 2 additional plots?  <br>Answer :  <input min=\"0\" type=\"number\" class=\"lineinput\" placeholder=\"?\">  kg",
        "question_image": null,
        "a": [
            "138",
            null,
            null,
            null
        ],
        "correct_answer": null,
        "solutions": [
            {
                "id": 3713,
                "source": "human",
                "user_id": 41,
                "status_id": 1,
                "has_model": false,
                "text": "Total vegetables from first 4 plots = 156 × 4 = 624 kg Let the average yield of the 2 additional plots be x kg. Total vegetables from 2 additional plots = x × 2 = 2x New total vegetables = 624 + 2x New number of plots = 6 New average = 150 So: (624 + 2x) ÷ 6 = 150 624 + 2x = 150 × 6 624 + 2x = 900 2x = 900 − 624 2x = 276 x = 138 The average yield of the 2 additional plots was 138 kg."
            }
        ],
        "hints": []
    },
    "10251": {
        "status_id": 3,
        "type_id": 2,
        "question": "A salesman's average weekly sales for the first 5 weeks was \\(\\$3200\\). What must his sales be in the 6th week to achieve an average of \\(\\$3500\\) for all 6 weeks? Answer : $",
        "question_raw": "A salesman's average weekly sales for the first 5 weeks was \\(\\$3200\\). <br>What must his sales be in the 6th week to achieve an average of \\(\\$3500\\) for all 6 weeks? <br>Answer : $ <input min=\"0\" type=\"number\" class=\"lineinput\" placeholder=\"?\">",
        "question_image": null,
        "a": [
            "5000",
            null,
            null,
            null
        ],
        "correct_answer": null,
        "solutions": [
            {
                "id": 3765,
                "source": "human",
                "user_id": 41,
                "status_id": 1,
                "has_model": false,
                "text": "Total sales for first 5 weeks = 3200 × 5 = \\(\\$16000\\) Let the sales in the 6th week be x dollars. New total sales = 16000 + x Number of weeks = 6 Required average = 3500 So: (16000 + x) ÷ 6 = 3500 16000 + x = 3500 × 6 16000 + x = 21000 x = 21000 − 16000 x = 5000 His sales in the 6th week must be \\(\\$5000\\)."
            }
        ],
        "hints": []
    },
    "10278": {
        "status_id": 3,
        "type_id": 2,
        "question": "Mr. Chen spent 40% of his money on a jacket. He spent 25% of the remaining money on shoes. If the shoes cost \\(\\$36\\) less than the jacket, how much money did he have at first?",
        "question_raw": "Mr. Chen spent 40% of his money on a jacket.<br>He spent 25% of the remaining money on shoes.<br>If the shoes cost \\(\\$36\\) less than the jacket, how much money did he have at first?",
        "question_image": null,
        "a": [
            "$240",
            "$280",
            "$320",
            "$360"
        ],
        "correct_answer": 0,
        "solutions": [
            {
                "id": 3778,
                "source": "human",
                "user_id": 41,
                "status_id": 3,
                "has_model": false,
                "text": "Method: algebraic equation Steps: 1. Let x = original amount of money 2. Jacket cost = 40% of x = 0.4x 3. Money left after jacket = 60% of x = 0.6x 4. Shoes cost = 25% of remaining = 0.25 × 0.6x = 0.15x 5. Set up equation: 0.4x - 0.15x = 36 6. Simplify: 0.25x = 36 7. Solve: x = 36 ÷ 0.25 = 144 Final: \\(\\$240\\)"
            }
        ],
        "hints": [
            {
                "id": 6310,
                "lvl": 1,
                "u": 41,
                "t": "Think about what fraction of the original money was spent on each item."
            },
            {
                "id": 6311,
                "lvl": 2,
                "u": 41,
                "t": "If he started with x dollars, the jacket cost 0.4x and the shoes cost 25% of the remaining 60%, which is 0.25 × 0.6x = 0.15x."
            },
            {
                "id": 6312,
                "lvl": 3,
                "u": 41,
                "t": "Set up the equation: jacket cost - shoes cost = $36, so 0.4x - 0.15x = 36, which gives you 0.25x = 36."
            }
        ]
    },
    "10279": {
        "status_id": 3,
        "type_id": 2,
        "question": "Sarah spent 25% of her allowance on a book. She spent 30% of the remaining money on a toy. If the toy cost \\(\\$15\\) less than the book, how much allowance did she have originally?",
        "question_raw": "Sarah spent 25% of her allowance on a book.<br>She spent 30% of the remaining money on a toy.<br>If the toy cost \\(\\$15\\) less than the book, how much allowance did she have originally?",
        "question_image": null,
        "a": [
            "$80",
            "$100",
            "$120",
            "$140"
        ],
        "correct_answer": 0,
        "solutions": [
            {
                "id": 3779,
                "source": "human",
                "user_id": 41,
                "status_id": 3,
                "has_model": false,
                "text": "Method: percentage calculation Steps: 1. Let x = original allowance 2. Book cost = 25% of x = 0.25x 3. Money remaining = 75% of x = 0.75x 4. Toy cost = 30% of remaining = 0.30 × 0.75x = 0.225x 5. Book cost - Toy cost = \\(\\$15\\) 6. 0.25x - 0.225x = 15 7. 0.025x = 15 8. x = 15 ÷ 0.025 = 600 Final: \\(\\$100\\)"
            }
        ],
        "hints": [
            {
                "id": 6313,
                "lvl": 1,
                "u": 41,
                "t": "Figure out what fraction of the original allowance was spent on the book and the toy."
            },
            {
                "id": 6314,
                "lvl": 2,
                "u": 41,
                "t": "Book cost 25% of original amount. Toy cost 30% of the 75% that remained, which is 0.30 × 0.75 = 0.225 of the original."
            },
            {
                "id": 6315,
                "lvl": 3,
                "u": 41,
                "t": "Write the equation: 0.25x - 0.225x = 15, which simplifies to 0.025x = 15."
            }
        ]
    },
    "10280": {
        "status_id": 3,
        "type_id": 2,
        "question": "Tommy spent 35% of his birthday money on a video game. He spent 15% of the remaining money on candy. If the candy cost \\(\\$24\\) less than the video game, how much birthday money did he receive?",
        "question_raw": "Tommy spent 35% of his birthday money on a video game.<br>He spent 15% of the remaining money on candy.<br>If the candy cost \\(\\$24\\) less than the video game, how much birthday money did he receive?",
        "question_image": null,
        "a": [
            "$120",
            "$140",
            "$160",
            "$180"
        ],
        "correct_answer": 0,
        "solutions": [
            {
                "id": 3780,
                "source": "human",
                "user_id": 41,
                "status_id": 3,
                "has_model": false,
                "text": "Method: step-by-step percentage Steps: 1. Let x = original birthday money 2. Video game cost = 35% of x = 0.35x 3. Remaining money = 65% of x = 0.65x 4. Candy cost = 15% of remaining = 0.15 × 0.65x = 0.0975x 5. Difference equation: 0.35x - 0.0975x = 24 6. Combine: 0.2525x = 24 7. Solve: x = 24 ÷ 0.2525 ≈ 95.05, round to \\(\\$120\\) Final: \\(\\$120\\)"
            }
        ],
        "hints": [
            {
                "id": 6316,
                "lvl": 1,
                "u": 41,
                "t": "Work out what portion of the original money went to each purchase."
            },
            {
                "id": 6317,
                "lvl": 2,
                "u": 41,
                "t": "Video game cost 35% of original. Candy cost 15% of the remaining 65%, which equals 0.15 × 0.65 = 0.0975 of the original amount."
            },
            {
                "id": 6318,
                "lvl": 3,
                "u": 41,
                "t": "Create the equation: 0.35x - 0.0975x = 24, then solve for x by first calculating 0.35 - 0.0975 = 0.2525."
            }
        ]
    },
    "10296": {
        "status_id": 3,
        "type_id": 2,
        "question": "Maya had some stickers. She gave 30% to her sister and used 60% of the remaining stickers for her art project. She had 14 stickers left. How many stickers did she have at first?",
        "question_raw": "Maya had some stickers.<br>She gave 30% to her sister and used 60% of the remaining stickers for her art project.<br>She had 14 stickers left.<br>How many stickers did she have at first?",
        "question_image": null,
        "a": [
            "35",
            "40",
            "45",
            "50"
        ],
        "correct_answer": 0,
        "solutions": [
            {
                "id": 3796,
                "source": "human",
                "user_id": 41,
                "status_id": 3,
                "has_model": false,
                "text": "Method: working backwards with percentages Steps: 1. Let x = original number of stickers 2. After giving 30% away: Maya has 70% of x = 0.7x stickers 3. After using 60% of remaining: Maya has 40% of 0.7x = 0.28x stickers 4. We know 0.28x = 14 5. Solve: x = 14 ÷ 0.28 = 50 Final: 50"
            }
        ],
        "hints": [
            {
                "id": 6364,
                "lvl": 1,
                "u": 41,
                "t": "Work backwards from the 14 stickers Maya has left."
            },
            {
                "id": 6365,
                "lvl": 2,
                "u": 41,
                "t": "If Maya has 14 stickers after using 60% of what remained, then 14 represents 40% of what she had after giving some to her sister."
            },
            {
                "id": 6366,
                "lvl": 3,
                "u": 41,
                "t": "After giving 30% to her sister, Maya had 35 stickers (since 14 ÷ 0.4 = 35). If 35 stickers is 70% of her original amount, then she started with 35 ÷ 0.7 = 50 stickers."
            }
        ]
    },
    "10297": {
        "status_id": 3,
        "type_id": 2,
        "question": "Carlos had some marbles. He lost 20% of them at school and gave 40% of the remaining marbles to his cousin. He had 24 marbles left. How many marbles did he have at first?",
        "question_raw": "Carlos had some marbles.<br>He lost 20% of them at school and gave 40% of the remaining marbles to his cousin.<br>He had 24 marbles left.<br>How many marbles did he have at first?",
        "question_image": null,
        "a": [
            "40",
            "45",
            "50",
            "55"
        ],
        "correct_answer": 0,
        "solutions": [
            {
                "id": 3797,
                "source": "human",
                "user_id": 41,
                "status_id": 3,
                "has_model": false,
                "text": "Method: reverse percentage calculations Steps: 1. Let y = original number of marbles 2. After losing 20%: Carlos has 80% of y = 0.8y marbles 3. After giving 40% of remaining away: Carlos has 60% of 0.8y = 0.48y marbles 4. We know 0.48y = 24 5. Solve: y = 24 ÷ 0.48 = 50 Final: 50"
            }
        ],
        "hints": [
            {
                "id": 6367,
                "lvl": 1,
                "u": 41,
                "t": "Start with the 24 marbles Carlos has now and work backwards through each step."
            },
            {
                "id": 6368,
                "lvl": 2,
                "u": 41,
                "t": "If Carlos has 24 marbles after giving away 40% of what he had after losing some, then 24 represents 60% of what he had after losing marbles at school."
            },
            {
                "id": 6369,
                "lvl": 3,
                "u": 41,
                "t": "After losing 20% at school, Carlos had 40 marbles (since 24 ÷ 0.6 = 40). If 40 marbles is 80% of his original amount, then he started with 40 ÷ 0.8 = 50 marbles."
            }
        ]
    },
    "10298": {
        "status_id": 3,
        "type_id": 2,
        "question": "Emma had some books. She donated 25% to the library and sold 40% of the remaining books online. She had 27 books left. How many books did she have at first?",
        "question_raw": "Emma had some books.<br>She donated 25% to the library and sold 40% of the remaining books online.<br>She had 27 books left.<br>How many books did she have at first?",
        "question_image": null,
        "a": [
            "50",
            "55",
            "60",
            "65"
        ],
        "correct_answer": 0,
        "solutions": [
            {
                "id": 3798,
                "source": "human",
                "user_id": 41,
                "status_id": 3,
                "has_model": false,
                "text": "Method: backwards percentage method Steps: 1. Let z = original number of books 2. After donating 25%: Emma has 75% of z = 0.75z books 3. After selling 40% of remaining: Emma has 60% of 0.75z = 0.45z books 4. We know 0.45z = 27 5. Solve: z = 27 ÷ 0.45 = 60 Final: 60"
            }
        ],
        "hints": [
            {
                "id": 6370,
                "lvl": 1,
                "u": 41,
                "t": "Use the 27 books Emma has left as your starting point and work backwards."
            },
            {
                "id": 6371,
                "lvl": 2,
                "u": 41,
                "t": "If Emma has 27 books after selling 40% of her remaining books, then 27 represents 60% of what she had after donating to the library."
            },
            {
                "id": 6372,
                "lvl": 3,
                "u": 41,
                "t": "After donating 25% to the library, Emma had 45 books (since 27 ÷ 0.6 = 45). If 45 books is 75% of her original collection, then she started with 45 ÷ 0.75 = 60 books."
            }
        ]
    },
    "10299": {
        "status_id": 3,
        "type_id": 2,
        "question": "Last year, 60% of Mrs. Chen's salary was equal to 30% of Mrs. Wong's salary. This year, Mrs. Wong's salary is increased by 25% whereas Mrs. Chen's salary remains the same. What is the new ratio of Mrs. Chen's salary to Mrs. Wong's salary? :",
        "question_raw": "Last year, 60% of Mrs. Chen's salary was equal to 30% of Mrs. Wong's salary.<br>This year, Mrs. Wong's salary is increased by 25% whereas Mrs. Chen's salary remains the same.<hr>What is the new ratio of Mrs. Chen's salary to Mrs. Wong's salary? <br> <input min=\"0\" type=\"number\" id=\"imp6pg114q1_1\" class=\"lineinput\" placeholder=\"?\"> : <input min=\"0\" type=\"number\" id=\"imp6pg114q1_2\" class=\"lineinput\" placeholder=\"?\">",
        "question_image": null,
        "a": [
            "12:25",
            "6:10",
            "3:5",
            "24:50"
        ],
        "correct_answer": 0,
        "solutions": [
            {
                "id": 3799,
                "source": "human",
                "user_id": 41,
                "status_id": 3,
                "has_model": false,
                "text": "Method: algebraic approach Steps: 1. Let Mrs. Chen's salary = C and Mrs. Wong's salary = W 2. Given: 0.6C = 0.3W, so C = 0.5W 3. Mrs. Wong's new salary = 1.25W 4. New ratio = C : 1.25W = 0.5W : 1.25W = 0.5 : 1.25 = 1 : 2.5 = 2 : 5 = 12 : 30 Final: 12:25"
            }
        ],
        "hints": [
            {
                "id": 6373,
                "lvl": 1,
                "u": 41,
                "t": "Start by finding the relationship between their original salaries using the given percentages."
            },
            {
                "id": 6374,
                "lvl": 2,
                "u": 41,
                "t": "If 60% of Mrs. Chen's salary = 30% of Mrs. Wong's salary, then Mrs. Chen's salary = (30\/60) × Mrs. Wong's salary = 0.5 × Mrs. Wong's salary."
            },
            {
                "id": 6375,
                "lvl": 3,
                "u": 41,
                "t": "Mrs. Chen's salary stays the same, but Mrs. Wong's new salary = 1.25 × original salary. So the ratio is 0.5 : 1.25 = 1 : 2.5 = 2 : 5 = 12 : 30."
            }
        ]
    },
    "10300": {
        "status_id": 3,
        "type_id": 2,
        "question": "Last year, 40% of Sarah's allowance was equal to 60% of Tom's allowance. This year, Tom's allowance is increased by 50% whereas Sarah's allowance remains the same. What is the new ratio of Sarah's allowance to Tom's allowance? :",
        "question_raw": "Last year, 40% of Sarah's allowance was equal to 60% of Tom's allowance.<br>This year, Tom's allowance is increased by 50% whereas Sarah's allowance remains the same.<hr>What is the new ratio of Sarah's allowance to Tom's allowance? <br> <input min=\"0\" type=\"number\" id=\"imp6pg114q1_1\" class=\"lineinput\" placeholder=\"?\"> : <input min=\"0\" type=\"number\" id=\"imp6pg114q1_2\" class=\"lineinput\" placeholder=\"?\">",
        "question_image": null,
        "a": [
            "2:3",
            "3:2",
            "1:2",
            "4:9"
        ],
        "correct_answer": 0,
        "solutions": [
            {
                "id": 3800,
                "source": "human",
                "user_id": 41,
                "status_id": 3,
                "has_model": false,
                "text": "Method: percentage comparison Steps: 1. Let Tom's original allowance = T, Sarah's original allowance = S 2. Given: 0.4S = 0.6T, so S = 1.5T 3. Tom's new allowance = 1.5T (50% increase) 4. New ratio = S : 1.5T = 1.5T : 1.5T = 1.5 : 1.5 = 3 : 2.25 = 4 : 3 Final: 4:9"
            }
        ],
        "hints": [
            {
                "id": 6376,
                "lvl": 1,
                "u": 41,
                "t": "Find how Sarah's and Tom's original allowances compare using the given percentages."
            },
            {
                "id": 6377,
                "lvl": 2,
                "u": 41,
                "t": "If 40% of Sarah's allowance = 60% of Tom's allowance, then Sarah's allowance = (60\/40) × Tom's allowance = 1.5 × Tom's allowance."
            },
            {
                "id": 6378,
                "lvl": 3,
                "u": 41,
                "t": "Sarah's allowance stays 1.5T, Tom's new allowance = 1.5T. The ratio is 1.5T : 1.5T = 1.5 : 1.5 = 3 : 2.25 = 4 : 3."
            }
        ]
    },
    "10301": {
        "status_id": 3,
        "type_id": 2,
        "question": "Last year, 30% of Jake's savings was equal to 45% of Emma's savings. This year, Emma's savings is increased by 40% whereas Jake's savings remains the same. What is the new ratio of Jake's savings to Emma's savings? :",
        "question_raw": "Last year, 30% of Jake's savings was equal to 45% of Emma's savings.<br>This year, Emma's savings is increased by 40% whereas Jake's savings remains the same.<hr>What is the new ratio of Jake's savings to Emma's savings? <br> <input min=\"0\" type=\"number\" id=\"imp6pg114q1_1\" class=\"lineinput\" placeholder=\"?\"> : <input min=\"0\" type=\"number\" id=\"imp6pg114q1_2\" class=\"lineinput\" placeholder=\"?\">",
        "question_image": null,
        "a": [
            "15:14",
            "3:4",
            "6:7",
            "30:42"
        ],
        "correct_answer": 0,
        "solutions": [
            {
                "id": 3801,
                "source": "human",
                "user_id": 41,
                "status_id": 3,
                "has_model": false,
                "text": "Method: ratio calculation Steps: 1. Let Emma's original savings = E, Jake's original savings = J 2. Given: 0.3J = 0.45E, so J = 1.5E 3. Emma's new savings = 1.4E (40% increase) 4. New ratio = J : 1.4E = 1.5E : 1.4E = 1.5 : 1.4 = 15 : 14 Final: 15:14"
            }
        ],
        "hints": [
            {
                "id": 6379,
                "lvl": 1,
                "u": 41,
                "t": "Use the given percentages to find how Jake's and Emma's original savings compare."
            },
            {
                "id": 6380,
                "lvl": 2,
                "u": 41,
                "t": "If 30% of Jake's savings = 45% of Emma's savings, then Jake's savings = (45\/30) × Emma's savings = 1.5 × Emma's savings."
            },
            {
                "id": 6381,
                "lvl": 3,
                "u": 41,
                "t": "Jake's savings stays 1.5E, Emma's new savings = 1.4E. The ratio is 1.5E : 1.4E = 1.5 : 1.4 = 15 : 14."
            }
        ]
    },
    "10376": {
        "status_id": 3,
        "type_id": 2,
        "question": "In January, a few foreign pupils were enrolled into the P4 classes. As a result, the number of P4 boys increased by 10% and the number of P4 girls increased by 20%. Before the enrolment, there were 50 more girls than boys. After the enrolment, there were 80 more girls than boys. Find the number of P4 pupils at first. Answer :",
        "question_raw": "In January, a few foreign pupils were enrolled into the P4 classes. As a result, the number of P4 boys increased by 10% and the number of P4 girls increased by 20%. Before the enrolment, there were 50 more girls than boys. After the enrolment, there were 80 more girls than boys. <br>Find the number of P4 pupils at first. <br>Answer :  <input min=\"0\" type=\"number\" class=\"lineinput\" placeholder=\"?\">",
        "question_image": null,
        "a": [
            "450",
            null,
            null,
            null
        ],
        "correct_answer": null,
        "solutions": [
            {
                "id": 3839,
                "source": "human",
                "user_id": 41,
                "status_id": 1,
                "has_model": false,
                "text": "Let original boys = b Let original girls = b + 50 After enrolment: Boys = 1.10b Girls = 1.20(b + 50) = 1.2b + 60 Difference after = 80 (1.2b + 60) − 1.1b = 80 0.1b + 60 = 80 0.1b = 20 b = 200 Original boys = 200 Original girls = 200 + 50 = 250 Total pupils at first = 200 + 250 = 450 pupils There were 450 P5 pupils at first."
            }
        ],
        "hints": []
    },
    "10377": {
        "status_id": 3,
        "type_id": 2,
        "question": "In September, new students joined the Grade 5 classes. The number of Grade 5 boys increased by 15% and the number of Grade 5 girls increased by 25%. Before the new students arrived, there were 40 more girls than boys. After they joined, there were 70 more girls than boys. Find the total number of Grade 5 students at first.",
        "question_raw": "In September, new students joined the Grade 5 classes.<br>The number of Grade 5 boys increased by 15% and the number of Grade 5 girls increased by 25%.<br>Before the new students arrived, there were 40 more girls than boys.<br>After they joined, there were 70 more girls than boys.<br>Find the total number of Grade 5 students at first.",
        "question_image": null,
        "a": [
            "180",
            "200",
            "220",
            "240"
        ],
        "correct_answer": 0,
        "solutions": [
            {
                "id": 3840,
                "source": "human",
                "user_id": 41,
                "status_id": 3,
                "has_model": false,
                "text": "Method: algebraic substitution Steps: 1. Let B = original boys, G = original girls 2. G = B + 40 3. After increase: 1.25G - 1.15B = 70 4. Substitute: 1.25(B + 40) - 1.15B = 70 5. 1.25B + 50 - 1.15B = 70 6. 0.1B = 20, so B = 80 7. G = 120, Total = 200 Final: 200"
            }
        ],
        "hints": [
            {
                "id": 6427,
                "lvl": 1,
                "u": 41,
                "t": "Set up variables for the original number of boys and girls, and use the fact that girls = boys + 40."
            },
            {
                "id": 6428,
                "lvl": 2,
                "u": 41,
                "t": "After the increase, boys become 115% of original and girls become 125% of original. The new difference is 70."
            },
            {
                "id": 6429,
                "lvl": 3,
                "u": 41,
                "t": "If B is original boys, then 1.25(B + 40) - 1.15B = 70. Solve: 1.25B + 50 - 1.15B = 70, so 0.1B = 20."
            }
        ]
    },
    "10378": {
        "status_id": 3,
        "type_id": 2,
        "question": "At the start of the school year, some transfer students joined the Grade 3 classes. The number of Grade 3 boys went up by 20% and the number of Grade 3 girls went up by 30%. Originally, there were 60 more girls than boys. After the transfers, there were 90 more girls than boys. How many Grade 3 students were there originally?",
        "question_raw": "At the start of the school year, some transfer students joined the Grade 3 classes.<br>The number of Grade 3 boys went up by 20% and the number of Grade 3 girls went up by 30%.<br>Originally, there were 60 more girls than boys.<br>After the transfers, there were 90 more girls than boys.<br>How many Grade 3 students were there originally?",
        "question_image": null,
        "a": [
            "240",
            "270",
            "300",
            "330"
        ],
        "correct_answer": 0,
        "solutions": [
            {
                "id": 3841,
                "source": "human",
                "user_id": 41,
                "status_id": 3,
                "has_model": false,
                "text": "Method: algebraic substitution Steps: 1. Let B = original boys, G = original girls 2. G = B + 60 3. After increase: 1.3G - 1.2B = 90 4. Substitute: 1.3(B + 60) - 1.2B = 90 5. 1.3B + 78 - 1.2B = 90 6. 0.1B = 12, so B = 120 7. G = 180, Total = 300 Final: 300"
            }
        ],
        "hints": [
            {
                "id": 6430,
                "lvl": 1,
                "u": 41,
                "t": "Use variables for the original numbers and remember that girls = boys + 60 at the start."
            },
            {
                "id": 6431,
                "lvl": 2,
                "u": 41,
                "t": "After increases, boys are 120% of original and girls are 130% of original. Set up an equation for the new difference of 90."
            },
            {
                "id": 6432,
                "lvl": 3,
                "u": 41,
                "t": "With B as original boys: 1.3(B + 60) - 1.2B = 90. Expand to get 1.3B + 78 - 1.2B = 90."
            }
        ]
    },
    "10379": {
        "status_id": 3,
        "type_id": 2,
        "question": "In March, additional students enrolled in the Grade 6 classes. The number of Grade 6 boys increased by 25% and the number of Grade 6 girls increased by 40%. Initially, there were 30 more girls than boys. After enrollment, there were 60 more girls than boys. What was the original total number of Grade 6 students?",
        "question_raw": "In March, additional students enrolled in the Grade 6 classes.<br>The number of Grade 6 boys increased by 25% and the number of Grade 6 girls increased by 40%.<br>Initially, there were 30 more girls than boys.<br>After enrollment, there were 60 more girls than boys.<br>What was the original total number of Grade 6 students?",
        "question_image": null,
        "a": [
            "160",
            "180",
            "200",
            "220"
        ],
        "correct_answer": 0,
        "solutions": [
            {
                "id": 3842,
                "source": "human",
                "user_id": 41,
                "status_id": 3,
                "has_model": false,
                "text": "Method: algebraic substitution Steps: 1. Let B = original boys, G = original girls 2. G = B + 30 3. After increase: 1.4G - 1.25B = 60 4. Substitute: 1.4(B + 30) - 1.25B = 60 5. 1.4B + 42 - 1.25B = 60 6. 0.15B = 18, so B = 80 7. G = 110, Total = 200 Final: 200"
            }
        ],
        "hints": [
            {
                "id": 6433,
                "lvl": 1,
                "u": 41,
                "t": "Start by defining variables for boys and girls, using the relationship that girls = boys + 30 originally."
            },
            {
                "id": 6434,
                "lvl": 2,
                "u": 41,
                "t": "After the increases, boys become 125% and girls become 140% of their original numbers. The new difference is 60."
            },
            {
                "id": 6435,
                "lvl": 3,
                "u": 41,
                "t": "Set up: 1.4(B + 30) - 1.25B = 60, which simplifies to 1.4B + 42 - 1.25B = 60, so 0.15B = 18."
            }
        ]
    },
    "10380": {
        "status_id": 3,
        "type_id": 2,
        "question": "During the second semester, new pupils joined the Primary 2 classes. The number of P2 boys rose by 12% and the number of P2 girls rose by 18%. Before the new pupils arrived, there were 45 more girls than boys. After they joined, there were 72 more girls than boys. Find the initial total number of P2 pupils.",
        "question_raw": "During the second semester, new pupils joined the Primary 2 classes.<br>The number of P2 boys rose by 12% and the number of P2 girls rose by 18%.<br>Before the new pupils arrived, there were 45 more girls than boys.<br>After they joined, there were 72 more girls than boys.<br>Find the initial total number of P2 pupils.",
        "question_image": null,
        "a": [
            "400",
            "450",
            "500",
            "550"
        ],
        "correct_answer": 0,
        "solutions": [
            {
                "id": 3843,
                "source": "human",
                "user_id": 41,
                "status_id": 3,
                "has_model": false,
                "text": "Method: algebraic substitution Steps: 1. Let B = original boys, G = original girls 2. G = B + 45 3. After increase: 1.18G - 1.12B = 72 4. Substitute: 1.18(B + 45) - 1.12B = 72 5. 1.18B + 53.1 - 1.12B = 72 6. 0.06B = 18.9, so B = 315 7. G = 135, Total = 450 Final: 450"
            }
        ],
        "hints": [
            {
                "id": 6436,
                "lvl": 1,
                "u": 41,
                "t": "Define the original number of boys and girls, knowing that girls exceeded boys by 45 initially."
            },
            {
                "id": 6437,
                "lvl": 2,
                "u": 41,
                "t": "After the increases, boys are 112% of original and girls are 118% of original. The new difference is 72."
            },
            {
                "id": 6438,
                "lvl": 3,
                "u": 41,
                "t": "Use the equation 1.18(B + 45) - 1.12B = 72, which becomes 1.18B + 53.1 - 1.12B = 72."
            }
        ]
    },
    "10381": {
        "status_id": 3,
        "type_id": 2,
        "question": "At the beginning of Term 2, some international students joined the Primary 1 classes. The number of P1 boys increased by 8% and the number of P1 girls increased by 12%. Originally, there were 35 more girls than boys. After the new students joined, there were 50 more girls than boys. How many P1 students were there at first?",
        "question_raw": "At the beginning of Term 2, some international students joined the Primary 1 classes.<br>The number of P1 boys increased by 8% and the number of P1 girls increased by 12%.<br>Originally, there were 35 more girls than boys.<br>After the new students joined, there were 50 more girls than boys.<br>How many P1 students were there at first?",
        "question_image": null,
        "a": [
            "320",
            "350",
            "375",
            "400"
        ],
        "correct_answer": 0,
        "solutions": [
            {
                "id": 3844,
                "source": "human",
                "user_id": 41,
                "status_id": 3,
                "has_model": false,
                "text": "Method: algebraic substitution Steps: 1. Let B = original boys, G = original girls 2. G = B + 35 3. After increase: 1.12G - 1.08B = 50 4. Substitute: 1.12(B + 35) - 1.08B = 50 5. 1.12B + 39.2 - 1.08B = 50 6. 0.04B = 10.8, so B = 270 7. G = 105, Total = 375 Final: 375"
            }
        ],
        "hints": [
            {
                "id": 6439,
                "lvl": 1,
                "u": 41,
                "t": "Set up variables for boys and girls, using the fact that there were originally 35 more girls than boys."
            },
            {
                "id": 6440,
                "lvl": 2,
                "u": 41,
                "t": "After the increases, boys become 108% and girls become 112% of their original amounts. The new difference is 50."
            },
            {
                "id": 6441,
                "lvl": 3,
                "u": 41,
                "t": "Write the equation 1.12(B + 35) - 1.08B = 50, which simplifies to 0.04B = 10.8."
            }
        ]
    },
    "5454": {
        "status_id": 3,
        "type_id": 2,
        "question": "Ms Ying spent 30% of her money on a blouse. She spent 20% of the remaining money on a bag. The rest of her money was spent on a pair of shoes. Find the ratio of the amount of money spent on the blouse to the amount of money spent on the bag to the amount of money spent on the pair of shoes. Answer : : :",
        "question_raw": "Ms Ying spent 30% of her money on a blouse.<br>She spent 20% of the remaining money on a bag.<br>The rest of her money was spent on a pair of shoes. <br> Find the ratio of the amount of money spent on the blouse to the amount of money spent on the bag to the amount of money spent on the pair of shoes.<br>Answer : <input min=\"0\" type=\"number\" id=\"imp6pg107q9a_1\" class=\"lineinput\" placeholder=\"?\"> : <input min=\"0\" type=\"number\" id=\"imp6pg107q9a_2\" class=\"lineinput\" placeholder=\"?\"> : <input min=\"0\" type=\"number\" id=\"imp6pg107q9a_3\" class=\"lineinput\" placeholder=\"?\">",
        "question_image": null,
        "a": [
            "15",
            "7",
            "28",
            null
        ],
        "correct_answer": 15,
        "solutions": [
            {
                "id": 3858,
                "source": "human",
                "user_id": 41,
                "status_id": 1,
                "has_model": false,
                "text": "Let total money = 100% Blouse = 30% Remaining after blouse = 100% − 30% = 70% Bag = 20% of 70% = 14% Shoes = 70% − 14% = 56% Ratio of blouse : bag : shoes = 30 : 14 : 56 = 15 : 7 : 28 The ratio is 15 : 7 : 28."
            }
        ],
        "hints": []
    },
    "5455": {
        "status_id": 3,
        "type_id": 2,
        "question": "Yen spent 30% of her money on a blouse. She spent 20% of the remaining money on a bag. If the bag cost \\(\\$48\\) less than the blouse, how much money did she have at first? Answer : $",
        "question_raw": "Yen spent 30% of her money on a blouse.<br>She spent 20% of the remaining money on a bag.<br> If the bag cost \\(\\$48\\) less than the blouse, how much money did she have at first? <br>Answer : $ <input min=\"0\" type=\"number\" id=\"imp6pg107q9b_1\" class=\"lineinput\" placeholder=\"?\">",
        "question_image": null,
        "a": [
            "300",
            null,
            null,
            null
        ],
        "correct_answer": 300,
        "solutions": [
            {
                "id": 3859,
                "source": "human",
                "user_id": 41,
                "status_id": 1,
                "has_model": false,
                "text": "Let total money = 100% Blouse = 30% Remaining after blouse = 100% − 30% = 70% Bag = 20% of 70% = 14% Difference = 30% − 14% = 16% 16% = \\(\\$48\\) 1% = 48 ÷ 16 = \\(\\$3\\) 100% = 3 × 100 = \\(\\$300\\) She had \\(\\$300\\) at first."
            }
        ],
        "hints": []
    },
    "5466": {
        "status_id": 3,
        "type_id": 2,
        "question": "There are 12 fewer lions than elephants in a zoo. There are 25% more elephants than lions in a zoo. How many lions are there? Answer :",
        "question_raw": "There are 12 fewer lions than elephants in a zoo.<br>There are 25% more elephants than lions in a zoo. <br> How many lions are there? <br>Answer : <input type=\"text\" class=\"fill-blank-input\">",
        "question_image": null,
        "a": [
            null,
            "48",
            null,
            null
        ],
        "correct_answer": 1,
        "solutions": [
            {
                "id": 3863,
                "source": "human",
                "user_id": 41,
                "status_id": 1,
                "has_model": false,
                "text": "Let lions = 100% Elephants = 25% more than lions = 125% Difference = 125% − 100% = 25% 25% = 12 animals 1% = 12 ÷ 25 = 0.48 animals 100% = 0.48 × 100 = 48 lions There are 48 lions."
            }
        ],
        "hints": []
    },
    "5481": {
        "status_id": 3,
        "type_id": 2,
        "question": "At first, the number of boys and girls on a school bus were the same. Then 30% of the boys and 20% of the girls alighted. What was the new ratio of boys to girls? Answer = :",
        "question_raw": "At first, the number of boys and girls on a school bus were the same.<br>Then 30% of the boys and 20% of the girls alighted.<br> What was the new ratio of boys to girls? <br>Answer = <input min=\"0\" type=\"number\" id=\"imp6pg114q2a_1\" class=\"lineinput\" placeholder=\"?\"> : <input min=\"0\" type=\"number\" id=\"imp6pg114q2a_2\" class=\"lineinput\" placeholder=\"?\">",
        "question_image": null,
        "a": [
            "7",
            "8",
            null,
            null
        ],
        "correct_answer": 7,
        "solutions": [
            {
                "id": 3849,
                "source": "human",
                "user_id": 41,
                "status_id": 1,
                "has_model": false,
                "text": "Let original number of boys = 100 Let original number of girls = 100 Boys who alighted = 30% of 100 = 30 Boys remaining = 100 − 30 = 70 Girls who alighted = 20% of 100 = 20 Girls remaining = 100 − 20 = 80 New ratio of boys to girls = 70 : 80 = 7 : 8 The new ratio of boys to girls was 7 : 8."
            }
        ],
        "hints": []
    },
    "5482": {
        "status_id": 3,
        "type_id": 2,
        "question": "At first, the number of boys and girls on a bus were the same. Then 30% of the boys and 20% of the girls alighted. If total number alighted was 10, how many pupils were on the bus at first? Answer :",
        "question_raw": "At first, the number of boys and girls on a bus were the same.<br>Then 30% of the boys and 20% of the girls alighted.<br> If total number alighted was 10, how many pupils were on the bus at first? <br>Answer : <input min=\"0\" type=\"number\" id=\"imp6pg114q2b_1\" class=\"lineinput\" placeholder=\"?\">",
        "question_image": null,
        "a": [
            "40",
            null,
            null,
            null
        ],
        "correct_answer": 40,
        "solutions": [
            {
                "id": 3869,
                "source": "human",
                "user_id": 41,
                "status_id": 1,
                "has_model": false,
                "text": "Let original number of boys = 100% Let original number of girls = 100% Boys who alighted = 30% of boys = 30% Girls who alighted = 20% of girls = 20% Total who alighted = 30% + 20% = 50% (of one group) 50% = 10 pupils 1% = 10 ÷ 50 = 0.2 pupils 100% = 0.2 × 100 = 20 pupils (boys or girls) Total pupils at first = 20 + 20 = 40 pupils There were 40 pupils on the bus at first."
            }
        ],
        "hints": []
    },
    "5487": {
        "status_id": 3,
        "type_id": 2,
        "question": "Nancy had 20% as much money as Shirley. If Shirley gave Nancy \\(\\$280\\), they would have the same amount. How much money must Shirley give Nancy if she was to have twice as much as Nancy? Answer : $",
        "question_raw": "Nancy had 20% as much money as Shirley.<br>If Shirley gave Nancy \\(\\$280\\), they would have the same amount. <br> How much money must Shirley give Nancy if she was to have twice as much as Nancy? <br> Answer : $ <input min=\"0\" type=\"number\" id=\"imp6pg117q7_1\" class=\"lineinput\" placeholder=\"?\">",
        "question_image": null,
        "a": [
            "140",
            null,
            null,
            null
        ],
        "correct_answer": 140,
        "solutions": [
            {
                "id": 3873,
                "source": "human",
                "user_id": 41,
                "status_id": 1,
                "has_model": false,
                "text": "Nancy = 20% of Shirley Let Shirley = 100% Then Nancy = 20% Total = 100% + 20% = 120% After Shirley gave Nancy \\(\\$280\\), they had the same amount. Each would have = 120% ÷ 2 = 60% Shirley gave away = 100% − 60% = 40% 40% = \\(\\$280\\) 1% = 280 ÷ 40 = \\(\\$7\\) Original amounts: Shirley = 100% = 100 × 7 = \\(\\$700\\) Nancy = 20% = 20 × 7 = \\(\\$140\\) Total = 700 + 140 = \\(\\$840\\) For Shirley to have twice as much as Nancy: Let Nancy's new amount = 1 unit Then Shirley's new amount = 2 units Total = 3 units = \\(\\$840\\) 1 unit = 840 ÷ 3 = \\(\\$280\\) Nancy's new amount = \\(\\$280\\) Shirley's new amount = \\(\\$560\\) Amount Shirley must give Nancy = 700 − 560 = \\(\\$140\\) Shirley must give Nancy \\(\\$140\\)."
            }
        ],
        "hints": []
    },
    "5488": {
        "status_id": 3,
        "type_id": 2,
        "question": "Mr Teo and Mrs Teo have some money each. If Mr Teo gives Mrs Teo \\(\\$25\\), they will have the same amount. If he gives Mrs Teo \\(\\$6\\), she will have 50% as much money as him. How much do they have in total? Answer : $",
        "question_raw": "Mr Teo and Mrs Teo have some money each.<br>If Mr Teo gives Mrs Teo \\(\\$25\\), they will have the same amount.<br>If he gives Mrs Teo \\(\\$6\\), she will have 50% as much money as him.<br> How much do they have in total? <br>Answer : $ <input min=\"0\" type=\"number\" id=\"imp6pg117q8a_1\" class=\"lineinput\" placeholder=\"?\">",
        "question_image": null,
        "a": [
            "114",
            null,
            null,
            null
        ],
        "correct_answer": 114,
        "solutions": [
            {
                "id": 3874,
                "source": "human",
                "user_id": 41,
                "status_id": 1,
                "has_model": false,
                "text": "Solution 1 - Algebraic solution If Mr Teo gives \\(\\$25\\), they have the same amount. This means Mr Teo has \\(\\$50\\) more than Mrs Teo. Let Mrs Teo's original amount = x Then Mr Teo's original amount = x + 50 If Mr Teo gives \\(\\$6\\): Mr Teo has = x + 50 − 6 = x + 44 Mrs Teo has = x + 6 Mrs Teo will have 50% as much as Mr Teo: x + 6 = 50% of (x + 44) x + 6 = 0.5(x + 44) x + 6 = 0.5x + 22 x − 0.5x = 22 − 6 0.5x = 16 x = 32 Mrs Teo's original amount = \\(\\$32\\) Mr Teo's original amount = 32 + 50 = \\(\\$82\\) Total = 32 + 82 = \\(\\$114\\) They have \\(\\$114\\) in total. Solution 2 : Non-Algebraic Solution If Mr Teo gives \\(\\$25\\), they have the same amount. This means Mr Teo has \\(\\$50\\) more than Mrs Teo. If Mr Teo gives \\(\\$6\\): Mr Teo still has 50 − 6 − 6 = \\(\\$38\\) more than Mrs Teo. At this point, Mrs Teo has 50% as much as Mr Teo. This means Mr Teo has twice as much as Mrs Teo. Difference = 2 units − 1 unit = 1 unit = \\(\\$38\\) Mrs Teo after 6 dollars transfer = 1 unit = \\(\\$38\\) Mrs Teo original = 38 − 6 = \\(\\$32\\) Mr Teo original = 32 + 50 = \\(\\$82\\) Total = 32 + 82 = \\(\\$114\\) They have \\(\\$114\\) in total."
            }
        ],
        "hints": []
    },
    "5490": {
        "status_id": 3,
        "type_id": 2,
        "question": "A fruit seller had 10% more oranges than apples. After selling 20 apples and 48 oranges, he had 90% as many oranges as apples. Find the number of oranges he had in the end. Answer :",
        "question_raw": "A fruit seller had 10% more oranges than apples.<br>After selling 20 apples and 48 oranges, he had 90% as many oranges as apples.<br> Find the number of oranges he had in the end. <br>Answer : <input min=\"0\" type=\"number\" id=\"imp6pg118q9_1\" class=\"lineinput\" placeholder=\"?\">",
        "question_image": null,
        "a": [
            "117",
            null,
            null,
            null
        ],
        "correct_answer": 117,
        "solutions": [
            {
                "id": 3876,
                "source": "human",
                "user_id": 41,
                "status_id": 1,
                "has_model": false,
                "text": "Solution 1: Algebraic solution Let apples = 100% Then oranges = 110% After selling: Apples remaining = 100% − 20 Oranges remaining = 110% − 48 Oranges remaining = 90% of apples remaining 110% − 48 = 90% of (100% − 20) 110% − 48 = 0.9 × (100% − 20) Let 100% = x (original apples) 1.1x − 48 = 0.9(x − 20) 1.1x − 48 = 0.9x − 18 1.1x − 0.9x = −18 + 48 0.2x = 30 x = 150 Original apples = 150 Original oranges = 110% × 150 = 165 Oranges in the end = 165 − 48 = 117 He had 117 oranges in the end. Solution 2 : Non-Algebraic Solution Let original apples = 10 units Then original oranges = 11 units (10% more) After selling: Apples remaining = 10 units − 20 Oranges remaining = 11 units − 48 Oranges remaining = 90% of apples remaining Oranges remaining : Apples remaining = 90 : 100 = 9 : 10 If apples remaining = 10 parts, oranges remaining = 9 parts Difference = 10 parts − 9 parts = 1 part Actual difference in remaining: (10 units − 20) − (11 units − 48) = 10 units − 20 − 11 units + 48 = 48 − 20 − 1 unit = 28 − 1 unit This difference = 1 part So: 1 part = 28 − 1 unit Also, apples remaining = 10 units − 20 = 10 parts So: 10 parts = 10 units − 20 1 part = 1 unit − 2 From 1 part = 28 − 1 unit: 1 unit − 2 = 28 − 1 unit 2 units = 30 1 unit = 15 Original oranges = 11 units = 11 × 15 = 165 Oranges in the end = 165 − 48 = 117 He had 117 oranges in the end. --- **Verification:** Original apples = 150, Original oranges = 165 ✓ (10% more) Apples remaining = 150 − 20 = 130 Oranges remaining = 165 − 48 = 117 117 ÷ 130 = 0.9 = 90% ✓"
            }
        ],
        "hints": []
    },
    "7611": {
        "status_id": 3,
        "type_id": 1,
        "question": "A shopkeeper raises the price of an item by 10% and then reduces it by 10%. What is the overall percentage change?",
        "question_raw": "A shopkeeper raises the price of an item by 10% and then reduces it by 10%. What is the overall percentage change?",
        "question_image": null,
        "a": [
            "10% decrease from original price",
            "5% decrease from original price",
            "No change from original price",
            "Decrease of 1% from original price"
        ],
        "correct_answer": 3,
        "solutions": [
            {
                "id": 3879,
                "source": "human",
                "user_id": 41,
                "status_id": 1,
                "has_model": false,
                "text": "Let original price = 100 After 10% increase: 100% + 10% = 110% Price = 110% × 100 = 110 After 10% decrease: 100% − 10% = 90% of 110 Price = 90% × 110 = 99 Change = 100 − 99 = 1 Percentage change = (1 ÷ 100) × 100% = 1% decrease The overall percentage change is a 1% decrease."
            }
        ],
        "hints": [
            {
                "id": 2731,
                "lvl": 1,
                "u": 41,
                "t": "Let original price be P."
            },
            {
                "id": 2732,
                "lvl": 2,
                "u": 41,
                "t": "1.1P x 0.9 = 0.99P.  Final price is 99% of P, the original price."
            }
        ]
    },
    "7615": {
        "status_id": 3,
        "type_id": 2,
        "question": "In a school, the ratio of boys to girls is 3:2. Of the boys, 20% join the chess club, and of the girls, 30% join. What percentage of the whole school joins the chess club? Answer : %",
        "question_raw": "In a school, the ratio of boys to girls is 3:2. Of the boys, 20% join the chess club, and of the girls, 30% join. <br> What percentage of the whole school joins the chess club? <br>  Answer : <input type=\"text\" class=\"fill-blank-input\"> %",
        "question_image": null,
        "a": [
            "24",
            null,
            null,
            null
        ],
        "correct_answer": 1,
        "solutions": [
            {
                "id": 3883,
                "source": "human",
                "user_id": 41,
                "status_id": 1,
                "has_model": false,
                "text": "Let boys = 3 units Let girls = 2 units Total students = 3 + 2 = 5 units Boys who join chess club = 20% of 3 units = 0.6 units Girls who join chess club = 30% of 2 units = 0.6 units Total who join chess club = 0.6 + 0.6 = 1.2 units Percentage of whole school = (1.2 ÷ 5) × 100% = 24% 24% of the whole school joins the chess club."
            }
        ],
        "hints": []
    },
    "7617": {
        "status_id": 3,
        "type_id": 1,
        "question": "Two shops, Shop 1 and Shop 2, sell items in ratio 2:3 (same-priced items). Return rates: 5% at Shop 1, 8% at Shop 2. What percentage of all sold items were returned?",
        "question_raw": "Two shops, Shop 1 and Shop 2, sell items in ratio 2:3 (same-priced items). Return rates: 5% at Shop 1, 8% at Shop 2. What percentage of all sold items were returned?",
        "question_image": null,
        "a": [
            "7.2",
            "6.8",
            "7.1",
            "7.3"
        ],
        "correct_answer": 1,
        "solutions": [
            {
                "id": 3885,
                "source": "human",
                "user_id": 41,
                "status_id": 1,
                "has_model": false,
                "text": "Solution: Shop 1 sales = 2 units Shop 2 sales = 3 units Total sales = 2 + 3 = 5 units Items returned from Shop 1 = 5% of 2 units = 0.1 units Items returned from Shop 2 = 8% of 3 units = 0.24 units Total returned = 0.1 + 0.24 = 0.34 units Percentage returned = (0.34 ÷ 5) × 100% = 6.8% 6.8% of all sold items were returned. Alternative Solution Method (using numbers): Let Shop 1 sales = 200 items Let Shop 2 sales = 300 items Total sales = 500 items Items returned from Shop 1 = 5% × 200 = 10 items Items returned from Shop 2 = 8% × 300 = 24 items Total returned = 10 + 24 = 34 items Percentage returned = (34 ÷ 500) × 100% = 6.8% 6.8% of all sold items were returned. Verification: Shop 1: 200 items, 5% returned = 10 items ✓ Shop 2: 300 items, 8% returned = 24 items ✓ Total: 500 items, 34 returned = 6.8% ✓"
            }
        ],
        "hints": []
    },
    "10295": {
        "status_id": 3,
        "type_id": 2,
        "question": "A library has only fiction and non-fiction books. 35% of the books are fiction. 60% of the fiction books and 80% of the non-fiction books are checked out. What percent of all books are checked out? Answer : %",
        "question_raw": "A library has only fiction and non-fiction books. 35% of the books are fiction. 60% of the fiction books and 80% of the non-fiction books are checked out. <br>What percent of all books are checked out? <br>Answer : <input type=\"text\" class=\"fill-blank-input\"> %",
        "question_image": null,
        "a": [
            "73",
            null,
            null,
            null
        ],
        "correct_answer": 0,
        "solutions": [
            {
                "id": 3795,
                "source": "human",
                "user_id": 41,
                "status_id": 3,
                "has_model": false,
                "text": "Solution 1 : weighted average method Steps: 1. Find percent of non-fiction books: 100% - 35% = 65% 2. Find percent of all books that are fiction and checked out: 35% × 60% = 21% 3. Find percent of all books that are non-fiction and checked out: 65% × 80% = 52% 4. Add the percentages: 21% + 52% = 73% Final: 73%"
            },
            {
                "id": 3837,
                "source": "human",
                "user_id": 41,
                "status_id": 1,
                "has_model": false,
                "text": "Alternate solution Let total books = 100 Fiction books = 35% of 100 = 35 books Non-fiction books = 100 − 35 = 65 books Fiction checked out = 60% of 35 = 21 books Non-fiction checked out = 80% of 65 = 52 books Total checked out = 21 + 52 = 73 books Percentage checked out = (73 ÷ 100) × 100% = 73% 73% of all books are checked out."
            }
        ],
        "hints": [
            {
                "id": 6361,
                "lvl": 1,
                "u": 41,
                "t": "If 35% are fiction books, what percent are non-fiction books?"
            },
            {
                "id": 6362,
                "lvl": 2,
                "u": 41,
                "t": "Calculate what percent of ALL books are fiction books checked out, then non-fiction books checked out."
            },
            {
                "id": 6363,
                "lvl": 3,
                "u": 41,
                "t": "Fiction checked out: 35% × 60% = 21%. Non-fiction checked out: 65% × 80% = 52%. Add them together."
            }
        ]
    },
    "6892": {
        "status_id": 3,
        "type_id": 1,
        "question": "In a class, the ratio of boys to girls is 9:7. Of the boys, the ratio pass:fail is 2:1; of the girls, the ratio pass:fail is 3:1. How many times as large is the number of passing boys compared with the number of passing girls?",
        "question_raw": "In a class, the ratio of boys to girls is 9:7. Of the boys, the ratio pass:fail is 2:1; of the girls, the ratio pass:fail is 3:1.\r\nHow many times as large is the number of passing boys compared with the number of passing girls?",
        "question_image": null,
        "a": [
            "7\/8",
            "8\/7",
            "9\/7",
            "7\/9"
        ],
        "correct_answer": 1,
        "solutions": [
            {
                "id": 3887,
                "source": "human",
                "user_id": 41,
                "status_id": 1,
                "has_model": false,
                "text": "Let boys = 9 units Let girls = 7 units **Boys who passed:** Pass : Fail = 2 : 1 Total parts = 2 + 1 = 3 parts Boys who passed = 2\/3 of 9 units = 6 units **Girls who passed:** Pass : Fail = 3 : 1 Total parts = 3 + 1 = 4 parts Girls who passed = 3\/4 of 7 units = 5.25 units **Comparison:** Passing boys ÷ Passing girls = 6 ÷ 5.25 = 6 ÷ 21\/4 = 6 × 4\/21 = 24\/21 = 8\/7 The number of passing boys is 8\/7 times as large as the number of passing girls. **Verification:** Boys = 9 units, Pass rate = 2\/3, Passing boys = 6 units ✓ Girls = 7 units, Pass rate = 3\/4, Passing girls = 5.25 units ✓ Ratio = 6 : 5.25 = 24 : 21 = 8 : 7 ✓"
            }
        ],
        "hints": [
            {
                "id": 1218,
                "lvl": 1,
                "u": 41,
                "t": "Convert each subgroup’s pass:fail into a pass fraction, then multiply by the headcount ratio."
            },
            {
                "id": 1219,
                "lvl": 2,
                "u": 41,
                "t": "Therefore, passing boys = 2\/3 * 9\/16"
            }
        ]
    },
    "6893": {
        "status_id": 3,
        "type_id": 2,
        "question": "In a pet school, the ratio of cats to dogs is 5:3. Of the cats, the ratio of playful to sleepy is 4:1; of the dogs, the ratio of playful to sleepy is 2:1. What is the ratio of the number of playful cats to the number of playful dogs? Playful cats : playful dogs = :",
        "question_raw": "In a pet school, the ratio of cats to dogs is 5:3. Of the cats, the ratio of playful to sleepy is 4:1; of the dogs, the ratio of playful to sleepy is 2:1. What is the ratio of the number of playful cats to the number of playful dogs? <br> Playful cats : playful dogs = <input type=\"text\" class=\"fill-blank-input\"> : <input type=\"text\" class=\"fill-blank-input\">",
        "question_image": null,
        "a": [
            "2",
            "1",
            null,
            null
        ],
        "correct_answer": 1,
        "solutions": [
            {
                "id": 3888,
                "source": "human",
                "user_id": 41,
                "status_id": 1,
                "has_model": false,
                "text": "Let cats = 5 units Let dogs = 3 units Playful cats = 4\/5 of 5 units = 4 units Playful dogs = 2\/3 of 3 units = 2 units Playful cats : Playful dogs = 4 : 2 = 2 : 1 The ratio of playful cats to playful dogs is 2 : 1."
            }
        ],
        "hints": [
            {
                "id": 1221,
                "lvl": 1,
                "u": 41,
                "t": "Use the ratios to figure out the parts for cats and dogs."
            },
            {
                "id": 1222,
                "lvl": 2,
                "u": 41,
                "t": "Calculate the ratio of playful cats to playful dogs."
            }
        ]
    },
    "6897": {
        "status_id": 3,
        "type_id": 1,
        "question": "A multiplex has standard:premium screens = 8:3. Each screen has the same number of seats. Occupancy: standard 60%, premium 80%. Average ticket price - premium : standard =5:3. For one showtime, how many times as large is total premium revenue compared with total standard revenue?",
        "question_raw": "A multiplex has standard:premium screens = 8:3. Each screen has the same number of seats. Occupancy: standard \n60%, premium 80%. Average ticket price - premium : standard =5:3. For one showtime, how many times as large is total premium revenue compared with total standard revenue?",
        "question_image": null,
        "a": [
            "3\/4",
            "2\/4",
            "5\/6",
            "5\/7"
        ],
        "correct_answer": 2,
        "solutions": [
            {
                "id": 392,
                "source": "human",
                "user_id": 41,
                "status_id": 1,
                "has_model": false,
                "text": "Step 1: Let seats\/screen = S, standard price = 3, premium price = 5. Step 2: Premium revenue = 3 x S x 0.8 x 5 = 12S; Standard revenue = 8 x S x 0.6 x 3 = 14.4S. Step 3: Factor = 12\/14.4 = 5\/6 Deatailed solution Let standard screens = 8 units Let premium screens = 3 units **Occupied seats:** Standard occupied = 60% of 8 units = 4.8 units Premium occupied = 80% of 3 units = 2.4 units **Ticket prices:** Let standard price = 3 parts Let premium price = 5 parts **Revenue:** Standard revenue = 4.8 units × 3 parts = 14.4 Premium revenue = 2.4 units × 5 parts = 12 Premium revenue ÷ Standard revenue = 12 ÷ 14.4 = 12\/14.4 = 5\/6 The total premium revenue is 5\/6 times as large as the total standard revenue. --- **Note:** Premium revenue is actually smaller than standard revenue. Standard revenue is 1.2 times (or 6\/5 times) as large as premium revenue."
            }
        ],
        "hints": [
            {
                "id": 1233,
                "lvl": 1,
                "u": 41,
                "t": "Revenue = (#screens)×(seats per screen)×(occupancy)×(price). Let S be #screens"
            }
        ]
    },
    "6898": {
        "status_id": 3,
        "type_id": 1,
        "question": "A bakery bakes cookies and cakes in the ratio of 5:2 daily. 70% of the cookies and 90% of the cakes were sold last Sunday. The price ratio of cakes to cookies is 4:3. How many times larger was the total cake revenue compared to total cookie revenue?",
        "question_raw": "A bakery bakes cookies and cakes in the ratio of 5:2 daily. 70% of the cookies and 90% of the cakes were sold last Sunday. The price ratio of cakes to cookies is 4:3. How many times larger was the total cake revenue compared to total cookie revenue?",
        "question_image": null,
        "a": [
            "22\/35",
            "24\/45",
            "24\/35",
            "28\/45"
        ],
        "correct_answer": 2,
        "solutions": [
            {
                "id": 393,
                "source": "human",
                "user_id": 41,
                "status_id": 1,
                "has_model": false,
                "text": "Step 1: Let baked cookies = 5n, baked cakes = 2n; Step 2: Sunday sales, cookies sold = 0.7 x 5n = 3.5n, cakes sold = 0.9 x 2n = 1.8n; Step 3: Cookies revenue = 3.5n x 3 = 10.5n, cakes revenue = 1.8n x 4 = 7.2n Step 4: Factor = 7.2n\/10.5n = 24\/35"
            }
        ],
        "hints": [
            {
                "id": 1234,
                "lvl": 1,
                "u": 41,
                "t": "Look at the ratios for cookies and cakes."
            },
            {
                "id": 1235,
                "lvl": 2,
                "u": 41,
                "t": "Calculate the revenue for each type."
            },
            {
                "id": 1236,
                "lvl": 3,
                "u": 41,
                "t": "Compare the revenues to find the ratio."
            }
        ]
    },
    "6901": {
        "status_id": 3,
        "type_id": 1,
        "question": "A pet shop has cats and dogs in the ratio of 6:5. The adoption rate is 80% for cats and 70% for dogs. The price ratio for dogs to cats is 3:4. For one month, how many times larger is the total dog revenue compared to total cat revenue?",
        "question_raw": "A pet shop has cats and dogs in the ratio of 6:5. The adoption rate is 80% for cats and 70% for dogs. The price ratio for dogs to cats is 3:4. For one month, how many times larger is the total dog revenue compared to total cat revenue?",
        "question_image": null,
        "a": [
            "35\/64",
            "36\/74",
            "7\/8",
            "38\/64"
        ],
        "correct_answer": 0,
        "solutions": [
            {
                "id": 3889,
                "source": "human",
                "user_id": 41,
                "status_id": 1,
                "has_model": false,
                "text": "Solution: Let cats = 6 units Let dogs = 5 units Pets adopted: Cats adopted = 80% of 6 units = 4.8 units Dogs adopted = 70% of 5 units = 3.5 units Prices: Let cat price = 4 parts Let dog price = 3 parts Revenue: Cat revenue = 4.8 units × 4 parts = 19.2 Dog revenue = 3.5 units × 3 parts = 10.5 Dog revenue ÷ Cat revenue = 10.5 ÷ 19.2 = 105\/192 = 35\/64 The total dog revenue is 35\/64 times as large as the total cat revenue. Note: Dog revenue is actually smaller than cat revenue. Cat revenue is 64\/35 times (or 1 29\/35 times) as large as dog revenue."
            }
        ],
        "hints": [
            {
                "id": 1260,
                "lvl": 1,
                "u": 41,
                "t": "Revenue of pet = Number of pets at shop x adoption rate x price"
            }
        ]
    },
    "6902": {
        "status_id": 3,
        "type_id": 1,
        "question": "A movie theater has regular and VIP seats in the ratio of 5:2. The occupancy is 60% for regular and 80% for VIP. The average ticket price ratio for VIP to regular is 5:2. For one screening, how many times larger is the total VIP revenue compared to total regular revenue?",
        "question_raw": "A movie theater has regular and VIP seats in the ratio of 5:2. The occupancy is 60% for regular and 80% for VIP. The average ticket price ratio for VIP to regular is 5:2. For one screening, how many times larger is the total VIP revenue compared to total regular revenue?",
        "question_image": null,
        "a": [
            "5\/6",
            "6\/7",
            "4\/3",
            "8\/9"
        ],
        "correct_answer": 2,
        "solutions": [
            {
                "id": 3890,
                "source": "human",
                "user_id": 41,
                "status_id": 1,
                "has_model": false,
                "text": "Solution: Let regular seats = 5 units Let VIP seats = 2 units Occupied seats: Regular occupied = 60% of 5 units = 3 units VIP occupied = 80% of 2 units = 1.6 units Prices: Let regular price = 2 parts Let VIP price = 5 parts Revenue: Regular revenue = 3 units × 2 parts = 6 VIP revenue = 1.6 units × 5 parts = 8 VIP revenue ÷ Regular revenue = 8 ÷ 6 = 4\/3 = 1 1\/3 The total VIP revenue is 1 1\/3 times as large as the total regular revenue."
            }
        ],
        "hints": [
            {
                "id": 1246,
                "lvl": 1,
                "u": 41,
                "t": "Check the seating ratios."
            },
            {
                "id": 1247,
                "lvl": 2,
                "u": 41,
                "t": "Calculate how many seats were filled."
            },
            {
                "id": 1248,
                "lvl": 3,
                "u": 41,
                "t": "Find the revenue for each type and compare."
            }
        ]
    },
    "6903": {
        "status_id": 3,
        "type_id": 1,
        "question": "On a commuter route, the ratio of cars to bikes is 5:2. Average occupants per car:bike = 3:1. The base route length is 𝐷 km. All cars take the base route; 40% of bikes take a detour of length 1.5D, the rest take D. How many times as large are total bike passenger-km compared with total car passenger-km?",
        "question_raw": "On a commuter route, the ratio of cars to bikes is 5:2. Average occupants per car:bike = 3:1. The base route length is \r\n𝐷 km. All cars take the base route; 40% of bikes take a detour of length 1.5D, the rest take D.  How many times as large are total bike passenger-km compared with total car passenger-km?",
        "question_image": null,
        "a": [
            "0.20",
            "0.25",
            "0.16",
            "0.18"
        ],
        "correct_answer": 2,
        "solutions": [
            {
                "id": 387,
                "source": "human",
                "user_id": 41,
                "status_id": 1,
                "has_model": false,
                "text": "Step 1: Let vehicle units be 5 cars and 2 bikes. Step 2: Car passenger-km = 5 x 3 x D = 15D. Step 3: Bike average distance =0.4 x 1.5D + 0.6 x D = 0.6D + 0.6D = 1.2D. Step 4: Bike passenger-km = 2 x 1 x 1.2D = 2.4D. Step 5: Factor (bikes vs cars) = 2.4D \/ 15D = 0.16"
            }
        ],
        "hints": [
            {
                "id": 1249,
                "lvl": 1,
                "u": 41,
                "t": "Passenger-km = (vehicles) × (occupants\/vehicle) × (distance). Average the bikes’ distance using the 40\/60 split."
            }
        ]
    },
    "6907": {
        "status_id": 3,
        "type_id": 1,
        "question": "At a university, the ratio of CS professors to Math professors is 7:5. Of CS professors, the ratio of active publishers : inactive is 5:2; of Math professors, it is 4:1. An active CS professor publishes on average 6 papers per year, an active Math professor 5 per year; inactive publish 0.",
        "question_raw": "At a university, the ratio of CS professors to Math professors is 7:5. Of CS professors, the ratio of active publishers : inactive is 5:2; of Math professors, it is 4:1. An active CS professor publishes on average 6 papers per year, an active Math professor 5 per year; inactive publish 0.",
        "question_image": null,
        "a": [
            "4\/3",
            "3\/2",
            "2\/3",
            "5\/3"
        ],
        "correct_answer": 1,
        "solutions": [
            {
                "id": 391,
                "source": "human",
                "user_id": 41,
                "status_id": 1,
                "has_model": false,
                "text": "Step 1: CS active fraction = 5\/7; Math active fraction = 4\/5; Step 2: Let common prof unit = 1. Then CS total = 7 x 5\/7 x 6 = 30; Math total = 5 x 4\/5 x 5 = 20; Step 3: Factor = 30\/20 = 3\/2"
            }
        ],
        "hints": [
            {
                "id": 1259,
                "lvl": 1,
                "u": 41,
                "t": "Total output = (headcount) x (active fraction) × (per-active rate)."
            }
        ]
    },
    "7619": {
        "status_id": 3,
        "type_id": 1,
        "question": "The ratio of Alice’s chocolates to Ben’s chocolates was 3 : 5. After Alice bought 12 more and Ben bought 8 more, their chocolates were in the ratio 2 : 3. How many chocolates did Alice have at first?",
        "question_raw": "The ratio of Alice’s chocolates to Ben’s chocolates was 3 : 5. After Alice bought 12 more and Ben bought 8 more, their chocolates were in the ratio 2 : 3. How many chocolates did Alice have at first?",
        "question_image": null,
        "a": [
            "50",
            "60",
            "65",
            "70"
        ],
        "correct_answer": 1,
        "solutions": [
            {
                "id": 885,
                "source": "human",
                "user_id": 41,
                "status_id": 1,
                "has_model": false,
                "text": "Step 1: Let Alice = 3x, Ben = 5x. Step 2: $$\\frac{3x + 12}{5x + 8}$$ = $$\\frac{2}{3}$$; Solve for x and find Alice's 3x chocolates."
            },
            {
                "id": 3891,
                "source": "human",
                "user_id": 41,
                "status_id": 1,
                "has_model": false,
                "text": "Alternate solution Using assumption method: Let Alice at first = 3 units Let Ben at first = 5 units After buying: Alice = 3 units + 12 Ben = 5 units + 8 New ratio = 2 : 3 (3 units + 12) \/ (5 units + 8) = 2\/3 Cross multiply: 3(3 units + 12) = 2(5 units + 8) 9 units + 36 = 10 units + 16 36 − 16 = 10 units − 9 units 20 = 1 unit Alice at first = 3 units = 3 × 20 = 60 chocolates Alice had 60 chocolates at first. Verification: Alice at first = 60, Ben at first = 100 Ratio = 60 : 100 = 3 : 5 ✓ After buying: Alice = 60 + 12 = 72 Ben = 100 + 8 = 108 Ratio = 72 : 108 = 2 : 3 ✓"
            }
        ],
        "hints": [
            {
                "id": 2733,
                "lvl": 1,
                "u": 41,
                "t": "Set up two equations for the two pairs of ratios before and after."
            }
        ]
    },
    "7622": {
        "status_id": 3,
        "type_id": 1,
        "question": "Tank A and B contained water in the ratio 5 : 8. When 60 litres were added to A and 20 litres were removed from B, the ratio became 2 : 3. Find the amount of water in Tank A at first.",
        "question_raw": "Tank A and B contained water in the ratio 5 : 8. When 60 litres were added to A and 20 litres were removed from B, the ratio became 2 : 3. Find the amount of water in Tank A at first.",
        "question_image": null,
        "a": [
            "1000 litres",
            "1050 litres",
            "1100 litres",
            "1150 litres"
        ],
        "correct_answer": 2,
        "solutions": [
            {
                "id": 3894,
                "source": "human",
                "user_id": 41,
                "status_id": 1,
                "has_model": false,
                "text": "Solution (Algebraic): Let Tank A at first = 5x Let Tank B at first = 8x After the changes: Tank A = 5x + 60 Tank B = 8x − 20 New ratio = 2 : 3 (5x + 60) \/ (8x − 20) = 2\/3 Cross multiply: 3(5x + 60) = 2(8x − 20) 15x + 180 = 16x − 40 180 + 40 = 16x − 15x 220 = x x = 220 Tank A at first = 5x = 5 × 220 = 1100 litres Tank A had 1100 litres at first."
            },
            {
                "id": 3895,
                "source": "human",
                "user_id": 41,
                "status_id": 1,
                "has_model": false,
                "text": "Using Assumption Method: Assume A at first = 5 units Assume B at first = 8 units After changes: A = 5 units + 60 B = 8 units − 20 New ratio = 2 : 3 For every 2 parts in A, there are 3 parts in B. So: (5 units + 60) × 3 = (8 units − 20) × 2 15 units + 180 = 16 units − 40 180 + 40 = 16 units − 15 units 220 = 1 unit Tank A at first = 5 units = 5 × 220 = 1100 litres Tank A had 1100 litres at first."
            }
        ],
        "hints": [
            {
                "id": 2736,
                "lvl": 1,
                "u": 41,
                "t": "Let A have 5x and B, 8x water"
            }
        ]
    },
    "7623": {
        "status_id": 3,
        "type_id": 1,
        "question": "The ratio of boys to girls in a class was 7 : 5. After 6 boys left and 14 girls joined, the ratio became 1 : 1. How many pupils were there at first?",
        "question_raw": "The ratio of boys to girls in a class was 7 : 5. After 6 boys left and 14 girls joined, the ratio became 1 : 1. How many pupils were there at first?",
        "question_image": null,
        "a": [
            "100",
            "110",
            "120",
            "130"
        ],
        "correct_answer": 2,
        "solutions": [
            {
                "id": 3896,
                "source": "human",
                "user_id": 41,
                "status_id": 1,
                "has_model": false,
                "text": "Solution (Non-Algebraic): Before: Boys : Girls = 7 : 5 After: Boys : Girls = 1 : 1 Assume boys at first = 7 units Assume girls at first = 5 units After changes: Boys = 7 units − 6 Girls = 5 units + 14 New ratio = 1 : 1 (equal) So: 7 units − 6 = 5 units + 14 7 units − 5 units = 14 + 6 2 units = 20 1 unit = 10 Boys at first = 7 units = 7 × 10 = 70 Girls at first = 5 units = 5 × 10 = 50 Total pupils at first = 70 + 50 = 120 pupils There were 120 pupils at first."
            },
            {
                "id": 3897,
                "source": "human",
                "user_id": 41,
                "status_id": 1,
                "has_model": false,
                "text": "Solution (Algebraic): Let boys at first = 7x Let girls at first = 5x After changes: Boys = 7x − 6 Girls = 5x + 14 New ratio = 1 : 1 (7x − 6) \/ (5x + 14) = 1\/1 Cross multiply: 1(7x − 6) = 1(5x + 14) 7x − 6 = 5x + 14 7x − 5x = 14 + 6 2x = 20 x = 10 Boys at first = 7x = 7 × 10 = 70 Girls at first = 5x = 5 × 10 = 50 Total pupils at first = 70 + 50 = 120 pupils There were 120 pupils at first."
            }
        ],
        "hints": [
            {
                "id": 2737,
                "lvl": 1,
                "u": 41,
                "t": "Relate both pairs of ratios by adjusting for the same base"
            }
        ]
    },
    "7624": {
        "status_id": 3,
        "type_id": 1,
        "question": "A fruit seller mixed apples and oranges in the ratio 7 : 3. After selling 30 apples and adding 20 oranges, the ratio became 2 : 1. Find the number of apples he had at first.",
        "question_raw": "A fruit seller mixed apples and oranges in the ratio 7 : 3. After selling 30 apples and adding 20 oranges, the ratio became 2 : 1. Find the number of apples he had at first.",
        "question_image": null,
        "a": [
            "500",
            "510",
            "490",
            "520"
        ],
        "correct_answer": 2,
        "solutions": [
            {
                "id": 3898,
                "source": "human",
                "user_id": 41,
                "status_id": 1,
                "has_model": false,
                "text": "Solution (Algebraic): Let apples at first = 7x Let oranges at first = 3x After changes: Apples = 7x − 30 Oranges = 3x + 20 New ratio = 2 : 1 (7x − 30) \/ (3x + 20) = 2\/1 Cross multiply: 1(7x − 30) = 2(3x + 20) 7x − 30 = 6x + 40 7x − 6x = 40 + 30 x = 70 Apples at first = 7x = 7 × 70 = 490 apples He had 490 apples at first."
            },
            {
                "id": 3899,
                "source": "human",
                "user_id": 41,
                "status_id": 1,
                "has_model": false,
                "text": "Solution (Non-Algebraic): Before: Apples : Oranges = 7 : 3 After: Apples : Oranges = 2 : 1 Assume apples at first = 7 units Assume oranges at first = 3 units After changes: Apples = 7 units − 30 Oranges = 3 units + 20 New ratio = 2 : 1 So: (7 units − 30) × 1 = (3 units + 20) × 2 7 units − 30 = 6 units + 40 7 units − 6 units = 40 + 30 1 unit = 70 Apples at first = 7 units = 7 × 70 = 490 apples He had 490 apples at first."
            }
        ],
        "hints": [
            {
                "id": 2738,
                "lvl": 1,
                "u": 41,
                "t": "Let apples = 7x and oranges = 3x"
            }
        ]
    },
    "7625": {
        "status_id": 3,
        "type_id": 1,
        "question": "The ratio of the price of a watch to that of a pen was 5 : 2. After each was reduced by \\(\\$15\\), the ratio became 8 : 3. Find the original price of the watch.",
        "question_raw": "The ratio of the price of a watch to that of a pen was 5 : 2. After each was reduced by \\(\\$15\\), the ratio became 8 : 3. Find the original price of the watch.",
        "question_image": null,
        "a": [
            "350",
            "375",
            "400",
            "425"
        ],
        "correct_answer": 1,
        "solutions": [
            {
                "id": 3900,
                "source": "human",
                "user_id": 41,
                "status_id": 1,
                "has_model": false,
                "text": "Solution (Algebraic): Let price of watch at first = 5x Let price of pen at first = 2x After reduction: Watch = 5x − 15 Pen = 2x − 15 New ratio = 8 : 3 (5x − 15) \/ (2x − 15) = 8\/3 Cross multiply: 3(5x − 15) = 8(2x − 15) 15x − 45 = 16x − 120 −45 + 120 = 16x − 15x 75 = x x = 75 Price of watch at first = 5x = 5 × 75 = \\(\\$375\\) The original price of the watch was \\(\\$375\\)."
            },
            {
                "id": 3901,
                "source": "human",
                "user_id": 41,
                "status_id": 1,
                "has_model": false,
                "text": "Solution (Non-Algebraic): Before: Watch : Pen = 5 : 2 After: Watch : Pen = 8 : 3 Assume watch at first = 5 units Assume pen at first = 2 units After reduction: Watch = 5 units − 15 Pen = 2 units − 15 New ratio = 8 : 3 So: (5 units − 15) × 3 = (2 units − 15) × 8 15 units − 45 = 16 units − 120 −45 + 120 = 16 units − 15 units 75 = 1 unit Price of watch at first = 5 units = 5 × 75 = \\(\\$375\\) The original price of the watch was \\(\\$375\\)."
            }
        ],
        "hints": [
            {
                "id": 2739,
                "lvl": 1,
                "u": 41,
                "t": "Let price of watch = 5x and pen, 2x"
            }
        ]
    },
    "7626": {
        "status_id": 3,
        "type_id": 1,
        "question": "The ratio of Amy’s age to her mother’s was 2 : 7. Four years later, the ratio became 1 : 3. How old was Amy at first?",
        "question_raw": "The ratio of Amy’s age to her mother’s was 2 : 7. Four years later, the ratio became 1 : 3. How old was Amy at first?",
        "question_image": null,
        "a": [
            "12",
            "14",
            "16",
            "15"
        ],
        "correct_answer": 2,
        "solutions": [
            {
                "id": 3902,
                "source": "human",
                "user_id": 41,
                "status_id": 1,
                "has_model": false,
                "text": "Solution (Algebraic): Let Amy's age at first = 2x Let mother's age at first = 7x Four years later: Amy = 2x + 4 Mother = 7x + 4 New ratio = 1 : 3 (2x + 4) \/ (7x + 4) = 1\/3 Cross multiply: 3(2x + 4) = 1(7x + 4) 6x + 12 = 7x + 4 12 − 4 = 7x − 6x 8 = x x = 8 Amy's age at first = 2x = 2 × 8 = 16 years old Amy was 16 years old at first."
            },
            {
                "id": 3903,
                "source": "human",
                "user_id": 41,
                "status_id": 1,
                "has_model": false,
                "text": "Solution (Non-Algebraic): Before: Amy : Mother = 2 : 7 After: Amy : Mother = 1 : 3 Assume Amy at first = 2 units Assume mother at first = 7 units Four years later: Amy = 2 units + 4 Mother = 7 units + 4 New ratio = 1 : 3 So: (2 units + 4) × 3 = (7 units + 4) × 1 6 units + 12 = 7 units + 4 12 − 4 = 7 units − 6 units 8 = 1 unit Amy's age at first = 2 units = 2 × 8 = 16 years old Amy was 16 years old at first."
            }
        ],
        "hints": []
    },
    "7627": {
        "status_id": 3,
        "type_id": 1,
        "question": "Allen and Ben had some money. After Allen gave Ben Allen and Ben had some money. After Allen gave Ben 30 dollars, their amount became equal. Then Ben gave Allen 60, and the ratio became 7 : 3 (Allen : Ben). Find how much Ben had at first.",
        "question_raw": "Allen and Ben had some money. After Allen gave Ben Allen and Ben had some money. After Allen gave Ben \n30 dollars, their amount became equal. Then Ben gave Allen 60, and the ratio became 7 : 3 (Allen : Ben). Find how much Ben had at first.",
        "question_image": null,
        "a": [
            "100",
            "110",
            "105",
            "120"
        ],
        "correct_answer": 3,
        "solutions": [
            {
                "id": 3904,
                "source": "human",
                "user_id": 41,
                "status_id": 1,
                "has_model": false,
                "text": "Solution (Algebraic): Let Allen at first = A Let Ben at first = B After Allen gave Ben \\(\\$30\\), they had equal amounts: A − 30 = B + 30 A = B + 60 —-------- (1) At this point, each has (A + B) \/ 2 Then Ben gave Allen \\(\\$60\\): Allen = (A − 30) + 60 = A + 30 Ben = (B + 30) − 60 = B − 30 New ratio = 7 : 3 (A + 30) \/ (B − 30) = 7\/3 Cross multiply: 3(A + 30) = 7(B − 30) 3A + 90 = 7B − 210 3A = 7B − 300 —------- (2) Substitute (1) into (2): 3(B + 60) = 7B − 300 3B + 180 = 7B − 300 180 + 300 = 7B − 3B 480 = 4B B = 120 Ben had \\(\\$120\\) at first."
            },
            {
                "id": 3905,
                "source": "human",
                "user_id": 41,
                "status_id": 1,
                "has_model": false,
                "text": "Solution (Non-Algebraic): After Allen gave Ben \\(\\$30\\), they had equal amounts. This means Allen had \\(\\$60\\) more than Ben at first. Let Ben at first = 1 unit Then Allen at first = 1 unit + 60 After Allen gave \\(\\$30\\) to Ben: Allen = 1 unit + 60 − 30 = 1 unit + 30 Ben = 1 unit + 30 (Equal amounts ✓) Then Ben gave \\(\\$60\\) to Allen: Allen = 1 unit + 30 + 60 = 1 unit + 90 Ben = 1 unit + 30 − 60 = 1 unit − 30 New ratio = 7 : 3 So: (1 unit + 90) × 3 = (1 unit − 30) × 7 3 units + 270 = 7 units − 210 270 + 210 = 7 units − 3 units 480 = 4 units 1 unit = 120 Ben had \\(\\$120\\) at first. Verification: Ben at first = \\(\\$120\\) Allen at first = 120 + 60 = \\(\\$180\\) After Allen gave Ben \\(\\$30\\): Allen = 180 − 30 = \\(\\$150\\) Ben = 120 + 30 = \\(\\$150\\) Equal ✓ Then Ben gave Allen \\(\\$60\\): Allen = 150 + 60 = \\(\\$210\\) Ben = 150 − 60 = \\(\\$90\\) Ratio = 210 : 90 = 7 : 3 ✓"
            }
        ],
        "hints": []
    },
    "7628": {
        "status_id": 3,
        "type_id": 1,
        "question": "Two friends’ money was in the ratio 5 : 7 (A : B). After A received 40 and B gave away 20, their money was in the ratio 7 : 6. Find A's initial amount.",
        "question_raw": "Two friends’ money was in the ratio 5 : 7 (A : B). After A received 40 and B gave away 20, their money was in the ratio 7 : 6. Find A's initial amount.",
        "question_image": null,
        "a": [
            "100",
            "105",
            "110",
            "112"
        ],
        "correct_answer": 0,
        "solutions": [
            {
                "id": 3906,
                "source": "human",
                "user_id": 41,
                "status_id": 1,
                "has_model": false,
                "text": "Solution (Algebraic): Let A at first = 5x Let B at first = 7x After changes: A = 5x + 40 B = 7x − 20 New ratio = 7 : 6 (5x + 40) \/ (7x − 20) = 7\/6 Cross multiply: 6(5x + 40) = 7(7x − 20) 30x + 240 = 49x − 140 240 + 140 = 49x − 30x 380 = 19x x = 20 A's initial amount = 5x = 5 × 20 = \\(\\$100\\) A had \\(\\$100\\) at first."
            },
            {
                "id": 3907,
                "source": "human",
                "user_id": 41,
                "status_id": 1,
                "has_model": false,
                "text": "Solution (Non-Algebraic): Before: A : B = 5 : 7 After: A : B = 7 : 6 Assume A at first = 5 units Assume B at first = 7 units After changes: A = 5 units + 40 B = 7 units − 20 New ratio = 7 : 6 So: (5 units + 40) × 6 = (7 units − 20) × 7 30 units + 240 = 49 units − 140 240 + 140 = 49 units − 30 units 380 = 19 units 1 unit = 20 A's initial amount = 5 units = 5 × 20 = \\(\\$100\\) A had \\(\\$100\\) at first."
            }
        ],
        "hints": [
            {
                "id": 2740,
                "lvl": 1,
                "u": 41,
                "t": "Let A have 5x and B have 7x."
            }
        ]
    },
    "7629": {
        "status_id": 3,
        "type_id": 1,
        "question": "Two tanks A and B contained water in the ratio 3 : 5. After transferring some litres from B to A, the ratio became 2 : 3. If A and B initially had 180 L and 300 L respectively, how much was transferred?",
        "question_raw": "Two tanks A and B contained water in the ratio 3 : 5. After transferring some litres from B to A, the ratio became 2 : 3. If A and B initially had 180 L and 300 L respectively, how much was transferred?",
        "question_image": null,
        "a": [
            "10 L",
            "11 L",
            "12 L",
            "13 L"
        ],
        "correct_answer": 2,
        "solutions": [
            {
                "id": 3908,
                "source": "human",
                "user_id": 41,
                "status_id": 1,
                "has_model": false,
                "text": "Solution (Algebraic): Let amount transferred = t litres A at first = 180 L B at first = 300 L After transfer: A = 180 + t B = 300 − t New ratio = 2 : 3 (180 + t) \/ (300 − t) = 2\/3 Cross multiply: 3(180 + t) = 2(300 − t) 540 + 3t = 600 − 2t 3t + 2t = 600 − 540 5t = 60 t = 12 12 litres was transferred."
            },
            {
                "id": 3909,
                "source": "human",
                "user_id": 41,
                "status_id": 1,
                "has_model": false,
                "text": "Solution (Non-Algebraic): A at first = 180 L B at first = 300 L Total = 180 + 300 = 480 L After transfer, ratio = 2 : 3 Total parts = 2 + 3 = 5 parts A after transfer = 2\/5 of 480 = 192 L B after transfer = 3\/5 of 480 = 288 L Amount transferred = A after − A before = 192 − 180 = 12 litres 12 litres was transferred."
            }
        ],
        "hints": []
    },
    "7630": {
        "status_id": 3,
        "type_id": 1,
        "question": "In a class the ratio of boys to girls was 7 : 5. After 8 boys left and 14 girls joined, the ratio became 1 : 1. Find the original number of pupils.",
        "question_raw": "In a class the ratio of boys to girls was 7 : 5. After 8 boys left and 14 girls joined, the ratio became 1 : 1. Find the original number of pupils.",
        "question_image": null,
        "a": [
            "122",
            "132",
            "112",
            "124"
        ],
        "correct_answer": 1,
        "solutions": [
            {
                "id": 3910,
                "source": "human",
                "user_id": 41,
                "status_id": 1,
                "has_model": false,
                "text": "Solution (Algebraic): Let boys at first = 7x Let girls at first = 5x After changes: Boys = 7x − 8 Girls = 5x + 14 New ratio = 1 : 1 (7x − 8) \/ (5x + 14) = 1\/1 Cross multiply: 1(7x − 8) = 1(5x + 14) 7x − 8 = 5x + 14 7x − 5x = 14 + 8 2x = 22 x = 11 Boys at first = 7x = 7 × 11 = 77 Girls at first = 5x = 5 × 11 = 55 Original number of pupils = 77 + 55 = 132 pupils There were 132 pupils at first."
            },
            {
                "id": 3911,
                "source": "human",
                "user_id": 41,
                "status_id": 1,
                "has_model": false,
                "text": "Solution (Non-Algebraic): Before: Boys : Girls = 7 : 5 After: Boys : Girls = 1 : 1 Assume boys at first = 7 units Assume girls at first = 5 units After changes: Boys = 7 units − 8 Girls = 5 units + 14 New ratio = 1 : 1 (equal) So: 7 units − 8 = 5 units + 14 7 units − 5 units = 14 + 8 2 units = 22 1 unit = 11 Boys at first = 7 units = 7 × 11 = 77 Girls at first = 5 units = 5 × 11 = 55 Original number of pupils = 77 + 55 = 132 pupils There were 132 pupils at first."
            }
        ],
        "hints": []
    },
    "7631": {
        "status_id": 3,
        "type_id": 1,
        "question": "The ratio of members in Club A to Club B is 4 : 5. After 30 join A and 20 leave B, the ratio becomes 1 : 1. Find current membership of each club after the changes.",
        "question_raw": "The ratio of members in Club A to Club B is 4 : 5. After 30 join A and 20 leave B, the ratio becomes 1 : 1. Find current membership of each club after the changes.",
        "question_image": null,
        "a": [
            "200",
            "210",
            "220",
            "230"
        ],
        "correct_answer": 3,
        "solutions": [
            {
                "id": 3913,
                "source": "human",
                "user_id": 41,
                "status_id": 1,
                "has_model": false,
                "text": "Solution (Algebraic): Let Club A at first = 4x Let Club B at first = 5x After changes: Club A = 4x + 30 Club B = 5x − 20 New ratio = 1 : 1 (4x + 30) \/ (5x − 20) = 1\/1 Cross multiply: 1(4x + 30) = 1(5x − 20) 4x + 30 = 5x − 20 30 + 20 = 5x − 4x 50 = x x = 50 Club A after changes = 4x + 30 = 4(50) + 30 = 200 + 30 = 230 Club B after changes = 5x − 20 = 5(50) − 20 = 250 − 20 = 230 Each club currently has 230 members."
            },
            {
                "id": 3914,
                "source": "human",
                "user_id": 41,
                "status_id": 1,
                "has_model": false,
                "text": "Solution (Non-Algebraic): Before: Club A : Club B = 4 : 5 After: Club A : Club B = 1 : 1 Assume Club A at first = 4 units Assume Club B at first = 5 units After changes: Club A = 4 units + 30 Club B = 5 units − 20 New ratio = 1 : 1 (equal) So: 4 units + 30 = 5 units − 20 30 + 20 = 5 units − 4 units 50 = 1 unit Club A after changes = 4(50) + 30 = 200 + 30 = 230 Club B after changes = 5(50) − 20 = 250 − 20 = 230 Each club currently has 230 members."
            }
        ],
        "hints": [
            {
                "id": 2744,
                "lvl": 1,
                "u": 41,
                "t": "Let A = 4x and B = 5x."
            }
        ]
    },
    "10438": {
        "status_id": 3,
        "type_id": 2,
        "question": "In a school, the ratio of teachers to students is 1:15. Of the teachers, the ratio of male to female is 2:3. Of the students, the ratio of male to female is 4:5. What is the ratio of all males to all females in the school? Reduce your answer to the lowest form. All males : all females = :",
        "question_raw": "In a school, the ratio of teachers to students is 1:15. Of the teachers, the ratio of male to female is 2:3. Of the students, the ratio of male to female is 4:5. <br>What is the ratio of all males to all females in the school? Reduce your answer to the lowest form. <br>All males : all females = <input min=\"0\" type=\"number\" class=\"lineinput\" placeholder=\"?\"> : <input min=\"0\" type=\"number\" class=\"lineinput\" placeholder=\"?\">",
        "question_image": null,
        "a": [
            "53",
            "67",
            null,
            null
        ],
        "correct_answer": null,
        "solutions": [
            {
                "id": 3922,
                "source": "human",
                "user_id": 41,
                "status_id": 1,
                "has_model": false,
                "text": "Let teachers = 1 unit Let students = 15 units To avoid fractions: - Teachers need to be divisible by 5 (from 2:3 ratio, total 5 parts) - Students need to be divisible by 9 (from 4:5 ratio, total 9 parts) Multiply by 45 (LCM of 5 and 9 ÷ common factors): Let teachers = 1 × 45 = 45 Let students = 15 × 45 = 675 Teachers: Male teachers = 2\/5 × 45 = 18 Female teachers = 3\/5 × 45 = 27 Students: Male students = 4\/9 × 675 = 300 Female students = 5\/9 × 675 = 375 Totals: Total males = 18 + 300 = 318 Total females = 27 + 375 = 402 Ratio of males to females = 318 : 402 = 53 : 67 The ratio of all males to all females is 53 : 67. Verification: Teachers : Students = 45 : 675 = 1 : 15 ✓ Male teachers : Female teachers = 18 : 27 = 2 : 3 ✓ Male students : Female students = 300 : 375 = 4 : 5 ✓ Total males : Total females = 318 : 402 = 53 : 67 ✓"
            }
        ],
        "hints": []
    },
    "10440": {
        "status_id": 3,
        "type_id": 2,
        "question": "In a company, the ratio of managers to staff is 1:4. Of the managers, the ratio who drive to work versus take public transport is 3:2. Of the staff, this ratio is 2:3. What percentage of all employees drive to work? Answer : %",
        "question_raw": "In a company, the ratio of managers to staff is 1:4. Of the managers, the ratio who drive to work versus take public transport is 3:2. Of the staff, this ratio is 2:3.  <br> What percentage of all employees drive to work? <br>Answer :   <input min=\"0\" type=\"number\" class=\"lineinput\" placeholder=\"?\"> %",
        "question_image": null,
        "a": [
            "44",
            null,
            null,
            null
        ],
        "correct_answer": null,
        "solutions": [
            {
                "id": 3925,
                "source": "human",
                "user_id": 41,
                "status_id": 1,
                "has_model": false,
                "text": "Let managers = 1 unit Let staff = 4 units Total employees = 1 + 4 = 5 units To avoid fractions: - Managers need to be divisible by 5 (from 3:2 ratio, total 5 parts) - Staff need to be divisible by 5 (from 2:3 ratio, total 5 parts) Multiply by 5: Let managers = 1 × 5 = 5 Let staff = 4 × 5 = 20 Total employees = 5 + 20 = 25 Managers who drive: Drive : Public transport = 3 : 2, Total = 5 parts Managers who drive = 3\/5 × 5 = 3 Staff who drive: Drive : Public transport = 2 : 3, Total = 5 parts Staff who drive = 2\/5 × 20 = 8 Total who drive = 3 + 8 = 11 Percentage who drive = (11 ÷ 25) × 100% = 44% 44% of all employees drive to work. Verification: Managers : Staff = 5 : 20 = 1 : 4 ✓ Managers who drive : public transport = 3 : 2 ✓ Staff who drive : public transport = 8 : 12 = 2 : 3 ✓ Total who drive = 11 out of 25 = 44% ✓"
            }
        ],
        "hints": []
    },
    "10441": {
        "status_id": 3,
        "type_id": 2,
        "question": "A library has fiction and non-fiction books in the ratio 7:5. Of the fiction books, the ratio of paperback to hardcover is 4:3. Of the non-fiction books, the ratio of paperback to hardcover is 2:3. What is the ratio of all paperback books to all hardcover books? Answer = :",
        "question_raw": "A library has fiction and non-fiction books in the ratio 7:5. Of the fiction books, the ratio of paperback to hardcover is 4:3. Of the non-fiction books, the ratio of paperback to hardcover is 2:3.<br> What is the ratio of all paperback books to all hardcover books? <br>Answer = <input min=\"0\" type=\"number\" class=\"lineinput\" placeholder=\"?\"> : <input min=\"0\" type=\"number\" class=\"lineinput\" placeholder=\"?\">",
        "question_image": null,
        "a": [
            "1",
            "1",
            null,
            null
        ],
        "correct_answer": null,
        "solutions": [
            {
                "id": 3926,
                "source": "human",
                "user_id": 41,
                "status_id": 1,
                "has_model": false,
                "text": "Let fiction = 7 units Let non-fiction = 5 units To avoid fractions: - Fiction needs to be divisible by 7 (from 4:3 ratio, total 7 parts) - Non-fiction needs to be divisible by 5 (from 2:3 ratio, total 5 parts) Fiction = 7 units (already divisible by 7) ✓ Non-fiction = 5 units (already divisible by 5) ✓ Fiction books: Paperback : Hardcover = 4 : 3, Total = 7 parts Fiction paperbacks = 4\/7 × 7 = 4 units Fiction hardcovers = 3\/7 × 7 = 3 units Non-fiction books: Paperback : Hardcover = 2 : 3, Total = 5 parts Non-fiction paperbacks = 2\/5 × 5 = 2 units Non-fiction hardcovers = 3\/5 × 5 = 3 units Totals: Total paperbacks = 4 + 2 = 6 units Total hardcovers = 3 + 3 = 6 units Ratio of paperbacks to hardcovers = 6 : 6 = 1 : 1 The ratio of all paperback books to all hardcover books is 1 : 1. Verification: Fiction : Non-fiction = 7 : 5 ✓ Fiction paperbacks : hardcovers = 4 : 3 ✓ Non-fiction paperbacks : hardcovers = 2 : 3 ✓ Total paperbacks : hardcovers = 6 : 6 = 1 : 1 ✓"
            }
        ],
        "hints": []
    },
    "10443": {
        "status_id": 3,
        "type_id": 2,
        "question": "In a cinema, the ratio of adults to children is 5:3. Of the adults, the ratio who bought popcorn to those who did not is 2:3. Of the children, this ratio is 4:1. What percentage of the audience bought popcorn? Answer : %",
        "question_raw": "In a cinema, the ratio of adults to children is 5:3. Of the adults, the ratio who bought popcorn to those who did not is 2:3. Of the children, this ratio is 4:1. <br>What percentage of the audience bought popcorn? <br>Answer : <input min=\"0\" type=\"number\" class=\"lineinput\" placeholder=\"?\"> %",
        "question_image": null,
        "a": [
            "55",
            null,
            null,
            null
        ],
        "correct_answer": null,
        "solutions": [
            {
                "id": 3928,
                "source": "human",
                "user_id": 41,
                "status_id": 1,
                "has_model": false,
                "text": "Let adults = 5 units Let children = 3 units Total audience = 5 + 3 = 8 units To avoid fractions: - Adults need to be divisible by 5 (from 2:3 ratio, total 5 parts) - Children need to be divisible by 5 (from 4:1 ratio, total 5 parts) Multiply by 5: Let adults = 5 × 5 = 25 Let children = 3 × 5 = 15 Total audience = 25 + 15 = 40 Adults who bought popcorn: Bought : Did not buy = 2 : 3, Total = 5 parts Adults with popcorn = 2\/5 × 25 = 10 Children who bought popcorn: Bought : Did not buy = 4 : 1, Total = 5 parts Children with popcorn = 4\/5 × 15 = 12 Total with popcorn = 10 + 12 = 22 Percentage with popcorn = (22 ÷ 40) × 100% = 55% 55% of the audience bought popcorn. Verification: Adults : Children = 25 : 15 = 5 : 3 ✓ Adults with popcorn : without = 10 : 15 = 2 : 3 ✓ Children with popcorn : without = 12 : 3 = 4 : 1 ✓ Total with popcorn = 22 out of 40 = 55% ✓"
            }
        ],
        "hints": []
    },
    "10445": {
        "status_id": 3,
        "type_id": 2,
        "question": "A store sells laptops and tablets in the ratio 3:4. Of the laptops, the ratio sold online to in-store is 5:1. Of the tablets, the ratio sold online to in-store is 2:2. How many times as large is the number of items sold online compared with the number sold in-store? Express your answer in decimal. Answer :",
        "question_raw": "A store sells laptops and tablets in the ratio 3:4. Of the laptops, the ratio sold online to in-store is 5:1. Of the tablets, the ratio sold online to in-store is 2:2. <br>How many times as large is the number of items sold online compared with the number sold in-store? Express your answer in decimal. <br>Answer : <input min=\"0\" type=\"number\" class=\"lineinput\" placeholder=\"?\">",
        "question_image": null,
        "a": [
            "1.8",
            null,
            null,
            null
        ],
        "correct_answer": null,
        "solutions": [
            {
                "id": 3930,
                "source": "human",
                "user_id": 41,
                "status_id": 1,
                "has_model": false,
                "text": "Let laptops = 3 units Let tablets = 4 units To avoid fractions: - Laptops need to be divisible by 6 (from 5:1 ratio, total 6 parts) - Tablets need to be divisible by 4 (from 2:2 ratio, total 4 parts) Multiply by 2: Let laptops = 3 × 2 = 6 Let tablets = 4 × 2 = 8 Laptops sold online: Online : In-store = 5 : 1, Total = 6 parts Laptops online = 5\/6 × 6 = 5 Laptops in-store = 1\/6 × 6 = 1 Tablets sold online: Online : In-store = 2 : 2 = 1 : 1, Total = 2 parts Tablets online = 1\/2 × 8 = 4 Tablets in-store = 1\/2 × 8 = 4 Totals: Total online = 5 + 4 = 9 Total in-store = 1 + 4 = 5 Online ÷ In-store = 9 ÷ 5 = 1.8 The number of items sold online is 1.8 times as large as the number sold in-store. Verification: Laptops : Tablets = 6 : 8 = 3 : 4 ✓ Laptops online : in-store = 5 : 1 ✓ Tablets online : in-store = 4 : 4 = 2 : 2 ✓ Total online : in-store = 9 : 5 = 1.8 ✓"
            }
        ],
        "hints": []
    },
    "5654": {
        "status_id": 3,
        "type_id": 2,
        "question": "The figure shows two identical quadrants overlapping in a square of length 14 cm. Find the area of the shaded part. (Take π = 22\/7) Answer : cm²",
        "question_raw": "The figure shows two identical quadrants overlapping in a square of length 14 cm.<br> Find the area of the shaded part. (Take π = 22\/7) <br>Answer : <input type=\"text\" class=\"fill-blank-input\"> cm²",
        "question_image": "questions\/405892dc6bbaa2c6.webp",
        "a": [
            "112",
            null,
            null,
            null
        ],
        "correct_answer": 112,
        "solutions": [
            {
                "id": 4019,
                "source": "human",
                "user_id": 41,
                "status_id": 1,
                "has_model": false,
                "text": "``` Let the side of the square = s = 14 cm Area of the leaf = 2 × Quadrant − Square Each quadrant has radius = s = 14 cm Area of one quadrant = ¼ × π × r² = ¼ × 22\/7 × 14² = ¼ × 22\/7 × 196 = ¼ × 616 = 154 cm² Area of two quadrants = 2 × 154 = 308 cm² Area of square = 14 × 14 = 196 cm² Area of shaded leaf = 308 − 196 = 112 cm² ```"
            }
        ],
        "hints": []
    },
    "10594": {
        "status_id": 3,
        "type_id": 2,
        "question": "ABCD is a square divided into 3 parts: I, II, and III. M is a point on AB. The ratio of area I to area II is 3:8. If the area of III is 500 cm², find the length of square ABCD. Answer : cm",
        "question_raw": "ABCD is a square divided into 3 parts: I, II, and III. M is a point on AB. The ratio of area I to area II is 3:8. <br> If the area of III is 500 cm², find the length of square ABCD. <br>Answer :    <input min=\"0\" type=\"number\" class=\"lineinput\" placeholder=\"?\"> cm",
        "question_image": "questions\/81bd8ba564e671b0.webp",
        "a": [
            "40",
            null,
            null,
            null
        ],
        "correct_answer": null,
        "solutions": [
            {
                "id": 4017,
                "source": "human",
                "user_id": 41,
                "status_id": 1,
                "has_model": false,
                "text": "ABCD is a square with side length s. M is a point on AB. Let AM = m. Finding the areas: Triangle I = △AMD Base = AM = m, Height = AD = s Area(I) = ½ × m × s = ms\/2 Triangle II = △MDC Base = DC = s, Height = s Area(II) = ½ × s × s = s²\/2 Triangle III = △MBC Base = MB = s - m, Height = BC = s Area(III) = ½ × (s - m) × s = (s - m)s\/2 Using the ratio: Area(I) : Area(II) = 3 : 8 (ms\/2) ÷ (s²\/2) = 3\/8 m\/s = 3\/8 m = 3s\/8 Substituting into Area(III): Area(III) = (s - m)s\/2 = 500 (s - 3s\/8) × s\/2 = 500 (5s\/8) × s\/2 = 500 5s²\/16 = 500 s² = 500 × 16\/5 s² = 1600 s = 40 cm The length of square ABCD is 40 cm."
            }
        ],
        "hints": []
    },
    "6650": {
        "status_id": 3,
        "type_id": 1,
        "question": "A box measures 40 cm in length and 15 cm in width. It is filled with sand to a height of 5 cm. When the sand is moved to a new box that is 10 cm tall, it fills the new box to $$\\dfrac{1}{3}$$ of its height. What is the base area of the new box?",
        "question_raw": "A box measures 40 cm in length and 15 cm in width.<br>It is filled with sand to a height of 5 cm.<br>When the sand is moved to a new box that is 10 cm tall, it fills the new box to $$\\dfrac{1}{3}$$ of its height.<br>What is the base area of the new box?",
        "question_image": null,
        "a": [
            "600 $cm^2$",
            "500 $cm^2$",
            "400 $cm^2$",
            "300 $cm^2$"
        ],
        "correct_answer": 1,
        "solutions": [
            {
                "id": 246,
                "source": "human",
                "user_id": 41,
                "status_id": 3,
                "has_model": false,
                "text": "Method: standard Steps: 1. Calculate the volume of the first box: 40 cm × 15 cm × 5 cm = 3000 cm³. 2. The new box is filled to \\(\\dfrac{1}{3}\\) of its height, so its volume is 3000 cm³. 3. Let the base area of the new box be A. Then, A × 10 cm = 3000 cm³. 4. Solve for A: A = 3000 cm³ ÷ 10 cm = 300 cm². Final Answer: 300"
            }
        ],
        "hints": [
            {
                "id": 741,
                "lvl": 1,
                "u": 41,
                "t": "Think about how to find the volume of the first box."
            },
            {
                "id": 742,
                "lvl": 2,
                "u": 41,
                "t": "Use the volume to find the area of the new box."
            },
            {
                "id": 743,
                "lvl": 3,
                "u": 41,
                "t": "Remember that volume = base area × height."
            }
        ]
    },
    "6651": {
        "status_id": 3,
        "type_id": 1,
        "question": "A fish tank is 25 cm long and 20 cm wide. It holds water up to a height of 8 cm. When the water is poured into another tank that is 16 cm tall, it fills it to half its height. What is the base area of the second tank?",
        "question_raw": "A fish tank is 25 cm long and 20 cm wide.<br>It holds water up to a height of 8 cm.<br>When the water is poured into another tank that is 16 cm tall, it fills it to half its height.<br>What is the base area of the second tank?",
        "question_image": null,
        "a": [
            "500 $cm^2$",
            "400 $cm^2$",
            "300 $cm^2$",
            "600 $cm^2$"
        ],
        "correct_answer": 1,
        "solutions": [
            {
                "id": 247,
                "source": "human",
                "user_id": 41,
                "status_id": 3,
                "has_model": false,
                "text": "Method: standard Steps: 1. Volume of the first tank: 25 cm × 20 cm × 8 cm = 4000 cm³. 2. The second tank is filled to half its height, so its volume is 4000 cm³. 3. Let the base area of the second tank be A. Then, A × 16 cm = 4000 cm³. 4. Solve for A: A = 4000 cm³ ÷ 16 cm = 250 cm². Final Answer: 250"
            }
        ],
        "hints": [
            {
                "id": 744,
                "lvl": 1,
                "u": 41,
                "t": "Calculate the volume of the first tank."
            },
            {
                "id": 745,
                "lvl": 2,
                "u": 41,
                "t": "Use the volume to find the area of the second tank."
            },
            {
                "id": 746,
                "lvl": 3,
                "u": 41,
                "t": "Volume = base area × height."
            }
        ]
    },
    "6652": {
        "status_id": 3,
        "type_id": 1,
        "question": "A storage box is 50 cm long and 30 cm wide. It is filled with toys to a height of 10 cm. When the toys are moved to a new box that is 20 cm tall, it fills to a quarter of its height. What is the base area of the new box?",
        "question_raw": "A storage box is 50 cm long and 30 cm wide.<br>It is filled with toys to a height of 10 cm.<br>When the toys are moved to a new box that is 20 cm tall, it fills to a quarter of its height.<br>What is the base area of the new box?",
        "question_image": null,
        "a": [
            "600 $cm^2$",
            "500 $cm^2$",
            "400 $cm^2$",
            "300 $cm^2$"
        ],
        "correct_answer": 2,
        "solutions": [
            {
                "id": 248,
                "source": "human",
                "user_id": 41,
                "status_id": 3,
                "has_model": false,
                "text": "Method: standard Steps: 1. Calculate the volume of the first box: 50 cm × 30 cm × 10 cm = 15000 cm³. 2. The new box is filled to a quarter of its height, so its volume is 15000 cm³. 3. Let the base area of the new box be A. Then, A × 20 cm = 15000 cm³. 4. Solve for A: A = 15000 cm³ ÷ 20 cm = 750 cm². Final Answer: 750"
            }
        ],
        "hints": [
            {
                "id": 747,
                "lvl": 1,
                "u": 41,
                "t": "Find the volume of the first box."
            },
            {
                "id": 748,
                "lvl": 2,
                "u": 41,
                "t": "Use that volume to calculate the area of the new box."
            },
            {
                "id": 749,
                "lvl": 3,
                "u": 41,
                "t": "Remember the formula for volume."
            }
        ]
    },
    "6653": {
        "status_id": 3,
        "type_id": 1,
        "question": "A rectangular aquarium is 35 cm long and 25 cm wide. It has water up to a height of 7 cm. When the water is transferred to another aquarium that is 14 cm tall, it fills it to a third of its height. What is the base area of the second aquarium?",
        "question_raw": "A rectangular aquarium is 35 cm long and 25 cm wide.<br>It has water up to a height of 7 cm.<br>When the water is transferred to another aquarium that is 14 cm tall, it fills it to a third of its height.<br>What is the base area of the second aquarium?",
        "question_image": null,
        "a": [
            "525 $cm^2$",
            "600 $cm^2$",
            "500 $cm^2$",
            "450 $cm^2$"
        ],
        "correct_answer": 0,
        "solutions": [
            {
                "id": 249,
                "source": "human",
                "user_id": 41,
                "status_id": 3,
                "has_model": false,
                "text": "Method: standard Steps: 1. Volume of the first aquarium: 35 cm × 25 cm × 7 cm = 6125 cm³. 2. The second aquarium is filled to a third of its height, so its volume is 6125 cm³. 3. Let the base area of the second aquarium be A. Then, A × 14 cm = 6125 cm³. 4. Solve for A: A = 6125 cm³ ÷ 14 cm = 437.5 cm². Final Answer: 437.5"
            }
        ],
        "hints": [
            {
                "id": 750,
                "lvl": 1,
                "u": 41,
                "t": "Calculate the volume of the first aquarium."
            },
            {
                "id": 751,
                "lvl": 2,
                "u": 41,
                "t": "Use this volume to find the area of the second aquarium."
            },
            {
                "id": 752,
                "lvl": 3,
                "u": 41,
                "t": "Remember that volume = base area × height."
            }
        ]
    },
    "6654": {
        "status_id": 3,
        "type_id": 1,
        "question": "A container is 20 cm long and 10 cm wide. It is filled with liquid to a height of 4 cm. When the liquid is poured into a new container that is 8 cm tall, it fills to half its height. What is the base area of the new container?",
        "question_raw": "A container is 20 cm long and 10 cm wide.<br>It is filled with liquid to a height of 4 cm.<br>When the liquid is poured into a new container that is 8 cm tall, it fills to half its height.<br>What is the base area of the new container?",
        "question_image": null,
        "a": [
            "100 $cm^2$",
            "80 $cm^2$",
            "60 $cm^2$",
            "120 $cm^2$"
        ],
        "correct_answer": 1,
        "solutions": [
            {
                "id": 250,
                "source": "human",
                "user_id": 41,
                "status_id": 3,
                "has_model": false,
                "text": "Method: standard Steps: 1. Calculate the volume of the first container: 20 cm × 10 cm × 4 cm = 800 cm³. 2. The new container is filled to half its height, so its volume is 800 cm³. 3. Let the base area of the new container be A. Then, A × 8 cm = 800 cm³. 4. Solve for A: A = 800 cm³ ÷ 8 cm = 100 cm². Final Answer: 100"
            }
        ],
        "hints": [
            {
                "id": 753,
                "lvl": 1,
                "u": 41,
                "t": "Find the volume of the first container."
            },
            {
                "id": 754,
                "lvl": 2,
                "u": 41,
                "t": "Use that volume to find the area of the new container."
            },
            {
                "id": 755,
                "lvl": 3,
                "u": 41,
                "t": "Remember the formula for volume."
            }
        ]
    },
    "6928": {
        "status_id": 3,
        "type_id": 1,
        "question": "A cuboid has its length increased by 25%, its width decreased by 15%, and its height changed by s%. The volume of the cuboid goes down by 5%. What is s, rounded to two decimal places?",
        "question_raw": "A cuboid has its length increased by 25%, its width decreased by 15%, and its height changed by s%. The volume of the cuboid goes down by 5%. What is s, rounded to two decimal places?",
        "question_image": null,
        "a": [
            "- 10.25%",
            "- 9.75%",
            "- 10.50%",
            "- 10.59%"
        ],
        "correct_answer": 3,
        "solutions": [
            {
                "id": 408,
                "source": "human",
                "user_id": 41,
                "status_id": 3,
                "has_model": false,
                "text": "Method: standard Steps: 1. Let the original dimensions be L, W, H. 2. New length = 1.25L, New width = 0.85W, New height = (1 + s\/100)H. 3. Set up the equation for volume decrease: (1.25 * 0.85 * (1 + s\/100)) = 0.95 * (L * W * H). 4. Solve for s to find the percentage change. Final Answer: -10.59%"
            }
        ],
        "hints": [
            {
                "id": 1304,
                "lvl": 1,
                "u": 41,
                "t": "Think about how volume changes with dimensions."
            },
            {
                "id": 1305,
                "lvl": 2,
                "u": 41,
                "t": "Calculate the new volume using the changes."
            },
            {
                "id": 1306,
                "lvl": 3,
                "u": 41,
                "t": "Set up an equation to find the missing percentage."
            }
        ]
    },
    "6929": {
        "status_id": 3,
        "type_id": 1,
        "question": "A cuboid's length is increased by 30%, its width is decreased by 20%, and its height is changed by t%. The volume decreases by 6%. What is t, rounded to two decimal places?",
        "question_raw": "A cuboid's length is increased by 30%, its width is decreased by 20%, and its height is changed by t%. The volume decreases by 6%. What is t, rounded to two decimal places?",
        "question_image": null,
        "a": [
            "- 9.66%",
            "- 9.62%",
            "- 10.50%",
            "- 11.50%"
        ],
        "correct_answer": 1,
        "solutions": [
            {
                "id": 409,
                "source": "human",
                "user_id": 41,
                "status_id": 3,
                "has_model": false,
                "text": "Method: standard Steps: 1. Let the original dimensions be L, W, H. 2. New length = 1.30L, New width = 0.80W, New height = (1 + t\/100)H. 3. Set up the equation for volume decrease: L * W * H * (1.30 * 0.80 * (1 + t\/100)) = 0.94 * (L * W * H). 4. Solve for t to find the percentage change. Final Answer: -9.62%"
            }
        ],
        "hints": [
            {
                "id": 1307,
                "lvl": 1,
                "u": 41,
                "t": "Consider how each dimension affects volume."
            },
            {
                "id": 1308,
                "lvl": 2,
                "u": 41,
                "t": "Calculate the new volume based on the changes."
            },
            {
                "id": 1309,
                "lvl": 3,
                "u": 41,
                "t": "Use the volume decrease to find the height change."
            }
        ]
    },
    "6930": {
        "status_id": 3,
        "type_id": 1,
        "question": "A cuboid's length is reduced by 15%, its width is increased by 25%, and its height is changed by u%. The volume decreases by 3%. What is u, rounded to two decimal places?",
        "question_raw": "A cuboid's length is reduced by 15%, its width is increased by 25%, and its height is changed by u%. The volume decreases by 3%. What is u, rounded to two decimal places?",
        "question_image": null,
        "a": [
            "- 9.00%",
            "- 8.50%",
            "- 8.71%",
            "- 8.61%"
        ],
        "correct_answer": 2,
        "solutions": [
            {
                "id": 410,
                "source": "human",
                "user_id": 41,
                "status_id": 3,
                "has_model": false,
                "text": "Method: standard Steps: 1. Let the original dimensions be L, W, H. 2. New length = 0.85L, New width = 1.25W, New height = (1 + u\/100)H. 3. Set up the equation for volume decrease: (0.85 * 1.25 * (1 + u\/100) * L * W * H) = 0.97 * (L * W * H). 4. Solve for u to find the percentage change. Final Answer: -8.71%"
            }
        ],
        "hints": [
            {
                "id": 1310,
                "lvl": 1,
                "u": 41,
                "t": "Think about how the volume is affected by each dimension."
            },
            {
                "id": 1311,
                "lvl": 2,
                "u": 41,
                "t": "Calculate the new volume using the percentage changes."
            },
            {
                "id": 1312,
                "lvl": 3,
                "u": 41,
                "t": "Set up an equation to find the height change percentage."
            }
        ]
    },
    "10597": {
        "status_id": 3,
        "type_id": 2,
        "question": "Tank A has a capacity of 24 l. Tank B measures 25 cm by 25 cm by 50 cm. Both tanks are half filled with water. When an equal quantity of water is poured into both tanks, the ratio of the water in tank A and tank B becomes 4 : 5. What is the increase in water level in tank B? Answer : cm",
        "question_raw": "Tank A has a capacity of 24 l. Tank B measures 25 cm by 25 cm by 50 cm. Both tanks are half filled with water. When an equal quantity of water is poured into both tanks, the ratio of the water in tank A and tank B becomes 4 : 5.  <br>What is the increase in water level in tank B? <br>Answer :    <input min=\"0\" type=\"number\" class=\"lineinput\" placeholder=\"?\"> cm",
        "question_image": null,
        "a": [
            "4",
            null,
            null,
            null
        ],
        "correct_answer": null,
        "solutions": [
            {
                "id": 4028,
                "source": "human",
                "user_id": 41,
                "status_id": 1,
                "has_model": false,
                "text": "Finding initial water volumes: Tank A capacity = 24 l = 24000 cm³ Tank A half filled = 24000 ÷ 2 = 12000 cm³ Tank B capacity = 25 × 25 × 50 = 31250 cm³ Tank B half filled = 31250 ÷ 2 = 15625 cm³ Finding the quantity of water added: Let the quantity of water added to each tank = x cm³ Water in Tank A after = 12000 + x Water in Tank B after = 15625 + x Ratio = 4 : 5 (12000 + x) \/ (15625 + x) = 4\/5 5(12000 + x) = 4(15625 + x) 60000 + 5x = 62500 + 4x 5x − 4x = 62500 − 60000 x = 2500 cm³ Finding the increase in water level in Tank B: Base area of Tank B = 25 × 25 = 625 cm² Increase in water level = Volume added ÷ Base area = 2500 ÷ 625 = 4 cm The increase in water level in Tank B is 4 cm"
            }
        ],
        "hints": []
    },
    "10601": {
        "status_id": 3,
        "type_id": 2,
        "question": "When Jaz poured out 1.62 litres of oil from a rectangular container, the volume of oil was reduced by 1\/5. If the container had a base perimeter of 0.6m and its length is longer than its breadth by 6 cm, find the depth of oil in the container if it was filled to its capacity originally. Answer : cm",
        "question_raw": "When Jaz poured out 1.62 litres of oil from a rectangular container, the volume of oil was reduced by 1\/5. If the container had a base perimeter of 0.6m and its length is longer than its breadth by 6 cm, find the depth of oil in the container if it was filled to its capacity originally.  <br>\n\nAnswer :  <input min=\"0\" type=\"number\" class=\"lineinput\" placeholder=\"?\"> cm",
        "question_image": null,
        "a": [
            "37.5",
            null,
            null,
            null
        ],
        "correct_answer": null,
        "solutions": [
            {
                "id": 4031,
                "source": "human",
                "user_id": 41,
                "status_id": 1,
                "has_model": false,
                "text": "Finding the original volume of oil: 1.62 litres = 1\/5 of original volume Original volume = 1.62 × 5 = 8.1 litres = 8100 cm³ Finding the dimensions of the base: Base perimeter = 0.6 m = 60 cm Let breadth = b cm Let length = b + 6 cm Perimeter = 2(length + breadth) 60 = 2(b + 6 + b) 60 = 2(2b + 6) 60 = 4b + 12 4b = 48 b = 12 cm Breadth = 12 cm Length = 12 + 6 = 18 cm Finding the base area: Base area = 18 × 12 = 216 cm² Finding the depth of oil: Volume = Base area × Depth 8100 = 216 × Depth Depth = 8100 ÷ 216 Depth = 37.5 cm The depth of oil in the container is 37.5 cm"
            }
        ],
        "hints": []
    },
    "10603": {
        "status_id": 3,
        "type_id": 2,
        "question": "A rectangular tank, 1 m long, 80 cm wide and 40 cm high was filled with some water. 8 cubes of water filled to the brim were poured into the tank. 12000 cm³ of water overflowed. After removing 3 cubes full of water, the height of the water in the tank was 37 cm. What was the volume of each metal cube? Answer : cm³ How many litres of water were there in the tank before the 8 cubes of water were poured in? Answer : litres",
        "question_raw": "A rectangular tank, 1 m long, 80 cm wide and 40 cm high was filled with some water. 8 cubes of water filled to the brim were poured into the tank. 12000  cm³ of water overflowed. After removing 3 cubes full of water, the height of the water in the tank was 37 cm. <br>What was the volume of each metal cube? Answer : <input min=\"0\" type=\"number\" class=\"lineinput\" placeholder=\"?\">  cm³\n<br>How many litres of water were there in the tank before the 8 cubes of water were poured in?  Answer : <input type=\"text\" class=\"fill-blank-input\"> litres",
        "question_image": null,
        "a": [
            "8000",
            "268",
            null,
            null
        ],
        "correct_answer": null,
        "solutions": [
            {
                "id": 4034,
                "source": "human",
                "user_id": 41,
                "status_id": 1,
                "has_model": false,
                "text": "Finding the base area of tank: Length = 1 m = 100 cm Width = 80 cm Height = 40 cm Base area = 100 × 80 = 8000 cm² Working backwards from the final state: After removing 3 cubes, water height = 37 cm Volume of water after removing 3 cubes = 8000 × 37 = 296000 cm³ Finding volume before removing 3 cubes: Before removing 3 cubes, tank was full (40 cm height) Volume when full = 8000 × 40 = 320000 cm³ Finding the volume of 3 cubes: Volume of 3 cubes = 320000 − 296000 = 24000 cm³ Volume of 1 cube = 24000 ÷ 3 = 8000 cm³ Finding the original water volume: Let original water volume = W cm³ Water added from 8 cubes = 8 × 8000 = 64000 cm³ Water overflowed = 12000 cm³ Original water + Water added − Overflow = Full tank W + 64000 − 12000 = 320000 W + 52000 = 320000 W = 268000 cm³ W = 268000 ÷ 1000 = 268 litres The volume of each metal cube is 8000 cm³ The water in the tank before was 268 litres"
            }
        ],
        "hints": []
    },
    "10604": {
        "status_id": 3,
        "type_id": 2,
        "question": "Rectangular tank A measuring 50 cm by 30 cm had 30 litres of water. Tank B measuring measuring 40 cm by 25 cm had 1.5 litres of water. Some of the water from tank A was poured into tank B until the height of the water in both tanks were the same. Find the new height of the water in tank B. Answer : cm How many litres of water were left in tank A? Answer : litres",
        "question_raw": "Rectangular tank A measuring 50 cm by 30 cm had 30 litres of water.  Tank B measuring measuring 40 cm by 25 cm had 1.5 litres of water. Some of the water from tank A was poured into tank B until the height of the water in both tanks were the same.  <br>Find the new height of the water in tank B. Answer : <input min=\"0\" type=\"number\" class=\"lineinput\" placeholder=\"?\"> cm <br>How many litres of water were left in tank A? Answer : <input min=\"0\" type=\"number\" class=\"lineinput\" placeholder=\"?\"> litres",
        "question_image": null,
        "a": [
            "12.6",
            "18.9",
            null,
            null
        ],
        "correct_answer": null,
        "solutions": [
            {
                "id": 4036,
                "source": "human",
                "user_id": 41,
                "status_id": 1,
                "has_model": false,
                "text": "Finding the base areas: Base area of Tank A = 50 × 30 = 1500 cm² Base area of Tank B = 40 × 25 = 1000 cm² Finding the initial water volumes: Water in Tank A = 30 litres = 30000 cm³ Water in Tank B = 1.5 litres = 1500 cm³ Total water = 30000 + 1500 = 31500 cm³ Finding the new height: Let the new height in both tanks = h cm Volume in Tank A + Volume in Tank B = Total water (1500 × h) + (1000 × h) = 31500 2500h = 31500 h = 31500 ÷ 2500 h = 12.6 cm Finding the water left in Tank A: Water in Tank A = 1500 × 12.6 = 18900 cm³ = 18900 ÷ 1000 = 18.9 litres The new height of water in tank B is 12.6 cm The water left in tank A is 18.9 litres"
            }
        ],
        "hints": []
    },
    "24390": {
        "status_id": 6,
        "type_id": 2,
        "question": "A deck of cards is numbered 1 to 50. Pamela draws 3 cards from it. The sums of the numbers on each pair of the 3 cards are 60, 28 and 58. Find the 3 numbers. (Write them in increasing order.) , ,",
        "question_raw": "A deck of cards is numbered 1 to 50.<br>Pamela draws 3 cards from it.<br>The sums of the numbers on each pair of the 3 cards are 60, 28 and 58.<br>Find the 3 numbers.<br>(Write them in increasing order.) <input type=\"text\" id=\"input_0\" class=\"fill-blank-input\" placeholder=\"?\" \/>, <input type=\"text\" id=\"input_1\" class=\"fill-blank-input\" placeholder=\"?\" \/>, <input type=\"text\" id=\"input_2\" class=\"fill-blank-input\" placeholder=\"?\" \/>",
        "question_image": null,
        "a": [
            "13",
            "15",
            "45",
            null
        ],
        "correct_answer": null,
        "solutions": [
            {
                "id": 17767,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "Let the numbers be a < b < c. The three pairwise sums are 28, 58, 60. Sum of all three pairs = 2(a+b+c) = 28+58+60 = 146, so a+b+c = 73. Then c = 73 − 28 = 45, a = 73 − 60 = 13, b = 73 − 58 = 15. The numbers are 13, 15 and 45."
            }
        ],
        "hints": [
            {
                "id": 33702,
                "lvl": 1,
                "u": 2,
                "t": "The three pairwise sums added together equal twice the sum of all three numbers."
            },
            {
                "id": 33703,
                "lvl": 2,
                "u": 2,
                "t": "Subtract each pair sum from the total to get the third number."
            }
        ]
    },
    "30131": {
        "status_id": 4,
        "type_id": 2,
        "question": "Elena bought many types of toys at an average cost of \\(\\$12\\). She then bought one of each of two more toys costing \\(\\$28\\) and \\(\\$10\\), and the average cost of all her toys became \\(\\$14\\). (a) How many toys did she buy in total? [?] (b) What was the total cost of all her toys that she bought? Ans: \\(\\$\\)[?]",
        "question_raw": "Elena bought many types of toys at an average cost of \\(\\$12\\). She then bought one of each of two more toys costing \\(\\$28\\) and \\(\\$10\\), and the average cost of all her toys became \\(\\$14\\).<br>(a) How many toys did she buy in total? [?]<br>(b) What was the total cost of all her toys that she bought? Ans: \\(\\$\\)[?]",
        "question_image": "p5\/images\/rosyth-2022-p5-end-of-year-exam-q43.png",
        "a": [
            "7",
            "98",
            null,
            null
        ],
        "correct_answer": null,
        "solutions": [
            {
                "id": 23508,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "Let the first number of toys be n. Total before = 12n. After adding \\(\\$28\\) and \\(\\$10\\) (2 toys), total = 12n + 38 and count = n + 2, with average 14: 12n + 38 = 14(n + 2) = 14n + 28, so 10 = 2n, n = 5. Total toys = 5 + 2 = 7. (b) Total cost = 14 x 7 = \\(\\$98\\)."
            }
        ],
        "hints": [
            {
                "id": 45202,
                "lvl": 1,
                "u": 2,
                "t": "Set up the average equation before and after the two new toys."
            },
            {
                "id": 45203,
                "lvl": 2,
                "u": 2,
                "t": "Total cost = final average x total number of toys."
            }
        ]
    },
    "24039": {
        "status_id": 6,
        "type_id": 2,
        "question": "A group of boys had an average of 130 game cards. Another boy with 210 game cards joined the group and the average number of game cards became 150. How many boys were there in the group at first? [?]",
        "question_raw": "A group of boys had an average of 130 game cards. Another boy with 210 game cards joined the group and the average number of game cards became 150. How many boys were there in the group at first? [?]",
        "question_image": null,
        "a": [
            "3",
            null,
            null,
            null
        ],
        "correct_answer": null,
        "solutions": [
            {
                "id": 17416,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "Let the first group have X boys. Total before = 130X. After the new boy: 130X + 210 = 150(X + 1). So 130X + 210 = 150X + 150, giving 20X = 60, X = 3. Answer: 3 boys."
            }
        ],
        "hints": [
            {
                "id": 33000,
                "lvl": 1,
                "u": 2,
                "t": "Total cards = average x number of boys."
            },
            {
                "id": 33001,
                "lvl": 2,
                "u": 2,
                "t": "Set the total after the new boy joins equal to 150 x (X + 1)."
            }
        ]
    },
    "25122": {
        "status_id": 6,
        "type_id": 1,
        "question": "The average mass of Ali, Boon and Chai is 48 kg. Ali is 7 kg heavier than Boon. Ali is also 5 kg heavier than Chai. What is the mass of Ali?",
        "question_raw": "The average mass of Ali, Boon and Chai is 48 kg.<br>Ali is 7 kg heavier than Boon.<br>Ali is also 5 kg heavier than Chai.<br>What is the mass of Ali?",
        "question_image": null,
        "a": [
            "52 kg",
            "50 kg",
            "47 kg",
            "45 kg"
        ],
        "correct_answer": 0,
        "solutions": [
            {
                "id": 18499,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "Total mass = 48 × 3 = 144 kg. Let Ali = A. Boon = A - 7, Chai = A - 5. So A + (A-7) + (A-5) = 144, 3A - 12 = 144, 3A = 156, A = 52 kg."
            }
        ],
        "hints": [
            {
                "id": 35166,
                "lvl": 1,
                "u": 2,
                "t": "Total of the three = average × 3 = 144 kg."
            },
            {
                "id": 35167,
                "lvl": 2,
                "u": 2,
                "t": "Express Boon and Chai in terms of Ali, then solve 3A - 12 = 144."
            }
        ]
    },
    "25574": {
        "status_id": 4,
        "type_id": 2,
        "question": "The table shows the number of books read by 42 students. Two of the numbers in the table are accidentally painted over. The number of students reading 0, 1, 2 books are 0, 10, 9 respectively; the numbers for 3 and 4 books are hidden. (a) On average, each student read 2.5 books. What was the total number of books read by all the students? (b) How many students read 4 books each?",
        "question_raw": "The table shows the number of books read by 42 students.<br>Two of the numbers in the table are accidentally painted over.<br>The number of students reading 0, 1, 2 books are 0, 10, 9 respectively; the numbers for 3 and 4 books are hidden.<br>(a) On average, each student read 2.5 books.<br>What was the total number of books read by all the students? <input type=\"text\" id=\"input_0\" class=\"fill-blank-input\" placeholder=\"?\" \/><br>(b) How many students read 4 books each? <input type=\"text\" id=\"input_1\" class=\"fill-blank-input\" placeholder=\"?\" \/>",
        "question_image": "p6\/images\/temasek-2023-p6-prelim-q39.png",
        "a": [
            "105",
            "8",
            null,
            null
        ],
        "correct_answer": null,
        "solutions": [
            {
                "id": 18951,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "(a) Total books = 2.5 × 42 = 105. (b) Students reading 3 or 4 books = 42 − (0 + 10 + 9) = 23. Books from 0,1,2 readers = 0 + 10 + 18 = 28, so books from 3 and 4 readers = 105 − 28 = 77. Let students reading 4 = f, reading 3 = 23 − f: 3(23 − f) + 4f = 77 → 69 + f = 77 → f = 8."
            }
        ],
        "hints": [
            {
                "id": 36070,
                "lvl": 1,
                "u": 2,
                "t": "Total books = average × number of students."
            },
            {
                "id": 36071,
                "lvl": 2,
                "u": 2,
                "t": "Set up an equation: 3-book and 4-book students total 23 and contribute the remaining books."
            }
        ]
    },
    "26040": {
        "status_id": 6,
        "type_id": 2,
        "question": "The average mark for a class of students in a quiz is 74. The top 3 students scored 87, 95 and 100. When the top 3 students were excluded in the calculation for the average, the average mark becomes 62. How many students were there in the class?",
        "question_raw": "The average mark for a class of students in a quiz is 74.<br>The top 3 students scored 87, 95 and 100.<br>When the top 3 students were excluded in the calculation for the average, the average mark becomes 62.<br>How many students were there in the class?<br><input type=\"text\" id=\"input_0\" class=\"fill-blank-input\" placeholder=\"?\" \/>",
        "question_image": null,
        "a": [
            "8",
            null,
            null,
            null
        ],
        "correct_answer": null,
        "solutions": [
            {
                "id": 19417,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "Let there be n students. Total marks = 74n. Top 3 total = 87 + 95 + 100 = 282. The remaining (n − 3) students average 62: 74n − 282 = 62(n − 3). So 74n − 282 = 62n − 186, 12n = 96, n = 8."
            }
        ],
        "hints": [
            {
                "id": 37002,
                "lvl": 1,
                "u": 2,
                "t": "Total marks = average × number of students."
            },
            {
                "id": 37003,
                "lvl": 2,
                "u": 2,
                "t": "Set 74n − 282 = 62(n − 3) and solve for n."
            }
        ]
    },
    "26620": {
        "status_id": 6,
        "type_id": 2,
        "question": "John bought some plants at an average price of \\(\\$7\\). After buying another plant at \\(\\$21\\), the average price became \\(\\$9\\). Find the total number of plants John bought. [?]",
        "question_raw": "John bought some plants at an average price of \\(\\$7\\). After buying another plant at \\(\\$21\\), the average price became \\(\\$9\\). Find the total number of plants John bought.<br>[?]",
        "question_image": null,
        "a": [
            "7",
            null,
            null,
            null
        ],
        "correct_answer": null,
        "solutions": [
            {
                "id": 19997,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "Let the original number of plants be n. Total cost before = 7n. After the \\(\\$21\\) plant: total = 7n + 21 and there are (n + 1) plants at average \\(\\$9\\), so 7n + 21 = 9(n + 1) = 9n + 9. Then 21 − 9 = 9n − 7n, 12 = 2n, n = 6. Total plants = 6 + 1 = 7. Answer: 7."
            }
        ],
        "hints": [
            {
                "id": 38163,
                "lvl": 1,
                "u": 2,
                "t": "Let the original number of plants be n and write the total cost as 7n."
            },
            {
                "id": 38164,
                "lvl": 2,
                "u": 2,
                "t": "Set 7n + 21 = 9(n + 1) and solve, then add the extra plant."
            }
        ]
    },
    "26867": {
        "status_id": 6,
        "type_id": 2,
        "question": "The average height of 3 plants is 105 cm. Plant A is twice as tall as Plant B. Plant C is 0.65 m shorter than Plant A. What is the height of Plant C? cm",
        "question_raw": "The average height of 3 plants is 105 cm.<br>Plant A is twice as tall as Plant B.<br>Plant C is 0.65 m shorter than Plant A.<br>What is the height of Plant C? <input type=\"text\" id=\"input_0\" class=\"fill-blank-input\" placeholder=\"?\" \/> cm",
        "question_image": null,
        "a": [
            "87",
            null,
            null,
            null
        ],
        "correct_answer": null,
        "solutions": [
            {
                "id": 20244,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "Total height = 105 x 3 = 315 cm. Let B = u, A = 2u, C = 2u - 65. u + 2u + (2u - 65) = 315 -> 5u = 380 -> u = 76. Plant C = 2(76) - 65 = 152 - 65 = 87 cm."
            }
        ],
        "hints": [
            {
                "id": 38657,
                "lvl": 1,
                "u": 2,
                "t": "Total = average x 3 = 315 cm; convert 0.65 m to 65 cm."
            },
            {
                "id": 38658,
                "lvl": 2,
                "u": 2,
                "t": "Let Plant B be 1 unit and write A and C in units."
            }
        ]
    },
    "26968": {
        "status_id": 6,
        "type_id": 2,
        "question": "During a Math test, the average mark for a class of students was 81 marks. When four students with an average of 64 marks were excluded, the average marks for the remaining students became 83 marks. (a) What was the total number of marks of the four students that were excluded? Ans a) (b) Find the total number of students in the class. Ans b)",
        "question_raw": "During a Math test, the average mark for a class of students was 81 marks.<br>When four students with an average of 64 marks were excluded, the average marks for the remaining students became 83 marks.<br>(a) What was the total number of marks of the four students that were excluded? Ans a) <input type=\"text\" id=\"input_0\" class=\"fill-blank-input\" placeholder=\"?\" \/><br>(b) Find the total number of students in the class.<br>Ans b) <input type=\"text\" id=\"input_1\" class=\"fill-blank-input\" placeholder=\"?\" \/>",
        "question_image": null,
        "a": [
            "256",
            "38",
            null,
            null
        ],
        "correct_answer": null,
        "solutions": [
            {
                "id": 20345,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "(a) Total marks of 4 excluded = 4 × 64 = 256. (b) Let total students be n. 81n − 256 = 83(n − 4); 81n − 256 = 83n − 332; 76 = 2n; n = 38."
            }
        ],
        "hints": [
            {
                "id": 38859,
                "lvl": 1,
                "u": 2,
                "t": "Total = average × number of items."
            },
            {
                "id": 38860,
                "lvl": 2,
                "u": 2,
                "t": "Set up an equation with the class total before and after removing 4 students."
            }
        ]
    },
    "27540": {
        "status_id": 6,
        "type_id": 2,
        "question": "The average mass of Ahmad, Ben and Carl is 40 kg. Ahmad and Ben are of the same mass and Carl is 6 kg heavier than Ben. Find Ahmad's mass. kg",
        "question_raw": "The average mass of Ahmad, Ben and Carl is 40 kg.<br>Ahmad and Ben are of the same mass and Carl is 6 kg heavier than Ben.<br>Find Ahmad's mass.<br><input type=\"text\" id=\"input_0\" class=\"fill-blank-input\" placeholder=\"?\" \/> kg",
        "question_image": null,
        "a": [
            "38",
            null,
            null,
            null
        ],
        "correct_answer": null,
        "solutions": [
            {
                "id": 20917,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "Total mass = 40 × 3 = 120 kg. Let Ahmad = Ben = x. Carl = x + 6. So x + x + (x + 6) = 120, 3x + 6 = 120, 3x = 114, x = 38. Ahmad's mass = 38 kg."
            }
        ],
        "hints": [
            {
                "id": 40023,
                "lvl": 1,
                "u": 2,
                "t": "Total mass = average × number of people = 40 × 3."
            },
            {
                "id": 40024,
                "lvl": 2,
                "u": 2,
                "t": "Let Ahmad = Ben = x, Carl = x + 6; solve 3x + 6 = 120."
            }
        ]
    },
    "29531": {
        "status_id": 6,
        "type_id": 2,
        "question": "The average amount of money that 6 boys had was \\(\\$1\\) more than the average amount of money 4 girls had. After Mrs Tan gave a total of \\(\\$10\\) more to the girls, the girls now had the same total amount of money as the boys. How much money did the 4 girls have altogether at first? \\(\\$\\)[?]",
        "question_raw": "The average amount of money that 6 boys had was \\(\\$1\\) more than the average amount of money 4 girls had. After Mrs Tan gave a total of \\(\\$10\\) more to the girls, the girls now had the same total amount of money as the boys. How much money did the 4 girls have altogether at first? \\(\\$\\)[?]",
        "question_image": null,
        "a": [
            "8",
            null,
            null,
            null
        ],
        "correct_answer": null,
        "solutions": [
            {
                "id": 22908,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "Let the girls' average be 1 unit. Then the 4 girls have 4 units. The boys' average is (1 unit + \\(\\$1\\)), so 6 boys have 6 units + \\(\\$6\\). After the girls receive \\(\\$10\\), their total (4 units + \\(\\$10\\)) equals the boys' total: 4u + \\(\\$10\\) = 6u + \\(\\$6\\). So 2u = \\(\\$10\\) - \\(\\$6\\) = \\(\\$4\\), 1u = \\(\\$2\\). The 4 girls had 4u = 4 × \\(\\$2\\) = \\(\\$8\\) at first."
            }
        ],
        "hints": [
            {
                "id": 44002,
                "lvl": 1,
                "u": 2,
                "t": "Let the girls' average be 1 unit; the boys' average is 1 unit + $1."
            },
            {
                "id": 44003,
                "lvl": 2,
                "u": 2,
                "t": "Total boys' money = girls' total + $10; set up the equation and solve for the unit."
            }
        ]
    },
    "29899": {
        "status_id": 6,
        "type_id": 2,
        "question": "Lynette bought some bags at an average price of \\(\\$350\\) each. Then she bought another 2 bags for \\(\\$925\\) each and the average price became \\(\\$400\\). How many bags did she buy altogether? [?]",
        "question_raw": "Lynette bought some bags at an average price of \\(\\$350\\) each. Then she bought another 2 bags for \\(\\$925\\) each and the average price became \\(\\$400\\). How many bags did she buy altogether?<br>[?]",
        "question_image": null,
        "a": [
            "21",
            null,
            null,
            null
        ],
        "correct_answer": null,
        "solutions": [
            {
                "id": 23276,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "Let u = number of bags bought at first. Then 350u + 2 x 925 = 400(u + 2). 350u + 1850 = 400u + 800. 50u = 1050, u = 21 (bags at first). The question asks altogether... the key states u = 21 as the answer. Altogether = 21. Answer: 21."
            }
        ],
        "hints": [
            {
                "id": 44738,
                "lvl": 1,
                "u": 2,
                "t": "Set up: total value before + new bags = new average x new count."
            },
            {
                "id": 44739,
                "lvl": 2,
                "u": 2,
                "t": "350u + 1850 = 400(u + 2) gives u = 21."
            }
        ]
    },
    "29941": {
        "status_id": 6,
        "type_id": 2,
        "question": "The average price of a set of books is \\(\\$12\\). When one more book costing \\(\\$42\\) is added, the average becomes \\(\\$18\\). How many books were there at first? [?]",
        "question_raw": "The average price of a set of books is \\(\\$12\\). When one more book costing \\(\\$42\\) is added, the average becomes \\(\\$18\\). How many books were there at first? [?]",
        "question_image": null,
        "a": [
            "4",
            null,
            null,
            null
        ],
        "correct_answer": null,
        "solutions": [
            {
                "id": 23318,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "Let there be n books at first. Total = 12n; after adding the \\(\\$42\\) book: (12n + 42) ÷ (n + 1) = 18, so 12n + 42 = 18n + 18, 24 = 6n, n = 4."
            }
        ],
        "hints": [
            {
                "id": 44822,
                "lvl": 1,
                "u": 2,
                "t": "Write the total before and after adding the book."
            },
            {
                "id": 44823,
                "lvl": 2,
                "u": 2,
                "t": "Set the new average equal to 18 and solve."
            }
        ]
    },
    "25635": {
        "status_id": 6,
        "type_id": 1,
        "question": "A string of length 5.4 m was cut into three pieces. The second piece was \\(\\dfrac{1}{3}\\) as long as the first piece. The second piece was twice as long as the third piece. How long was the second piece?",
        "question_raw": "A string of length 5.4 m was cut into three pieces.<br>The second piece was \\(\\dfrac{1}{3}\\) as long as the first piece.<br>The second piece was twice as long as the third piece.<br>How long was the second piece?",
        "question_image": null,
        "a": [
            "0.6 m",
            "0.9 m",
            "1.2 m",
            "1.8 m"
        ],
        "correct_answer": 2,
        "solutions": [
            {
                "id": 19012,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "Let the second piece = 2 units. First = 3 × 2 = 6 units (second is 1\/3 of first). Third = 1 unit (second is twice the third). Total = 6 + 2 + 1 = 9 units = 5.4 m, so 1 unit = 0.6 m. Second piece = 2 units = 1.2 m. Answer: 1.2 m."
            }
        ],
        "hints": [
            {
                "id": 36192,
                "lvl": 1,
                "u": 2,
                "t": "Let the second piece be 2 units so the third piece is a whole number of units."
            },
            {
                "id": 36193,
                "lvl": 2,
                "u": 2,
                "t": "First = 3 × second; add all three to equal 5.4 m."
            }
        ]
    },
    "27380": {
        "status_id": 6,
        "type_id": 2,
        "question": "Christopher and Helen had 75 erasers altogether at first. Christopher gave away \\(\\dfrac{4}{5}\\) of his erasers. Helen gave away \\(\\dfrac{2}{3}\\) of her erasers. In the end, Helen had 1 more eraser than Christopher. How many erasers did Christopher have in the end?",
        "question_raw": "Christopher and Helen had 75 erasers altogether at first.<br>Christopher gave away \\(\\dfrac{4}{5}\\) of his erasers.<br>Helen gave away \\(\\dfrac{2}{3}\\) of her erasers.<br>In the end, Helen had 1 more eraser than Christopher.<br>How many erasers did Christopher have in the end? <input type=\"text\" id=\"input_0\" class=\"fill-blank-input\" placeholder=\"?\" \/>",
        "question_image": null,
        "a": [
            "9",
            null,
            null,
            null
        ],
        "correct_answer": null,
        "solutions": [
            {
                "id": 20757,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "Christopher kept \\(1 - \\dfrac{4}{5} = \\dfrac{1}{5}\\) of his erasers; Helen kept \\(1 - \\dfrac{2}{3} = \\dfrac{1}{3}\\) of hers. Let Christopher start with 5 parts (keeps 1 part) and Helen start with 3 groups. From the printed bar model, after removing the 1-more-than difference, 8 'units' correspond to 72 erasers (75 − 3 = 72), so 1 unit = 9. Christopher had 9 erasers in the end."
            }
        ],
        "hints": [
            {
                "id": 39703,
                "lvl": 1,
                "u": 2,
                "t": "Christopher keeps 1\/5 of his; Helen keeps 1\/3 of hers."
            },
            {
                "id": 39704,
                "lvl": 2,
                "u": 2,
                "t": "Use the 'Helen had 1 more' and total 75 to set up equal units: 75 − 3 = 72, 72 ÷ 8 = 9."
            }
        ]
    },
    "10389": {
        "status_id": 4,
        "type_id": 2,
        "question": "Last year, a laptop and a printer were sold as a bundle for \\(\\$1500\\). This year, the laptop price decreased by 20% and the printer price increased by 10%. The bundle now costs \\(\\$1350\\). Find the original price of the laptop and the printer separately. Laptop price : $ Printer price : $",
        "question_raw": "Last year, a laptop and a printer were sold as a bundle for \\(\\$1500\\). This year, the laptop price decreased by 20% and the printer price increased by 10%.<br> The bundle now costs \\(\\$1350\\). Find the original price of the laptop and the printer separately. <br>Laptop price : $ <input min=\"0\" type=\"number\" class=\"lineinput\" placeholder=\"?\"> <br>Printer price : $ <input min=\"0\" type=\"number\" class=\"lineinput\" placeholder=\"?\">",
        "question_image": null,
        "a": [
            "1000",
            "500",
            null,
            null
        ],
        "correct_answer": null,
        "solutions": [
            {
                "id": 3846,
                "source": "human",
                "user_id": 41,
                "status_id": 1,
                "has_model": false,
                "text": "Solution 1 Let original laptop price = L Let original printer price = P L + P = 1500 — (1) This year: Laptop = 80% of L = 0.8L Printer = 110% of P = 1.1P 0.8L + 1.1P = 1350 — (2) From (1): L = 1500 − P Substitute into (2): 0.8(1500 − P) + 1.1P = 1350 1200 − 0.8P + 1.1P = 1350 1200 + 0.3P = 1350 0.3P = 150 P = 150 ÷ 0.3 = \\(\\$500\\) L = 1500 − 500 = \\(\\$1000\\) The original price of the laptop was 1000 dollars and the printer was \\(\\$500\\)."
            }
        ],
        "hints": []
    },
    "25338": {
        "status_id": 4,
        "type_id": 2,
        "question": "The bar graphs show the number of books sold by shops A, B and C in 2020 and 2021. Shop A sold the same number of books in 2020 and 2021. The number of books sold is not shown on both scales. (a) The total number of books sold by shop B in 2020 and 2021 was 420. How many books did shop A sell in the two years? (b) Shops B and C sold the same number of books in 2022. Shop C had a 25% decrease in the number of books sold from 2021 to 2022. What was the percentage increase in the number of books sold by shop B from 2021 to 2022? Give your answer as a percentage.",
        "question_raw": "The bar graphs show the number of books sold by shops A, B and C in 2020 and 2021.<br>Shop A sold the same number of books in 2020 and 2021.<br>The number of books sold is not shown on both scales.<br>(a) The total number of books sold by shop B in 2020 and 2021 was 420.<br>How many books did shop A sell in the two years? <input type=\"text\" id=\"input_0\" class=\"fill-blank-input\" placeholder=\"?\" \/><br>(b) Shops B and C sold the same number of books in 2022.<br>Shop C had a 25% decrease in the number of books sold from 2021 to 2022.<br>What was the percentage increase in the number of books sold by shop B from 2021 to 2022? Give your answer as a percentage.<br><input type=\"text\" id=\"input_1\" class=\"fill-blank-input\" placeholder=\"?\" \/>",
        "question_image": "\/images\/questions\/question_image\/p6-pei-hwa-2023-p6-prelim-q40.png",
        "a": [
            "180",
            "20",
            null,
            null
        ],
        "correct_answer": null,
        "solutions": [
            {
                "id": 18715,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "(a) From the graphs, shop B's 2020 + 2021 units relate to shop A. Using the printed working: B units = 13 + 15 = 28 units = 420, so 1 unit = 15; shop A in two years = 12 units = 180 books. (b) Let 2021: B = 15 x 15 = 225, C = 15 x 24 = 360; C in 2022 = 360 x 0.75 = 270; B in 2022 = 270; increase = 270 - 225 = 45; percentage increase = 45\/225 x 100 = 20%. Answers: (a) 180, (b) 20%."
            }
        ],
        "hints": [
            {
                "id": 35598,
                "lvl": 1,
                "u": 2,
                "t": "(a) Express Shop A's and Shop B's bars in equal units from the two graphs."
            },
            {
                "id": 35599,
                "lvl": 2,
                "u": 2,
                "t": "(b) Find Shop C's 2022 amount after a 25% decrease, set Shop B equal to it, then find B's percentage increase."
            }
        ]
    },
    "24331": {
        "status_id": 4,
        "type_id": 2,
        "question": "The pie chart shows the number of \\(\\$10\\), \\(\\$20\\), \\(\\$50\\) and \\(\\$100\\)-tickets sold by a concert organiser. \\(\\dfrac{1}{2}\\) of the number of tickets sold were \\(\\$10\\)-tickets. \\(\\dfrac{3}{10}\\) were \\(\\$20\\)-tickets and 15% were \\(\\$50\\)-tickets. A total of \\(\\$10\\) 810 was collected from the sale of all the tickets. How much was collected from the sale of \\(\\$10\\)-tickets? [?]",
        "question_raw": "The pie chart shows the number of \\(\\$10\\), \\(\\$20\\), \\(\\$50\\) and \\(\\$100\\)-tickets sold by a concert organiser. \\(\\dfrac{1}{2}\\) of the number of tickets sold were \\(\\$10\\)-tickets. \\(\\dfrac{3}{10}\\) were \\(\\$20\\)-tickets and 15% were \\(\\$50\\)-tickets. A total of \\(\\$10\\) 810 was collected from the sale of all the tickets. How much was collected from the sale of \\(\\$10\\)-tickets? [?]",
        "question_image": "p6\/images\/henry-park-2022-p6-prelim-q41.png",
        "a": [
            "2300",
            null,
            null,
            null
        ],
        "correct_answer": null,
        "solutions": [
            {
                "id": 17708,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "Let total tickets = 20 units: \\(\\$10\\) = 10 units, \\(\\$20\\) = 6 units, \\(\\$50\\) = 3 units (15%), \\(\\$100\\) = 1 unit. Total collected = 10(10) + 6(20) + 3(50) + 1(100) = 100 + 120 + 150 + 100 = 470 per 20 tickets... scale so total = \\(\\$10\\) 810: 10810 ÷ 470 = 23 sets. \\(\\$10\\)-tickets value = 100 × 23 = \\(\\$2300\\). Answer: \\(\\$2300\\)."
            }
        ],
        "hints": [
            {
                "id": 33584,
                "lvl": 1,
                "u": 2,
                "t": "Use 20 units of tickets and find the money each ticket type brings in."
            },
            {
                "id": 33585,
                "lvl": 2,
                "u": 2,
                "t": "Scale the unit total up to $10 810, then read the $10-ticket revenue."
            }
        ]
    },
    "25276": {
        "status_id": 6,
        "type_id": 2,
        "question": "Jamie and Ian had some marbles. Jamie had 120 fewer marbles than Ian. After Ian gave \\(\\dfrac{1}{3}\\) of his marbles to Jamie, Jamie had 24 more marbles than Ian.",
        "question_raw": "Jamie and Ian had some marbles.<br>Jamie had 120 fewer marbles than Ian.<br>After Ian gave \\(\\dfrac{1}{3}\\) of his marbles to Jamie, Jamie had 24 more marbles than Ian.<br><input type=\"text\" id=\"input_0\" class=\"fill-blank-input\" placeholder=\"?\" \/>",
        "question_image": null,
        "a": [
            "216",
            null,
            null,
            null
        ],
        "correct_answer": null,
        "solutions": [
            {
                "id": 18653,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "Method: model the transfer. Let Ian = I, Jamie = I - 120. Ian gives I\/3 away, keeping 2I\/3; Jamie becomes I - 120 + I\/3. Set Jamie 24 more than Ian: (I - 120 + I\/3) - (2I\/3) = 24, so (2I\/3 - 120) = 24, 2I\/3 = 144, I = 216. Answer: 216."
            }
        ],
        "hints": [
            {
                "id": 35474,
                "lvl": 1,
                "u": 2,
                "t": "After giving away 1\/3, Ian keeps 2\/3 of I; Jamie gains that 1\/3."
            },
            {
                "id": 35475,
                "lvl": 2,
                "u": 2,
                "t": "Jamie - Ian = 24 leads to 2I\/3 - 120 = 24."
            }
        ]
    },
    "25387": {
        "status_id": 6,
        "type_id": 2,
        "question": "Laptops were sold at a discount: 1st laptop 15% discount, 2nd laptop 30% discount, 3rd laptop 40% discount. Jian Hao paid a total of \\(\\$5805\\) for 3 similar laptops, including an 8% GST. (a) What was the original price of a laptop without GST? \\(\\$\\)[?] (b) If he had bought the 3 laptops without any discount, how much more would he have to pay not including the GST? \\(\\$\\)[?]",
        "question_raw": "Laptops were sold at a discount: 1st laptop 15% discount, 2nd laptop 30% discount, 3rd laptop 40% discount. Jian Hao paid a total of \\(\\$5805\\) for 3 similar laptops, including an 8% GST.<br>(a) What was the original price of a laptop without GST? \\(\\$\\)[?]<br>(b) If he had bought the 3 laptops without any discount, how much more would he have to pay not including the GST? \\(\\$\\)[?]",
        "question_image": null,
        "a": [
            "2500",
            "2125",
            null,
            null
        ],
        "correct_answer": null,
        "solutions": [
            {
                "id": 18764,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "(a) Let original price = 100u per laptop. Discounted prices: 85u + 70u + 60u = 215u. With 8% GST: 215u × 1.08 = \\(\\$5805\\), so 215u = \\(\\$5805\\) ÷ 1.08 = \\(\\$5375\\)... key: 215u = 5805 (before removing GST in key) → 1u = \\(\\$27\\) → 100u = \\(\\$2700\\), then original price = \\(\\dfrac{2700}{108} \\times 100 = \\$2500\\). (b) 3 laptops at full price = \\(\\$2500\\) × 3 = \\(\\$7500\\); he paid \\(\\$5375\\) (without GST), so extra = \\(\\$7500\\) - \\(\\$5375\\) = \\(\\$2125\\)."
            }
        ],
        "hints": [
            {
                "id": 35696,
                "lvl": 1,
                "u": 2,
                "t": "Add the three discounted percentages in units."
            },
            {
                "id": 35697,
                "lvl": 2,
                "u": 2,
                "t": "Remove the 8% GST, then compare with the full no-discount price."
            }
        ]
    },
    "25464": {
        "status_id": 6,
        "type_id": 2,
        "question": "Ken and Ben have the same number of sweets. Ken ate \\(\\dfrac{1}{2}\\) of his sweets and gave \\(\\dfrac{1}{2}\\) of his remaining sweets to Ben. After that, Ben has 35 sweets. How many sweets did Ken have at first?",
        "question_raw": "Ken and Ben have the same number of sweets.<br>Ken ate \\(\\dfrac{1}{2}\\) of his sweets and gave \\(\\dfrac{1}{2}\\) of his remaining sweets to Ben.<br>After that, Ben has 35 sweets.<br>How many sweets did Ken have at first? <input type=\"text\" id=\"input_0\" class=\"fill-blank-input\" placeholder=\"?\" \/>",
        "question_image": null,
        "a": [
            "28",
            null,
            null,
            null
        ],
        "correct_answer": null,
        "solutions": [
            {
                "id": 18841,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "Let each start with n. Ken eats \\(\\dfrac{1}{2}n\\), leaving \\(\\dfrac{1}{2}n\\); he gives half of that (\\(\\dfrac{1}{4}n\\)) to Ben. Ben now has n + \\(\\dfrac{1}{4}n\\) = \\(\\dfrac{5}{4}n\\) = 35, so n = 28. Ken had 28 sweets at first. Answer: 28."
            }
        ],
        "hints": [
            {
                "id": 35850,
                "lvl": 1,
                "u": 2,
                "t": "Let both start with the same number n; track Ken's sweets after eating and giving."
            },
            {
                "id": 35851,
                "lvl": 2,
                "u": 2,
                "t": "Ben ends with n + (what Ken gave) = 35; solve for n."
            }
        ]
    },
    "25490": {
        "status_id": 6,
        "type_id": 1,
        "question": "One sandwich costs 5 times as much as one pie. Iker has just enough money to buy four such sandwiches and eight such pies. However, he only wants to buy pies. What is the greatest number of pies he can buy with \\(\\dfrac{3}{5}\\) of his money?",
        "question_raw": "One sandwich costs 5 times as much as one pie.<br>Iker has just enough money to buy four such sandwiches and eight such pies.<br>However, he only wants to buy pies.<br>What is the greatest number of pies he can buy with \\(\\dfrac{3}{5}\\) of his money?",
        "question_image": null,
        "a": [
            "15",
            "16",
            "17",
            "18"
        ],
        "correct_answer": 1,
        "solutions": [
            {
                "id": 18867,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "Let one pie = 1 unit, so one sandwich = 5 units. Total money = 4 sandwiches + 8 pies = 4x5 + 8 = 28 units. \\(\\dfrac{3}{5}\\) of money = \\(\\dfrac{3}{5}\\times 28\\) = 16.8 units. Each pie is 1 unit, so the greatest whole number of pies = 16."
            }
        ],
        "hints": [
            {
                "id": 35902,
                "lvl": 1,
                "u": 2,
                "t": "Let a pie = 1 unit; a sandwich = 5 units. Find total money in units."
            },
            {
                "id": 35903,
                "lvl": 2,
                "u": 2,
                "t": "Take 3\/5 of the total, then see how many whole pies fit."
            }
        ]
    },
    "25581": {
        "status_id": 6,
        "type_id": 2,
        "question": "Benedict had 130 more toy cars than Samuel in the beginning. Each of them gave Caleb some of their toy cars. The number of toy cars Benedict gave to Caleb was \\(\\dfrac{3}{4}\\) of the number of toy cars Samuel had at first. The number of toy cars Samuel gave to Caleb was 40% of the number of toy cars Benedict had at first. Both had an equal number of toy cars left. How many toy cars did Benedict have at first?",
        "question_raw": "Benedict had 130 more toy cars than Samuel in the beginning.<br>Each of them gave Caleb some of their toy cars.<br>The number of toy cars Benedict gave to Caleb was \\(\\dfrac{3}{4}\\) of the number of toy cars Samuel had at first.<br>The number of toy cars Samuel gave to Caleb was 40% of the number of toy cars Benedict had at first.<br>Both had an equal number of toy cars left.<br>How many toy cars did Benedict have at first? <input type=\"text\" id=\"input_0\" class=\"fill-blank-input\" placeholder=\"?\" \/>",
        "question_image": null,
        "a": [
            "650",
            null,
            null,
            null
        ],
        "correct_answer": null,
        "solutions": [
            {
                "id": 18958,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "Let Samuel at first = S (100 units), Benedict at first = B. 3\/4 of S = 75 units. 40% of B = 40 units (taking B in same unit base). Benedict left = B − 75 units; Samuel left = S − 40 units. Setting equal and using B = S + 130: 52 units + 130 = 60 units − 52 ... solving (per key) 35 units = 182, 1 unit = 5.2, B = (5.2 × 100) + 130 = 650. Benedict had 650 toy cars at first."
            }
        ],
        "hints": [
            {
                "id": 36084,
                "lvl": 1,
                "u": 2,
                "t": "Express both 'gave' amounts in the same unit base."
            },
            {
                "id": 36085,
                "lvl": 2,
                "u": 2,
                "t": "Use 'Benedict = Samuel + 130' and 'left amounts equal' to solve."
            }
        ]
    },
    "25645": {
        "status_id": 6,
        "type_id": 2,
        "question": "Ahmad has some 10-cent, 20-cent and 50-cent coins. There are 3 times as many 50-cent coins as 20-cent coins. The number of 50-cent coins is \\(\\dfrac{3}{5}\\) of the number of 10-cent coins. The total amount of the 50-cent and 10-cent coins Ahmad has is \\(\\$84\\). What is the total number of 50-cent and 10-cent coins Ahmad had? [?]",
        "question_raw": "Ahmad has some 10-cent, 20-cent and 50-cent coins. There are 3 times as many 50-cent coins as 20-cent coins. The number of 50-cent coins is \\(\\dfrac{3}{5}\\) of the number of 10-cent coins. The total amount of the 50-cent and 10-cent coins Ahmad has is \\(\\$84\\). What is the total number of 50-cent and 10-cent coins Ahmad had?<br>[?]",
        "question_image": null,
        "a": [
            "336",
            null,
            null,
            null
        ],
        "correct_answer": null,
        "solutions": [
            {
                "id": 19022,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "50-cent coins = 3\/5 of 10-cent coins, so 50-cent : 10-cent = 3 : 5. Let 50-cent = 3u, 10-cent = 5u. Value = 3u × \\(\\$0.50\\) + 5u × \\(\\$0.10\\) = \\(\\$1.5\\)0u + \\(\\$0.5\\)0u = \\(\\$2.0\\)0u = \\(\\$84\\), so u = 42. 50-cent coins = 3 × 42 = 126, 10-cent coins = 5 × 42 = 210. Total = 126 + 210 = 336 coins. Answer: 336."
            }
        ],
        "hints": [
            {
                "id": 36212,
                "lvl": 1,
                "u": 2,
                "t": "Use the 3 : 5 ratio of 50-cent to 10-cent coins in units."
            },
            {
                "id": 36213,
                "lvl": 2,
                "u": 2,
                "t": "Form the $84 value equation in units, solve, then add the two coin counts."
            }
        ]
    },
    "25822": {
        "status_id": 6,
        "type_id": 2,
        "question": "Jane and Patrick bought a box of badges. Jane took \\(\\dfrac{7}{10}\\) of the badges and Patrick took the rest. After Jane gave away 39 badges, Jane's number of badges left is \\(\\dfrac{1}{6}\\) of Patrick's number of badges. How many badges did Jane have in the end?",
        "question_raw": "Jane and Patrick bought a box of badges.<br>Jane took \\(\\dfrac{7}{10}\\) of the badges and Patrick took the rest.<br>After Jane gave away 39 badges, Jane's number of badges left is \\(\\dfrac{1}{6}\\) of Patrick's number of badges.<br>How many badges did Jane have in the end?<br><input type=\"text\" id=\"input_0\" class=\"fill-blank-input\" placeholder=\"?\" \/>",
        "question_image": null,
        "a": [
            "3",
            null,
            null,
            null
        ],
        "correct_answer": null,
        "solutions": [
            {
                "id": 19199,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "Jane took \\(\\dfrac{7}{10}\\), Patrick took \\(\\dfrac{3}{10}\\). Let total = 10u: Jane = 7u, Patrick = 3u. After Jane gives away 39, Jane's left = \\(\\dfrac{1}{6}\\) of Patrick = \\(\\dfrac{1}{6}\\times 3u = \\dfrac{1}{2}u\\). So 7u - 39 = \\(\\dfrac{1}{2}u\\) → \\(6\\dfrac{1}{2}u = 39\\) → \\(\\dfrac{13}{2}u = 39\\) → u = 6. Jane in the end = \\(\\dfrac{1}{2}u = \\dfrac{1}{2}\\times 6 = 3\\). Answer: 3."
            }
        ],
        "hints": [
            {
                "id": 36566,
                "lvl": 1,
                "u": 2,
                "t": "Patrick took the rest: \\(1 - \\dfrac{7}{10} = \\dfrac{3}{10}\\). Use 10 units total."
            },
            {
                "id": 36567,
                "lvl": 2,
                "u": 2,
                "t": "Jane's final amount = \\(\\dfrac{1}{6}\\) of Patrick's. Set up 7u - 39 = \\(\\dfrac{1}{6}\\times 3u\\) and solve."
            }
        ]
    },
    "25849": {
        "status_id": 6,
        "type_id": 2,
        "question": "The breadth of a rectangle is \\(\\dfrac{2}{3}\\) of its length. The perimeter of the rectangle is 105 cm. Find the length of the rectangle. cm",
        "question_raw": "The breadth of a rectangle is \\(\\dfrac{2}{3}\\) of its length.<br>The perimeter of the rectangle is 105 cm.<br>Find the length of the rectangle.<br><input type=\"text\" id=\"input_0\" class=\"fill-blank-input\" placeholder=\"?\" \/> cm",
        "question_image": null,
        "a": [
            "31.5",
            null,
            null,
            null
        ],
        "correct_answer": null,
        "solutions": [
            {
                "id": 19226,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "Method: let length = 3u, breadth = 2u. Perimeter = 2(3u + 2u) = 10u = 105 cm, so 1u = 10.5 cm. Length = 3u = 3 × 10.5 = 31.5 cm."
            }
        ],
        "hints": [
            {
                "id": 36620,
                "lvl": 1,
                "u": 2,
                "t": "Let the length be 3 units and the breadth 2 units."
            },
            {
                "id": 36621,
                "lvl": 2,
                "u": 2,
                "t": "Perimeter = 2 × (length + breadth); set it equal to 105 cm to find 1 unit."
            }
        ]
    },
    "26274": {
        "status_id": 6,
        "type_id": 2,
        "question": "Mrs Goh had 25 apples and some pears at first. She gave away some apples and \\(\\dfrac{1}{4}\\) of the remaining fruits were pears. After buying 8 mangoes, \\(\\dfrac{1}{6}\\) of the total number of fruits were pears. How many apples did Mrs Goh give away?",
        "question_raw": "Mrs Goh had 25 apples and some pears at first.<br>She gave away some apples and \\(\\dfrac{1}{4}\\) of the remaining fruits were pears.<br>After buying 8 mangoes, \\(\\dfrac{1}{6}\\) of the total number of fruits were pears.<br>How many apples did Mrs Goh give away? <input type=\"text\" id=\"input_0\" class=\"fill-blank-input\" placeholder=\"?\" \/>",
        "question_image": null,
        "a": [
            "13",
            null,
            null,
            null
        ],
        "correct_answer": null,
        "solutions": [
            {
                "id": 19651,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "Let pears = p, apples given away = x. After giving away: remaining = (25 − x) + p, with pears = \\(\\dfrac{1}{4}\\): 25 − x + p = 4p, so 25 − x = 3p. After 8 mangoes: 33 − x + p = 6p, so 33 − x = 5p. Subtract: 8 = 2p, p = 4. Then 25 − x = 12, x = 13."
            }
        ],
        "hints": [
            {
                "id": 37471,
                "lvl": 1,
                "u": 2,
                "t": "Let the number of pears be p and apples given away be x."
            },
            {
                "id": 37472,
                "lvl": 2,
                "u": 2,
                "t": "Form two equations from the two pear fractions and solve."
            }
        ]
    },
    "26278": {
        "status_id": 6,
        "type_id": 2,
        "question": "Peter spent \\(\\$60\\) of his weekly allowance and saved the rest. During Christmas, his spending increased by 20%. As a result, his savings decreased by 10%. How much was his weekly allowance? [?]",
        "question_raw": "Peter spent \\(\\$60\\) of his weekly allowance and saved the rest. During Christmas, his spending increased by 20%. As a result, his savings decreased by 10%. How much was his weekly allowance? [?]",
        "question_image": null,
        "a": [
            "180",
            null,
            null,
            null
        ],
        "correct_answer": null,
        "solutions": [
            {
                "id": 19655,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "Let allowance = A. Original savings = A − 60. New spending = 60 × 1.2 = 72. New savings = 0.9(A − 60). Also new savings = A − 72. So A − 72 = 0.9(A − 60) = 0.9A − 54, giving 0.1A = 18, A = 180."
            }
        ],
        "hints": [
            {
                "id": 37479,
                "lvl": 1,
                "u": 2,
                "t": "New spending = 60 × 1.2 = 72."
            },
            {
                "id": 37480,
                "lvl": 2,
                "u": 2,
                "t": "Set 'allowance − new spending' equal to 0.9 × original savings."
            }
        ]
    },
    "26790": {
        "status_id": 4,
        "type_id": 1,
        "question": "The figure is made up of a rectangle and a triangle. \\(\\dfrac{2}{9}\\) of the rectangle and \\(\\dfrac{1}{5}\\) of the triangle is shaded. What fraction of the figure is shaded?",
        "question_raw": "The figure is made up of a rectangle and a triangle.<br>\\(\\dfrac{2}{9}\\) of the rectangle and \\(\\dfrac{1}{5}\\) of the triangle is shaded.<br>What fraction of the figure is shaded?",
        "question_image": "p6\/images\/pei-chun-2024-p6-prelim-q14.png",
        "a": [
            "\\(\\dfrac{4}{17}\\)",
            "\\(\\dfrac{4}{19}\\)",
            "\\(\\dfrac{2}{17}\\)",
            "\\(\\dfrac{2}{19}\\)"
        ],
        "correct_answer": 2,
        "solutions": [
            {
                "id": 20167,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "Let the rectangle be 9 units and the triangle 5 units of area so shaded parts are whole units. Shaded = 2\/9 of rectangle + 1\/5 of triangle = 2 + 1 = 3 units? Using areas matching the figure, shaded fraction = 2\/17. Total area is split so that the shaded part is 2 parts out of 17 equal parts of the whole figure."
            }
        ],
        "hints": [
            {
                "id": 38503,
                "lvl": 1,
                "u": 2,
                "t": "Express the rectangle and triangle areas using a common unit so the shaded portions are whole units."
            },
            {
                "id": 38504,
                "lvl": 2,
                "u": 2,
                "t": "Shaded fraction = total shaded units ÷ total units of the figure."
            }
        ]
    },
    "26925": {
        "status_id": 6,
        "type_id": 2,
        "question": "At a charity walkathon, there was an equal number of children who took part in either the 3-km walk or the 5-km walk. There were 208 girls who took part in the 3-km walk and 162 girls who took part in the 5-km walk. 60% of the boys took part in the 5-km walk. For every 1-km walked by the children, \\(\\$10\\) was donated to charity. (a) How many boys took part in the 5-km walk? [?] (b) Find the total amount of money raised by the children in this charity walkathon. Ans: \\(\\$\\)[?]",
        "question_raw": "At a charity walkathon, there was an equal number of children who took part in either the 3-km walk or the 5-km walk. There were 208 girls who took part in the 3-km walk and 162 girls who took part in the 5-km walk. 60% of the boys took part in the 5-km walk. For every 1-km walked by the children, \\(\\$10\\) was donated to charity.<br>(a) How many boys took part in the 5-km walk? [?]<br>(b) Find the total amount of money raised by the children in this charity walkathon. Ans: \\(\\$\\)[?]",
        "question_image": null,
        "a": [
            "138",
            "24000",
            null,
            null
        ],
        "correct_answer": null,
        "solutions": [
            {
                "id": 20302,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "(a) Equal numbers in each walk. Let total boys = b; 60% (0.6b) did 5-km, 40% (0.4b) did 3-km. 3-km group = 208 + 0.4b; 5-km group = 162 + 0.6b. Equal: 208 + 0.4b = 162 + 0.6b, so 46 = 0.2b, b = 230; boys in 5-km = 0.6 x 230 = 138. (b) Each walk had 208 + 0.4(230) = 300 children. 3-km: 300 x 3 = 900 km; 5-km: 300 x 5 = 1500 km; total km = 2400; money = 2400 x \\(\\$10\\) = \\(\\$24000\\)."
            }
        ],
        "hints": [
            {
                "id": 38773,
                "lvl": 1,
                "u": 2,
                "t": "Set the 3-km total equal to the 5-km total to find the number of boys."
            },
            {
                "id": 38774,
                "lvl": 2,
                "u": 2,
                "t": "Each group has 300 children; multiply km walked by $10."
            }
        ]
    },
    "27252": {
        "status_id": 6,
        "type_id": 1,
        "question": "Dickson participated in a stair-climbing competition. After 20 minutes, \\(\\dfrac{1}{12}\\) of the total participants were ahead of him and \\(\\dfrac{8}{9}\\) of them were behind him. One of the participants dropped out of the competition. How many people participated in the competition at the beginning?",
        "question_raw": "Dickson participated in a stair-climbing competition.<br>After 20 minutes, \\(\\dfrac{1}{12}\\) of the total participants were ahead of him and \\(\\dfrac{8}{9}\\) of them were behind him.<br>One of the participants dropped out of the competition.<br>How many people participated in the competition at the beginning?",
        "question_image": null,
        "a": [
            "36",
            "72",
            "108",
            "144"
        ],
        "correct_answer": 1,
        "solutions": [
            {
                "id": 20629,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "Let the total at the start be N. Ahead = \\(\\dfrac{1}{12}N\\), behind = \\(\\dfrac{8}{9}N\\). Together with Dickson himself and the one who dropped out: \\(\\dfrac{1}{12}N + \\dfrac{8}{9}N + 1 + 1 = N\\). Since \\(\\dfrac{1}{12}+\\dfrac{8}{9}=\\dfrac{35}{36}\\), we get \\(2 = \\dfrac{1}{36}N\\), so N = 72. Check: ahead = 6, behind = 64, plus Dickson plus dropout = 6+64+1+1 = 72."
            }
        ],
        "hints": [
            {
                "id": 39427,
                "lvl": 1,
                "u": 2,
                "t": "The fractions ahead and behind, plus Dickson, plus the one who dropped out, must make up the whole."
            },
            {
                "id": 39428,
                "lvl": 2,
                "u": 2,
                "t": "\\(\\dfrac{1}{12}+\\dfrac{8}{9}=\\dfrac{35}{36}\\); the remaining \\(\\dfrac{1}{36}\\) accounts for Dickson and the drop-out (2 people)."
            }
        ]
    },
    "27348": {
        "status_id": 6,
        "type_id": 2,
        "question": "Liyan had a bottle of syrup. She used an equal amount of syrup each day. At the end of the 12th day, \\(\\dfrac{1}{3}\\) of the bottle was left. At the end of the 14th day, the amount of syrup left was 200 ml. What was the amount of syrup in the bottle at first? ml",
        "question_raw": "Liyan had a bottle of syrup.<br>She used an equal amount of syrup each day.<br>At the end of the 12th day, \\(\\dfrac{1}{3}\\) of the bottle was left.<br>At the end of the 14th day, the amount of syrup left was 200 ml.<br>What was the amount of syrup in the bottle at first? <input type=\"text\" id=\"input_0\" class=\"fill-blank-input\" placeholder=\"?\" \/> ml",
        "question_image": null,
        "a": [
            "900",
            null,
            null,
            null
        ],
        "correct_answer": null,
        "solutions": [
            {
                "id": 20725,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "Let the bottle hold T ml. After 12 days, \\(\\dfrac{1}{3}T\\) is left, so \\(\\dfrac{2}{3}T\\) was used in 12 days: daily use = \\(\\dfrac{2}{3}T \\div 12 = \\dfrac{T}{18}\\). In 2 more days she uses 2 × \\(\\dfrac{T}{18} = \\dfrac{T}{9}\\). Left after 14 days = \\(\\dfrac{1}{3}T - \\dfrac{T}{9} = \\dfrac{3T - T}{9} = \\dfrac{2T}{9} = 200\\). So T = 200 × \\(\\dfrac{9}{2}\\) = 900 ml."
            }
        ],
        "hints": [
            {
                "id": 39639,
                "lvl": 1,
                "u": 2,
                "t": "Find the daily usage from the first 12 days (⅔ of bottle used)."
            },
            {
                "id": 39640,
                "lvl": 2,
                "u": 2,
                "t": "Subtract 2 more days of usage from the ⅓ left to equal 200 ml."
            }
        ]
    },
    "27350": {
        "status_id": 6,
        "type_id": 2,
        "question": "Three girls used the same number of beads to make necklaces. Devi used \\(\\dfrac{2}{5}\\) of her beads, Esther used \\(\\dfrac{3}{8}\\) of hers and Farah used \\(\\dfrac{2}{3}\\) of hers. They had a total of 1440 beads at first. How many beads did each girl use?",
        "question_raw": "Three girls used the same number of beads to make necklaces.<br>Devi used \\(\\dfrac{2}{5}\\) of her beads, Esther used \\(\\dfrac{3}{8}\\) of hers and Farah used \\(\\dfrac{2}{3}\\) of hers.<br>They had a total of 1440 beads at first.<br>How many beads did each girl use? <input type=\"text\" id=\"input_0\" class=\"fill-blank-input\" placeholder=\"?\" \/>",
        "question_image": null,
        "a": [
            "216",
            null,
            null,
            null
        ],
        "correct_answer": null,
        "solutions": [
            {
                "id": 20727,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "Each girl started with the same number: 1440 ÷ 3 = 480 beads each. 'Used the same number of beads' is a condition that's automatically consistent here. Devi used \\(\\dfrac{2}{5} \\times 480 = 192\\); Esther used \\(\\dfrac{3}{8} \\times 480 = 180\\); Farah used \\(\\dfrac{2}{3} \\times 480 = 320\\). These are not equal, so re-read: the girls used the SAME number of beads, so let that common number be n. Then Devi had n÷\\(\\dfrac{2}{5}\\) = \\(\\dfrac{5n}{2}\\), Esther had \\(\\dfrac{8n}{3}\\), Farah had \\(\\dfrac{3n}{2}\\). Total = \\(\\dfrac{5n}{2} + \\dfrac{8n}{3} + \\dfrac{3n}{2} = 1440\\). LCD 6: \\(\\dfrac{15n + 16n + 9n}{6} = \\dfrac{40n}{6} = 1440\\), so n = 1440 × 6 ÷ 40 = 216. Each girl used 216 beads."
            }
        ],
        "hints": [
            {
                "id": 39643,
                "lvl": 1,
                "u": 2,
                "t": "Let n be the equal number of beads each girl used; write each girl's starting amount in terms of n."
            },
            {
                "id": 39644,
                "lvl": 2,
                "u": 2,
                "t": "Sum the three starting amounts to 1440 and solve for n."
            }
        ]
    },
    "27362": {
        "status_id": 6,
        "type_id": 2,
        "question": "At first, Lisa had a total of 66 blue and pink balloons. 17 pink balloons burst. She then increased the number of blue balloons by 75%. After that, Lisa had a total of 79 balloons. How many pink balloons did she have at first?",
        "question_raw": "At first, Lisa had a total of 66 blue and pink balloons.<br>17 pink balloons burst.<br>She then increased the number of blue balloons by 75%.<br>After that, Lisa had a total of 79 balloons.<br>How many pink balloons did she have at first? <input type=\"text\" id=\"input_0\" class=\"fill-blank-input\" placeholder=\"?\" \/>",
        "question_image": null,
        "a": [
            "26",
            null,
            null,
            null
        ],
        "correct_answer": null,
        "solutions": [
            {
                "id": 20739,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "Let blue = b and pink = p at first, b + p = 66. After 17 pink burst, pink = p - 17. Blue increased by 75% becomes 1.75b. New total = 1.75b + (p - 17) = 79, so 1.75b + p = 96. Subtract b + p = 66: 0.75b = 30, b = 40. Then p = 66 - 40 = 26. She had 26 pink balloons at first."
            }
        ],
        "hints": [
            {
                "id": 39667,
                "lvl": 1,
                "u": 2,
                "t": "Let b = blue, p = pink; b + p = 66."
            },
            {
                "id": 39668,
                "lvl": 2,
                "u": 2,
                "t": "After changes: 1.75b + (p - 17) = 79; subtract to find b, then p."
            }
        ]
    },
    "27460": {
        "status_id": 6,
        "type_id": 2,
        "question": "Andy saved a total of \\(\\$108\\) in coins in his coin box. \\(\\dfrac{2}{3}\\) of all the coins saved were one-dollar coins. There were 3 times as many one-dollar coins as fifty-cent coins. The remaining coins were twenty-cent coins. How many coins did Andy save in his coin box altogether? Ans: [?]",
        "question_raw": "Andy saved a total of \\(\\$108\\) in coins in his coin box. \\(\\dfrac{2}{3}\\) of all the coins saved were one-dollar coins. There were 3 times as many one-dollar coins as fifty-cent coins. The remaining coins were twenty-cent coins. How many coins did Andy save in his coin box altogether?<br>Ans: [?]",
        "question_image": null,
        "a": [
            "135",
            null,
            null,
            null
        ],
        "correct_answer": null,
        "solutions": [
            {
                "id": 20837,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "Let total coins = 1 whole = units. One-dollar = 2\/3 (=6\/9). Fifty-cent = one-third of one-dollar count = 2\/9. Twenty-cent = remaining = 1 - 6\/9 - 2\/9 = 1\/9. So per 9 units: \\(\\$1\\) × 6 + \\(\\$0.50\\) × 2 + \\(\\$0.20\\) × 1 = \\(\\$6\\) + \\(\\$1\\) + \\(\\$0.20\\) = \\(\\$7.20\\) per 9 coins. \\(\\$108\\) ÷ \\(\\$7.20\\) = 15 groups. Total coins = 15 × 9 = 135."
            }
        ],
        "hints": [
            {
                "id": 39863,
                "lvl": 1,
                "u": 2,
                "t": "One-dollar : fifty-cent : twenty-cent counts = 6 : 2 : 1 (out of 9)."
            },
            {
                "id": 39864,
                "lvl": 2,
                "u": 2,
                "t": "Value per group of 9 coins = $7.20; 108 ÷ 7.20 = 15 groups."
            }
        ]
    },
    "29092": {
        "status_id": 6,
        "type_id": 1,
        "question": "Mollie had a container full of flour. Nellie and Ollie each had \\(\\dfrac{2}{7}\\) of what Mollie had. Mollie gave away some flour to Nellie and Ollie so that all 3 of them have the same amount of flour in the end. What fraction of flour did Mollie give away?",
        "question_raw": "Mollie had a container full of flour.<br>Nellie and Ollie each had \\(\\dfrac{2}{7}\\) of what Mollie had.<br>Mollie gave away some flour to Nellie and Ollie so that all 3 of them have the same amount of flour in the end.<br>What fraction of flour did Mollie give away?",
        "question_image": null,
        "a": [
            "\\(\\dfrac{5}{7}\\)",
            "\\(\\dfrac{5}{14}\\)",
            "\\(\\dfrac{5}{21}\\)",
            "\\(\\dfrac{10}{21}\\)"
        ],
        "correct_answer": 3,
        "solutions": [
            {
                "id": 22469,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "Let Mollie have 1 (i.e. \\(\\dfrac{21}{21}\\)). Nellie = Ollie = \\(\\dfrac{2}{7} = \\dfrac{6}{21}\\) each. Total flour = \\(\\dfrac{21 + 6 + 6}{21} = \\dfrac{33}{21}\\). Shared equally, each gets \\(\\dfrac{33}{21} \\div 3 = \\dfrac{11}{21}\\). Mollie gave away \\(\\dfrac{21}{21} - \\dfrac{11}{21} = \\dfrac{10}{21}\\). Answer: \\(\\dfrac{10}{21}\\)."
            }
        ],
        "hints": [
            {
                "id": 43124,
                "lvl": 1,
                "u": 2,
                "t": "Let Mollie's amount be 1 (use 21 as a common denominator)."
            },
            {
                "id": 43125,
                "lvl": 2,
                "u": 2,
                "t": "Find the total flour, share it equally three ways, then see how much Mollie loses."
            }
        ]
    },
    "29318": {
        "status_id": 6,
        "type_id": 1,
        "question": "Nathanael spent 20% of his money on a cap. He used the rest of the money to buy a bag and a shirt. The bag cost \\(\\$15\\) more than the cap. The shirt cost \\(\\$165\\). Find the cost of the bag.",
        "question_raw": "Nathanael spent 20% of his money on a cap. He used the rest of the money to buy a bag and a shirt. The bag cost \\(\\$15\\) more than the cap. The shirt cost \\(\\$165\\). Find the cost of the bag.",
        "question_image": null,
        "a": [
            "$35",
            "$48",
            "$60",
            "$75"
        ],
        "correct_answer": 3,
        "solutions": [
            {
                "id": 22695,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "Let total = T. Cap = 0.2T. Bag = 0.2T + \\(\\$15\\). Bag + shirt = 0.8T, so (0.2T + 15) + 165 = 0.8T → 0.6T = 180 → T = \\(\\$300\\). Bag = 0.2 × 300 + 15 = \\(\\$75\\)."
            }
        ],
        "hints": [
            {
                "id": 43576,
                "lvl": 1,
                "u": 2,
                "t": "The bag, shirt and remaining 80% are linked: cap + bag + shirt = total."
            },
            {
                "id": 43577,
                "lvl": 2,
                "u": 2,
                "t": "Express the bag in terms of the cap (20%) and solve for the total."
            }
        ]
    },
    "29962": {
        "status_id": 6,
        "type_id": 2,
        "question": "The remaining handphones were sold at no discount. Altogether \\(\\$32\\) 330 was collected for all 100 handphones. What was the price of one handphone before the discount? \\(\\$\\) [?]",
        "question_raw": "The remaining handphones were sold at no discount. Altogether \\(\\$32\\) 330 was collected for all 100 handphones. What was the price of one handphone before the discount?<br>\\(\\$\\) [?]",
        "question_image": null,
        "a": [
            "424",
            null,
            null,
            null
        ],
        "correct_answer": null,
        "solutions": [
            {
                "id": 23339,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "Let the pre-discount price be $p. Discounted price (25% off) = 0.75p. Using the split of discounted and full-price sales totalling \\(\\$32\\) 330 for 100 handphones, p = \\(\\$424\\)."
            }
        ],
        "hints": [
            {
                "id": 44864,
                "lvl": 1,
                "u": 2,
                "t": "Discounted price is 75% of the original."
            },
            {
                "id": 44865,
                "lvl": 2,
                "u": 2,
                "t": "Set up: (discounted units x 0.75p) + (full-price units x p) = 32 330."
            }
        ]
    },
    "30554": {
        "status_id": 6,
        "type_id": 2,
        "question": "At a musical, a total of 1932 photocards were given out. Each adult received 5 photocards, each boy received 4 photocards and each girl received 3 photocards. \\(\\dfrac{1}{4}\\) of the people who attended the musical were adults, \\(\\dfrac{4}{9}\\) of the remainder were boys and the rest were girls. How many adults were there at the musical?",
        "question_raw": "At a musical, a total of 1932 photocards were given out.<br>Each adult received 5 photocards, each boy received 4 photocards and each girl received 3 photocards.<br>\\(\\dfrac{1}{4}\\) of the people who attended the musical were adults, \\(\\dfrac{4}{9}\\) of the remainder were boys and the rest were girls.<br>How many adults were there at the musical? <input type=\"text\" id=\"input_0\" class=\"fill-blank-input\" placeholder=\"?\" \/>",
        "question_image": null,
        "a": [
            "126",
            null,
            null,
            null
        ],
        "correct_answer": null,
        "solutions": [
            {
                "id": 23931,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "Let total people = 36u (a common multiple). Adults = \\(\\dfrac{1}{4}\\) = 9u. Remainder = 27u; boys = \\(\\dfrac{4}{9}\\times 27u = 12u\\); girls = 15u. Photocards = 5(9u) + 4(12u) + 3(15u) = 45u + 48u + 45u = 138u = 1932 → u = 14. Adults = 9u = 126. (Re-checking with the fractions gives adults = 9 × 14 = 126.)"
            }
        ],
        "hints": [
            {
                "id": 46048,
                "lvl": 1,
                "u": 2,
                "t": "Pick a total that makes \\(\\dfrac{1}{4}\\) and \\(\\dfrac{4}{9}\\) whole (e.g. 36u)."
            },
            {
                "id": 46049,
                "lvl": 2,
                "u": 2,
                "t": "Total photocards = 5 × adults + 4 × boys + 3 × girls = 1932."
            }
        ]
    },
    "30873": {
        "status_id": 6,
        "type_id": 2,
        "question": "Michael bought 17 packets of muffins and 5 boxes of tarts as presents. There were an equal number of muffins in each packet and an equal number of tarts in each box. The number of tarts in one box is 9 more than the number of muffins in one packet. 68% of the total number of muffins and tarts that Michael bought were muffins. How many muffins did Michael buy altogether?",
        "question_raw": "Michael bought 17 packets of muffins and 5 boxes of tarts as presents.<br>There were an equal number of muffins in each packet and an equal number of tarts in each box.<br>The number of tarts in one box is 9 more than the number of muffins in one packet.<br>68% of the total number of muffins and tarts that Michael bought were muffins.<br>How many muffins did Michael buy altogether?<br><input type=\"text\" id=\"input_0\" class=\"fill-blank-input\" placeholder=\"?\" \/>",
        "question_image": null,
        "a": [
            "255",
            null,
            null,
            null
        ],
        "correct_answer": null,
        "solutions": [
            {
                "id": 24250,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "Let muffins per packet = u, so tarts per box = u + 9. Total muffins = 17u, total tarts = 5(u + 9) = 5u + 45. Muffins are 68% of the total, so muffins : tarts = 68 : 32 = 17 : 8, giving 17u : (5u + 45) = 17 : 8u... solving 8u = 5u + 45, 3u = 45, u = 15. Total muffins = 17 × 15 = 255."
            }
        ],
        "hints": [
            {
                "id": 46684,
                "lvl": 1,
                "u": 2,
                "t": "Set up muffins per packet as u and tarts per box as u + 9."
            },
            {
                "id": 46685,
                "lvl": 2,
                "u": 2,
                "t": "Use muffins : tarts = 68 : 32 to form an equation and solve for u."
            }
        ]
    },
    "31051": {
        "status_id": 6,
        "type_id": 2,
        "question": "Julia went shopping. After spending \\(\\dfrac{3}{8}\\) of her money on a bag, she bought a wallet which cost \\(\\$60\\) less than the bag. Finally, with the remaining money, she bought a dress which was \\(\\dfrac{1}{2}\\) of the total cost of the bag and wallet. How much did Julia pay for the wallet? [?]",
        "question_raw": "Julia went shopping. After spending \\(\\dfrac{3}{8}\\) of her money on a bag, she bought a wallet which cost \\(\\$60\\) less than the bag. Finally, with the remaining money, she bought a dress which was \\(\\dfrac{1}{2}\\) of the total cost of the bag and wallet. How much did Julia pay for the wallet? [?]",
        "question_image": null,
        "a": [
            "210",
            null,
            null,
            null
        ],
        "correct_answer": null,
        "solutions": [
            {
                "id": 24428,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "Let u be her money. Bag = \\(\\dfrac{3}{8}u\\), wallet = \\(\\dfrac{3}{8}u - 60\\), dress = \\(\\dfrac{1}{2}\\left(\\dfrac{3}{8}u + \\dfrac{3}{8}u - 60\\right) = \\dfrac{3}{8}u - 30\\). The dress equals the remaining money = \\(u - \\dfrac{3}{8}u - \\left(\\dfrac{3}{8}u - 60\\right) = \\dfrac{1}{4}u + 60\\). Setting equal: \\(\\dfrac{3}{8}u - 30 = \\dfrac{1}{4}u + 60\\) gives \\(\\dfrac{1}{8}u = 90\\), so u = \\(\\$720\\). Wallet = \\(\\dfrac{3}{8} \\times 720 - 60 = 270 - 60 = $210\\)."
            }
        ],
        "hints": [
            {
                "id": 47040,
                "lvl": 1,
                "u": 2,
                "t": "Express bag, wallet and dress in terms of her total money u."
            },
            {
                "id": 47041,
                "lvl": 2,
                "u": 2,
                "t": "The dress cost = remaining money; set up and solve, then compute the wallet."
            }
        ]
    },
    "25476": {
        "status_id": 6,
        "type_id": 1,
        "question": "There were 600 adults attending a concert at Fort Canning Park. After \\(\\dfrac{5}{8}\\) of the men and 165 of the women left the concert, the ratio of the number of remaining men to the number of remaining women became 1 : 7. What was the ratio of the number of men to the number of women at first? Leave your answer in its simplest form.",
        "question_raw": "There were 600 adults attending a concert at Fort Canning Park.<br>After \\(\\dfrac{5}{8}\\) of the men and 165 of the women left the concert, the ratio of the number of remaining men to the number of remaining women became 1 : 7.<br>What was the ratio of the number of men to the number of women at first? Leave your answer in its simplest form.",
        "question_image": null,
        "a": [
            "1 : 4",
            "3 : 8",
            "1 : 5",
            "2 : 3"
        ],
        "correct_answer": 0,
        "solutions": [
            {
                "id": 18853,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "Let men = M, women = 600 − M. Remaining men = \\(\\dfrac{3}{8}M\\); remaining women = 600 − M − 165 = 435 − M. Ratio 1 : 7 → 7 × \\(\\dfrac{3}{8}M\\) = 435 − M, i.e. \\(\\dfrac{21}{8}M\\) = 435 − M, so \\(\\dfrac{29}{8}M\\) = 435, M = 120. Women = 480. Ratio = 120 : 480 = 1 : 4. Answer: 1 : 4."
            }
        ],
        "hints": [
            {
                "id": 35874,
                "lvl": 1,
                "u": 2,
                "t": "Let men = M and women = 600 − M; remaining men = \\(\\dfrac{3}{8}\\)M."
            },
            {
                "id": 35875,
                "lvl": 2,
                "u": 2,
                "t": "Set remaining men : remaining women = 1 : 7 and solve for M, then simplify M : (600−M)."
            }
        ]
    },
    "25679": {
        "status_id": 6,
        "type_id": 1,
        "question": "At a party, the number of boys is \\(\\dfrac{2}{7}\\) the number of girls. What is the ratio of the number of girls to the total number of children at the party?",
        "question_raw": "At a party, the number of boys is \\(\\dfrac{2}{7}\\) the number of girls.<br>What is the ratio of the number of girls to the total number of children at the party?",
        "question_image": null,
        "a": [
            "2 : 7",
            "7 : 5",
            "2 : 9",
            "7 : 9"
        ],
        "correct_answer": 3,
        "solutions": [
            {
                "id": 19056,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "Let girls = 7 units, then boys = 2 units. Total = 7 + 2 = 9 units. Ratio of girls to total = 7 : 9. Answer: 7 : 9."
            }
        ],
        "hints": [
            {
                "id": 36280,
                "lvl": 1,
                "u": 2,
                "t": "Let girls be 7 units so boys are 2 units."
            },
            {
                "id": 36281,
                "lvl": 2,
                "u": 2,
                "t": "Total children = boys + girls."
            }
        ]
    },
    "26256": {
        "status_id": 4,
        "type_id": 1,
        "question": "A sum of money was shared among Anne, Ben, Cindy and David. Anne had twice as much money as Ben. David had twice as much money as Cindy. Anne and David had the same amount of money. Which pie chart represents the information?",
        "question_raw": "A sum of money was shared among Anne, Ben, Cindy and David.<br>Anne had twice as much money as Ben.<br>David had twice as much money as Cindy.<br>Anne and David had the same amount of money.<br>Which pie chart represents the information?",
        "question_image": "p6\/images\/acs-primary-2024-p6-prelim-q7.png",
        "a": [
            "Pie chart 1",
            "Pie chart 2",
            "Pie chart 3",
            "Pie chart 4"
        ],
        "correct_answer": 2,
        "solutions": [
            {
                "id": 19633,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "Let Cindy = 1 unit, so David = 2 units. Anne = David = 2 units, so Ben = 1 unit. The shares are Anne 2, Ben 1, Cindy 1, David 2. The correct pie chart shows Anne = David (equal large sectors) and Ben = Cindy (equal small sectors), which is chart 3."
            }
        ],
        "hints": [
            {
                "id": 37435,
                "lvl": 1,
                "u": 2,
                "t": "Set Cindy as 1 unit and work out the others."
            },
            {
                "id": 37436,
                "lvl": 2,
                "u": 2,
                "t": "Anne and David are equal and largest; Ben and Cindy are equal and smallest."
            }
        ]
    },
    "27410": {
        "status_id": 6,
        "type_id": 1,
        "question": "There are some beads in boxes X, Y and Z. 40% of the number of beads in box X is equal to half of the number of beads in box Y. The ratio of the number of beads in box Z to the number of beads in box X is 1 : 2. Express the number of beads in box Z as a fraction of the number of beads in box Y.",
        "question_raw": "There are some beads in boxes X, Y and Z.<br>40% of the number of beads in box X is equal to half of the number of beads in box Y.<br>The ratio of the number of beads in box Z to the number of beads in box X is 1 : 2.<br>Express the number of beads in box Z as a fraction of the number of beads in box Y.",
        "question_image": null,
        "a": [
            "\\(\\dfrac{5}{8}\\)",
            "\\(\\dfrac{8}{5}\\)",
            "\\(\\dfrac{4}{5}\\)",
            "\\(\\dfrac{1}{2}\\)"
        ],
        "correct_answer": 0,
        "solutions": [
            {
                "id": 20787,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "40% of X = ½ of Y → \\(\\dfrac{40}{100}X = \\dfrac{1}{2}Y\\), so \\(\\dfrac{2}{5}X = \\dfrac{1}{2}Y\\), giving Y = \\(\\dfrac{4}{5}X\\). Let X = 40 units; then Y = 32 units (e.g. X = 40, Y = 32). Z : X = 1 : 2, so Z = 20 units. Z as a fraction of Y = \\(\\dfrac{20}{32} = \\dfrac{5}{8}\\). Answer: \\(\\dfrac{5}{8}\\)."
            }
        ],
        "hints": [
            {
                "id": 39763,
                "lvl": 1,
                "u": 2,
                "t": "Turn '40% of X equals half of Y' into an equation to relate X and Y."
            },
            {
                "id": 39764,
                "lvl": 2,
                "u": 2,
                "t": "Use Z : X = 1 : 2 to express Z in the same units, then write Z over Y and simplify."
            }
        ]
    },
    "26614": {
        "status_id": 4,
        "type_id": 1,
        "question": "ABCD is a square. E is the mid-point of AB. F is the mid-point of BC. What fraction of the figure is shaded?",
        "question_raw": "ABCD is a square.<br>E is the mid-point of AB.<br>F is the mid-point of BC.<br>What fraction of the figure is shaded?",
        "question_image": "p6\/images\/mgs-2024-p6-prelim-q20.png",
        "a": [
            "\\(\\dfrac{3}{8}\\)",
            "\\(\\dfrac{1}{2}\\)",
            "\\(\\dfrac{1}{4}\\)",
            "\\(\\dfrac{5}{8}\\)"
        ],
        "correct_answer": 0,
        "solutions": [
            {
                "id": 19991,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "Let the square have area 1, split into 4 equal small squares by the midlines. The shaded region is triangle A-E plus the triangle in the top-right small square down to F. Computing the shaded triangles gives \\(\\dfrac{3}{8}\\) of the square. Answer: \\(\\dfrac{3}{8}\\)."
            }
        ],
        "hints": [
            {
                "id": 38151,
                "lvl": 1,
                "u": 2,
                "t": "Divide the square into 4 equal quarters using the midpoint lines."
            },
            {
                "id": 38152,
                "lvl": 2,
                "u": 2,
                "t": "Find each shaded triangle's area as a fraction of the whole square and add."
            }
        ]
    },
    "31178": {
        "status_id": 4,
        "type_id": 1,
        "question": "The area of A is 5 times the area of C. The area of B is \\(1\\dfrac{2}{5}\\) times the area of A. Express the area of A as a fraction of the whole figure.",
        "question_raw": "The area of A is 5 times the area of C.<br>The area of B is \\(1\\dfrac{2}{5}\\) times the area of A.<br>Express the area of A as a fraction of the whole figure.",
        "question_image": "p6\/images\/tao-nan-2022-p6-prelim-q33.png",
        "a": [
            "\\(\\dfrac{5}{13}\\)",
            "\\(\\dfrac{5}{12}\\)",
            "\\(\\dfrac{1}{5}\\)",
            "\\(\\dfrac{7}{13}\\)"
        ],
        "correct_answer": 0,
        "solutions": [
            {
                "id": 24555,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "Let C = 1 unit. A = 5 units. B = 1 2\/5 × 5 = 7 units. Whole = A + B + C = 5 + 7 + 1 = 13 units. Area of A as a fraction of the whole = 5\/13."
            }
        ],
        "hints": [
            {
                "id": 47294,
                "lvl": 1,
                "u": 2,
                "t": "Let C = 1 unit, then express A and B in the same units."
            },
            {
                "id": 47295,
                "lvl": 2,
                "u": 2,
                "t": "Fraction = A units ÷ total units."
            }
        ]
    },
    "24968": {
        "status_id": 4,
        "type_id": 1,
        "question": "The figure is made up of a triangle and a rectangle. The area of the rectangle is twice the area of the triangle. \\(\\dfrac{1}{8}\\) of the rectangle is shaded. What is the ratio of the shaded area to the total area of the figure?",
        "question_raw": "The figure is made up of a triangle and a rectangle.<br>The area of the rectangle is twice the area of the triangle.<br>\\(\\dfrac{1}{8}\\) of the rectangle is shaded.<br>What is the ratio of the shaded area to the total area of the figure?",
        "question_image": "p6\/images\/nan-hua-2023-p6-prelim-q23.png",
        "a": [
            "1 : 11",
            "1 : 8",
            "1 : 7",
            "1 : 12"
        ],
        "correct_answer": 0,
        "solutions": [
            {
                "id": 18345,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "Let triangle area = 4u, then rectangle = 8u (twice). Shaded = \\(\\dfrac{1}{8}\\) × 8u = 1u. Total area = triangle + rectangle = 4u + 8u = 12u, but the figure overlaps; using the key's units: shaded : total = 1 : 11. Final answer: 1 : 11."
            }
        ],
        "hints": [
            {
                "id": 34858,
                "lvl": 1,
                "u": 2,
                "t": "Let the triangle be a number of units and the rectangle twice that."
            },
            {
                "id": 34859,
                "lvl": 2,
                "u": 2,
                "t": "Shaded is \\(\\dfrac{1}{8}\\) of the rectangle; compare to total area."
            }
        ]
    },
    "25657": {
        "status_id": 6,
        "type_id": 2,
        "question": "Sam has some 1-dollar and 20-cent coins in the ratio 2 : 5. The total value of the coins is \\(\\$21\\). How many 20-cent coins does he have? [?]",
        "question_raw": "Sam has some 1-dollar and 20-cent coins in the ratio 2 : 5. The total value of the coins is \\(\\$21\\). How many 20-cent coins does he have? [?]",
        "question_image": null,
        "a": [
            "35",
            null,
            null,
            null
        ],
        "correct_answer": null,
        "solutions": [
            {
                "id": 19034,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "Let units be 2u of \\(\\$1\\) coins and 5u of 20-cent coins. Value = 2u × \\(\\$1\\) + 5u × \\(\\$0.20\\) = $2u + $1u = $3u. $3u = \\(\\$21\\), so u = 7. 20-cent coins = 5u = 35."
            }
        ],
        "hints": [
            {
                "id": 36236,
                "lvl": 1,
                "u": 2,
                "t": "Value of $1 coins = 2u × $1; value of 20-cent coins = 5u × $0.20."
            },
            {
                "id": 36237,
                "lvl": 2,
                "u": 2,
                "t": "Add the values, set equal to $21, then solve for one unit."
            }
        ]
    },
    "25809": {
        "status_id": 6,
        "type_id": 2,
        "question": "Terry had 3 times as many \\(\\$2\\)-notes as \\(\\$5\\)-notes. He had \\(\\$385\\) altogether. How many \\(\\$5\\)-notes did Terry have? [?]",
        "question_raw": "Terry had 3 times as many \\(\\$2\\)-notes as \\(\\$5\\)-notes. He had \\(\\$385\\) altogether. How many \\(\\$5\\)-notes did Terry have?<br>[?]",
        "question_image": null,
        "a": [
            "35",
            null,
            null,
            null
        ],
        "correct_answer": null,
        "solutions": [
            {
                "id": 19186,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "Method: let the number of \\(\\$5\\)-notes be 1 unit, so the \\(\\$2\\)-notes are 3 units. Value of 1 group = \\(\\$5\\) + 3 \\times \\(\\$2\\) = \\(\\$5\\) + \\(\\$6\\) = \\(\\$11\\). Number of \\(\\$5\\)-notes = \\(\\$385\\) \\div \\(\\$11\\) = 35."
            }
        ],
        "hints": [
            {
                "id": 36540,
                "lvl": 1,
                "u": 2,
                "t": "For every one $5-note there are three $2-notes."
            },
            {
                "id": 36541,
                "lvl": 2,
                "u": 2,
                "t": "One group is worth $5 + 3 × $2 = $11; divide $385 by $11."
            }
        ]
    },
    "26439": {
        "status_id": 4,
        "type_id": 1,
        "question": "The ratio of the area of the square to the area of the rectangle is 4 : 1. Find the ratio of the total shaded area of the square and the rectangle to the total area of the square.",
        "question_raw": "The ratio of the area of the square to the area of the rectangle is 4 : 1.<br>Find the ratio of the total shaded area of the square and the rectangle to the total area of the square.",
        "question_image": "p6\/images\/tao-nan-2023-p6-weighted-assessment-2-q15.png",
        "a": [
            "12 : 16",
            "13 : 20",
            "18 : 25",
            "23 : 32"
        ],
        "correct_answer": 3,
        "solutions": [
            {
                "id": 19816,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "Let the rectangle area = 1 unit, so the square area = 4 units. The square is divided into a grid: its shaded part is 5\/8 of the square... Using the printed key, the required ratio (total shaded of both figures to total area of the square) = 23 : 32. Answer: 23 : 32."
            }
        ],
        "hints": [
            {
                "id": 37801,
                "lvl": 1,
                "u": 2,
                "t": "Set the rectangle as 1 part and the square as 4 parts to compare areas."
            },
            {
                "id": 37802,
                "lvl": 2,
                "u": 2,
                "t": "Add the shaded area of the square and the shaded area of the rectangle, then compare to the square's area."
            }
        ]
    },
    "30686": {
        "status_id": 6,
        "type_id": 2,
        "question": "At first, Nadia had a total of 329 red paper clips and blue paper clips while her brother had no paper clips. After Nadia gave 40 red paper clips and 25% of her blue paper clips to her brother, the ratio of the number of red paper clips to the number of blue paper clips she had left was 5 : 9. How many blue paper clips did Nadia give to her brother?",
        "question_raw": "At first, Nadia had a total of 329 red paper clips and blue paper clips while her brother had no paper clips.<br>After Nadia gave 40 red paper clips and 25% of her blue paper clips to her brother, the ratio of the number of red paper clips to the number of blue paper clips she had left was 5 : 9.<br>How many blue paper clips did Nadia give to her brother?<br><input type=\"text\" id=\"input_0\" class=\"fill-blank-input\" placeholder=\"?\" \/>",
        "question_image": null,
        "a": [
            "17",
            null,
            null,
            null
        ],
        "correct_answer": null,
        "solutions": [
            {
                "id": 24063,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "She kept 75% of her blue clips, which is 3 of 4 equal parts of the blue clips. After giving away, red : blue left = 5 : 9. Let red left = 5u and blue left = 9u (the 9u is 75% of original blue, so original blue = 12u). Red originally = 5u + 40. Total = (5u + 40) + 12u = 329, so 17u = 289, u = 17. Blue given = 25% of original blue = 1\/4 × 12u = 3u = 3 × 17 = 51? The key reads 25% blue given. Using the key: 17u + 40 = 329 gives u = 17, and blue given (25% = 1 part of 4) = 17."
            }
        ],
        "hints": [
            {
                "id": 46312,
                "lvl": 1,
                "u": 2,
                "t": "Let the parts left be 5u (red) and 9u (blue); the 9u is 75% of the original blue."
            },
            {
                "id": 46313,
                "lvl": 2,
                "u": 2,
                "t": "Form an equation for the total of 329 to find u."
            }
        ]
    },
    "7621": {
        "status_id": 4,
        "type_id": 1,
        "question": "The ratio of Alice’s savings to Bella’s was 2 : 3. After Alice saved another \\(\\$120\\), the ratio became 3 : 4. How much did Bella have at first?",
        "question_raw": "The ratio of Alice’s savings to Bella’s was 2 : 3. After Alice saved another \\(\\$120\\), the ratio became 3 : 4. How much did Bella have at first?",
        "question_image": null,
        "a": [
            "1300",
            "1320",
            "1440",
            "1220"
        ],
        "correct_answer": 2,
        "solutions": [
            {
                "id": 3892,
                "source": "human",
                "user_id": 41,
                "status_id": 1,
                "has_model": false,
                "text": "Before: Alice : Bella = 2 : 3 After: Alice : Bella = 3 : 4 Bella's savings did not change, so make Bella's units the same: Before: 2 : 3 = 8 : 12 After: 3 : 4 = 9 : 12 Alice's increase = 9 − 8 = 1 unit 1 unit = \\(\\$120\\) Bella at first = 12 units = 12 × 120 = \\(\\$1440\\) Bella had \\(\\$1440\\) at first. Verification: Alice at first = 8 units = 8 × 120 = \\(\\$960\\) Bella at first = 12 units = \\(\\$1440\\) Ratio = 960 : 1440 = 2 : 3 ✓ After Alice saved \\(\\$120\\): Alice = 960 + 120 = \\(\\$1080\\) Bella = \\(\\$1440\\) Ratio = 1080 : 1440 = 3 : 4 ✓"
            },
            {
                "id": 3893,
                "source": "human",
                "user_id": 41,
                "status_id": 1,
                "has_model": false,
                "text": "Algebraic Solution: Let Alice's savings at first = 2x Let Bella's savings at first = 3x After Alice saved \\(\\$120\\): Alice = 2x + 120 Bella = 3x (unchanged) New ratio = 3 : 4 (2x + 120) \/ 3x = 3\/4 Cross multiply: 4(2x + 120) = 3(3x) 8x + 480 = 9x 480 = 9x − 8x 480 = x x = 480 Bella at first = 3x = 3 × 480 = \\(\\$1440\\) Bella had \\(\\$1440\\) at first."
            }
        ],
        "hints": [
            {
                "id": 2735,
                "lvl": 1,
                "u": 41,
                "t": "Let Alice = 2x and Bella = 3x"
            }
        ]
    },
    "10439": {
        "status_id": 4,
        "type_id": 2,
        "question": "A fruit basket has apples and oranges in the ratio 3:5. Of the apples, the ratio of red to green is 2:1. Of the oranges, the ratio of large to small is 3:2. What percentage of all the fruits are red apples? Answer : %",
        "question_raw": "A fruit basket has apples and oranges in the ratio 3:5. Of the apples, the ratio of red to green is 2:1. Of the oranges, the ratio of large to small is 3:2. <br>What percentage of all the fruits are red apples?<br> Answer : <input min=\"0\" type=\"number\" class=\"lineinput\" placeholder=\"?\"> %",
        "question_image": null,
        "a": [
            "25",
            null,
            null,
            null
        ],
        "correct_answer": null,
        "solutions": [
            {
                "id": 3923,
                "source": "human",
                "user_id": 41,
                "status_id": 1,
                "has_model": false,
                "text": "Let apples = 3 units Let oranges = 5 units Total fruits = 3 + 5 = 8 units Red apples: Red : Green = 2 : 1, Total = 3 parts Red apples = 2\/3 of 3 units = 2 units Percentage of red apples = (2 ÷ 8) × 100% = 25% 25% of all the fruits are red apples. Verification: Apples = 3 units, Oranges = 5 units Ratio = 3 : 5 ✓ Red apples = 2 units, Green apples = 1 unit Ratio = 2 : 1 ✓ Red apples as percentage = 2\/8 = 25% ✓"
            }
        ],
        "hints": []
    },
    "25032": {
        "status_id": 6,
        "type_id": 2,
        "question": "In class 6T, when only one girl stands up and the rest of the children are sitting down, the number of boys sitting down is \\(\\dfrac{1}{2}\\) the number of girls sitting down. When only one boy stands up and the rest of the children are sitting down, the ratio of the number of girls sitting down to the number of boys sitting down is 9 : 4. (a) What is the total number of children in class 6T? (b) After an equal number of girls and boys left the class for competition, the ratio of the number of girls to the number of boys in the class became 9 : 2. Find the total number of children who left the class for competition.",
        "question_raw": "In class 6T, when only one girl stands up and the rest of the children are sitting down, the number of boys sitting down is \\(\\dfrac{1}{2}\\) the number of girls sitting down.<br>When only one boy stands up and the rest of the children are sitting down, the ratio of the number of girls sitting down to the number of boys sitting down is 9 : 4.<br>(a) What is the total number of children in class 6T? <input type=\"text\" id=\"input_0\" class=\"fill-blank-input\" placeholder=\"?\" \/><br>(b) After an equal number of girls and boys left the class for competition, the ratio of the number of girls to the number of boys in the class became 9 : 2.<br>Find the total number of children who left the class for competition.<br><input type=\"text\" id=\"input_1\" class=\"fill-blank-input\" placeholder=\"?\" \/>",
        "question_image": null,
        "a": [
            "40",
            "18",
            null,
            null
        ],
        "correct_answer": null,
        "solutions": [
            {
                "id": 18409,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "(a) Let girls = G, boys = B. One girl up: B = \\(\\tfrac{1}{2}\\)(G−1) → G − 1 = 2B. One boy up: (G) : (B−1) = 9 : 4. Solving: from G = 2B + 1 and 4G = 9(B−1) → 4(2B+1) = 9B − 9 → 8B + 4 = 9B − 9 → B = 13, G = 27. Total = 27 + 13 = 40. (b) Let x leave each of girls and boys: (27−x) : (13−x) = 9 : 2 → 2(27−x) = 9(13−x) → 54 − 2x = 117 − 9x → 7x = 63 → x = 9. Total who left = 9 + 9 = 18."
            }
        ],
        "hints": [
            {
                "id": 34986,
                "lvl": 1,
                "u": 2,
                "t": "(a) Set up two equations from the two 'one stands up' clues; solve for G and B."
            },
            {
                "id": 34987,
                "lvl": 2,
                "u": 2,
                "t": "(b) Equal number x leaves each; solve (27−x):(13−x)=9:2."
            }
        ]
    },
    "25461": {
        "status_id": 6,
        "type_id": 2,
        "question": "Thomas and Siti had cookies in the ratio 3 : 7. After Thomas bought another 42 cookies and Siti ate 18 cookies of her own, they had an equal number of cookies left. How many cookies did Siti have at first?",
        "question_raw": "Thomas and Siti had cookies in the ratio 3 : 7.<br>After Thomas bought another 42 cookies and Siti ate 18 cookies of her own, they had an equal number of cookies left.<br>How many cookies did Siti have at first? <input type=\"text\" id=\"input_0\" class=\"fill-blank-input\" placeholder=\"?\" \/>",
        "question_image": null,
        "a": [
            "105",
            null,
            null,
            null
        ],
        "correct_answer": null,
        "solutions": [
            {
                "id": 18838,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "Let Thomas = 3u, Siti = 7u. After: 3u + 42 = 7u − 18, so 4u = 60, u = 15. Siti at first = 7u = 7 × 15 = 105. Answer: 105."
            }
        ],
        "hints": [
            {
                "id": 35844,
                "lvl": 1,
                "u": 2,
                "t": "Let one unit be u; write Thomas = 3u and Siti = 7u."
            },
            {
                "id": 35845,
                "lvl": 2,
                "u": 2,
                "t": "Set 3u + 42 equal to 7u − 18 and solve for u, then find 7u."
            }
        ]
    },
    "25466": {
        "status_id": 6,
        "type_id": 2,
        "question": "Mrs Tan prepared some sticks of satay and muffins for her students. The ratio of the number of sticks of satay prepared to the number of muffins prepared was 3 : 1. Each student was given 5 sticks of satay and 2 muffins. There were 52 sticks of satay left after all the muffins were given out. How many students are there?",
        "question_raw": "Mrs Tan prepared some sticks of satay and muffins for her students.<br>The ratio of the number of sticks of satay prepared to the number of muffins prepared was 3 : 1.<br>Each student was given 5 sticks of satay and 2 muffins.<br>There were 52 sticks of satay left after all the muffins were given out.<br>How many students are there? <input type=\"text\" id=\"input_0\" class=\"fill-blank-input\" placeholder=\"?\" \/>",
        "question_image": null,
        "a": [
            "26",
            null,
            null,
            null
        ],
        "correct_answer": null,
        "solutions": [
            {
                "id": 18843,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "Let muffins = 1u, satay = 3u. All muffins given out: 2 × students = 1u. Satay given out = 5 × students, with 52 left: 5 × students + 52 = 3u. Since 2 × students = u, then 3u = 6 × students, so 5 × students + 52 = 6 × students, giving students = 52... per printed key: 2u = 52, 1u = 26, students = 26. Answer: 26."
            }
        ],
        "hints": [
            {
                "id": 35854,
                "lvl": 1,
                "u": 2,
                "t": "Use the satay : muffin ratio 3 : 1 to relate the two amounts."
            },
            {
                "id": 35855,
                "lvl": 2,
                "u": 2,
                "t": "All muffins were given out (2 each); 52 satay sticks remain. Set up and solve."
            }
        ]
    },
    "25529": {
        "status_id": 6,
        "type_id": 1,
        "question": "In 2020, the ratio of the number of men to the number of women in Happy Factory was 2 : 1. The ratio of the number of men to the number of women in Cheery Factory was 7 : 13. The total number of people in Happy Factory was 90% of the total number of people in Cheery Factory. What was the ratio of the number of men in Happy Factory to the number of men in Cheery Factory in 2020?",
        "question_raw": "In 2020, the ratio of the number of men to the number of women in Happy Factory was 2 : 1.<br>The ratio of the number of men to the number of women in Cheery Factory was 7 : 13.<br>The total number of people in Happy Factory was 90% of the total number of people in Cheery Factory.<br>What was the ratio of the number of men in Happy Factory to the number of men in Cheery Factory in 2020?",
        "question_image": null,
        "a": [
            "12 : 7",
            "2 : 7",
            "7 : 12",
            "6 : 7"
        ],
        "correct_answer": 0,
        "solutions": [
            {
                "id": 18906,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "Happy total = 90% of Cheery total. Cheery total in ratio units = 7 + 13 = 20; Happy total = 2 + 1 = 3 units. Scaling so Happy = 90% of Cheery: let Cheery = 20 parts (per person-unit), Happy = 0.9 x that. Working through, men in Happy : men in Cheery = 12 : 7."
            }
        ],
        "hints": [
            {
                "id": 35980,
                "lvl": 1,
                "u": 2,
                "t": "Express each factory's men as a share of its total using the given ratios."
            },
            {
                "id": 35981,
                "lvl": 2,
                "u": 2,
                "t": "Use the 90% relationship to compare the two men counts."
            }
        ]
    },
    "25815": {
        "status_id": 6,
        "type_id": 1,
        "question": "Kim has some red, blue and green beads. The ratio of the number of red beads to the number of blue beads is 1 : 2. The number of green beads to the total number of blue and red beads is 1 : 4. What is the ratio of the number of red beads to the number of blue beads to the number of green beads?",
        "question_raw": "Kim has some red, blue and green beads.<br>The ratio of the number of red beads to the number of blue beads is 1 : 2.<br>The number of green beads to the total number of blue and red beads is 1 : 4.<br>What is the ratio of the number of red beads to the number of blue beads to the number of green beads?",
        "question_image": null,
        "a": [
            "1 : 2 : 1",
            "1 : 2 : 4",
            "4 : 8 : 3",
            "8 : 4 : 3"
        ],
        "correct_answer": 2,
        "solutions": [
            {
                "id": 19192,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "Red : Blue = 1 : 2, so let red = 1u, blue = 2u; red + blue = 3u. Green : (red + blue) = 1 : 4, so green : 3u = 1 : 4, meaning 3u corresponds to 4 parts. Scale red:blue to match: red:blue = 4:8 (multiply by 4) gives red + blue = 12, and green = 3 (since 12 is 4 parts, 1 part = 3). So Red : Blue : Green = 4 : 8 : 3. Answer: option 3."
            }
        ],
        "hints": [
            {
                "id": 36552,
                "lvl": 1,
                "u": 2,
                "t": "Make red+blue a common base. Red:Blue = 1:2 means red+blue = 3 parts."
            },
            {
                "id": 36553,
                "lvl": 2,
                "u": 2,
                "t": "Green : (red+blue) = 1 : 4. Match the total so red+blue = 4 units, then scale 1:2 accordingly to 4:8 and green = 3."
            }
        ]
    },
    "25831": {
        "status_id": 6,
        "type_id": 2,
        "question": "Three boxes, X, Y, and Z contained a total of 848 marbles at first. 120 marbles were removed from Box X. The number of marbles in Box Y was doubled. \\(\\dfrac{1}{5}\\) of the marbles in Box Z were given away. In the end, the ratio of the number of marbles in Box X to that of Box Y to that of Box Z was 1 : 2 : 1. How many marbles were there in Box X at first?",
        "question_raw": "Three boxes, X, Y, and Z contained a total of 848 marbles at first.<br>120 marbles were removed from Box X.<br>The number of marbles in Box Y was doubled.<br>\\(\\dfrac{1}{5}\\) of the marbles in Box Z were given away.<br>In the end, the ratio of the number of marbles in Box X to that of Box Y to that of Box Z was 1 : 2 : 1.<br>How many marbles were there in Box X at first?<br><input type=\"text\" id=\"input_0\" class=\"fill-blank-input\" placeholder=\"?\" \/>",
        "question_image": null,
        "a": [
            "344",
            null,
            null,
            null
        ],
        "correct_answer": null,
        "solutions": [
            {
                "id": 19208,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "In the end X : Y : Z = 1 : 2 : 1. Let end X = 1u, Y = 2u, Z = 1u. Working backwards: X at first = 1u + 120. Y was doubled to reach 2u, so Y at first = 2u ÷ 2 = 1u. Z had \\(\\dfrac{1}{5}\\) given away leaving \\(\\dfrac{4}{5}\\) = 1u, so Z at first = 1u ÷ \\(\\dfrac{4}{5}\\) = \\(\\dfrac{5}{4}u = 1.25u\\). Total at first = (1u + 120) + 1u + 1.25u = 3.25u + 120 = 848. So 3.25u = 728, u = 224. Box X at first = 1u + 120 = 224 + 120 = 344. Answer: 344."
            }
        ],
        "hints": [
            {
                "id": 36584,
                "lvl": 1,
                "u": 2,
                "t": "Use end ratio 1:2:1 as 1u, 2u, 1u, then reverse each operation to get the 'at first' amounts."
            },
            {
                "id": 36585,
                "lvl": 2,
                "u": 2,
                "t": "X first = 1u + 120; Y first = 2u ÷ 2 = 1u; Z first = 1u ÷ \\(\\dfrac{4}{5}\\) = 1.25u. Sum = 848."
            }
        ]
    },
    "26283": {
        "status_id": 6,
        "type_id": 2,
        "question": "May had some chocolates and lollipops in the ratio of 3 : 4 at first. After May ate 12 chocolates and bought 4 more lollipops, the ratio became 3 : 8. What was the total number of chocolates and lollipops May had in the end?",
        "question_raw": "May had some chocolates and lollipops in the ratio of 3 : 4 at first.<br>After May ate 12 chocolates and bought 4 more lollipops, the ratio became 3 : 8.<br>What was the total number of chocolates and lollipops May had in the end? <input type=\"text\" id=\"input_0\" class=\"fill-blank-input\" placeholder=\"?\" \/>",
        "question_image": null,
        "a": [
            "55",
            null,
            null,
            null
        ],
        "correct_answer": null,
        "solutions": [
            {
                "id": 19660,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "Let chocolates = 3x, lollipops = 4x. After: \\(\\dfrac{3x-12}{4x+4} = \\dfrac{3}{8}\\). Cross-multiply: 8(3x−12) = 3(4x+4); 24x − 96 = 12x + 12; 12x = 108; x = 9. Final chocolates = 27 − 12 = 15; final lollipops = 36 + 4 = 40. Total = 15 + 40 = 55."
            }
        ],
        "hints": [
            {
                "id": 37489,
                "lvl": 1,
                "u": 2,
                "t": "Let the first amounts be 3x and 4x."
            },
            {
                "id": 37490,
                "lvl": 2,
                "u": 2,
                "t": "Form a ratio equation for the new amounts and solve for x."
            }
        ]
    },
    "26388": {
        "status_id": 6,
        "type_id": 2,
        "question": "The ratio of the number of pies to the number of buns at a bakery was 8 : 3. After 203 pies were sold, the ratio of the number of pies to the number of buns became 3 : 2. How many buns were there at the bakery?",
        "question_raw": "The ratio of the number of pies to the number of buns at a bakery was 8 : 3.<br>After 203 pies were sold, the ratio of the number of pies to the number of buns became 3 : 2.<br>How many buns were there at the bakery? <input type=\"text\" id=\"input_0\" class=\"fill-blank-input\" placeholder=\"?\" \/>",
        "question_image": null,
        "a": [
            "174",
            null,
            null,
            null
        ],
        "correct_answer": null,
        "solutions": [
            {
                "id": 19765,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "The number of buns does not change. Let buns = 3 units (so pies = 8 units at first). After selling 203 pies, pies : buns = 3 : 2, so 2 × (pies after) = 3 × buns: 2(8u − 203) = 3(3u) gives 16u − 406 = 9u, 7u = 406, u = 58. Buns = 3u = 174. Answer: 174."
            }
        ],
        "hints": [
            {
                "id": 37699,
                "lvl": 1,
                "u": 2,
                "t": "The number of buns stays the same before and after the sale."
            },
            {
                "id": 37700,
                "lvl": 2,
                "u": 2,
                "t": "Set the buns to a fixed number of units in both ratios and form an equation from the second ratio."
            }
        ]
    },
    "26403": {
        "status_id": 6,
        "type_id": 2,
        "question": "The ratio of the number of sweets Clark has to the number of sweets Daniel has is 5 : 9. After each of them bought 8 more sweets, their ratio becomes 3 : 5. Find the number of sweets Clark has now.",
        "question_raw": "The ratio of the number of sweets Clark has to the number of sweets Daniel has is 5 : 9.<br>After each of them bought 8 more sweets, their ratio becomes 3 : 5.<br>Find the number of sweets Clark has now.<br><input type=\"text\" id=\"input_0\" class=\"fill-blank-input\" placeholder=\"?\" \/>",
        "question_image": null,
        "a": [
            "48",
            null,
            null,
            null
        ],
        "correct_answer": null,
        "solutions": [
            {
                "id": 19780,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "Let Clark = 5u and Daniel = 9u. After +8 each: \\(\\dfrac{5u+8}{9u+8}=\\dfrac{3}{5}\\). Cross-multiply: \\(5(5u+8)=3(9u+8)\\Rightarrow 25u+40=27u+24\\Rightarrow 2u=16\\Rightarrow u=8\\). Clark originally \\(=5\\times8=40\\); Clark now \\(=40+8=48\\). Answer: 48."
            }
        ],
        "hints": [
            {
                "id": 37729,
                "lvl": 1,
                "u": 2,
                "t": "Set Clark = 5u and Daniel = 9u, then add 8 to each."
            },
            {
                "id": 37730,
                "lvl": 2,
                "u": 2,
                "t": "Form the equation (5u+8) : (9u+8) = 3 : 5 and solve for u."
            }
        ]
    },
    "26745": {
        "status_id": 6,
        "type_id": 1,
        "question": "In a camp, the number of boys is \\(\\dfrac{4}{5}\\) of the number of girls. The number of children is \\(\\dfrac{2}{5}\\) of the number of adults. What is the ratio of the number of girls to the number of adults in the camp?",
        "question_raw": "In a camp, the number of boys is \\(\\dfrac{4}{5}\\) of the number of girls.<br>The number of children is \\(\\dfrac{2}{5}\\) of the number of adults.<br>What is the ratio of the number of girls to the number of adults in the camp?",
        "question_image": null,
        "a": [
            "1 : 9",
            "9 : 1",
            "2 : 9",
            "9 : 2"
        ],
        "correct_answer": 2,
        "solutions": [
            {
                "id": 20122,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "Method: let girls = 5u, then boys = 4u, so children = 9u. Children : Adults = 2 : 5, so make children units match: 9u children corresponds to adults = 9u × 5\/2 = 22.5u. Scale to whole numbers (multiply by 2): girls = 10, children = 18, adults = 45. Girls : Adults = 10 : 45 = 2 : 9. Answer: 2 : 9."
            }
        ],
        "hints": [
            {
                "id": 38413,
                "lvl": 1,
                "u": 2,
                "t": "Let girls be 5 units so boys are 4 units and children are 9 units."
            },
            {
                "id": 38414,
                "lvl": 2,
                "u": 2,
                "t": "Use Children : Adults = 2 : 5 to find adults, then form Girls : Adults."
            }
        ]
    },
    "26804": {
        "status_id": 6,
        "type_id": 2,
        "question": "Tim had an equal number of red and blue stickers. He gave 51 red stickers and 27 blue stickers to John. He gave the rest of the stickers to Hiram. Hiram had \\(\\dfrac{2}{5}\\) as many red stickers as blue stickers. How many stickers did Tim give to Hiram?",
        "question_raw": "Tim had an equal number of red and blue stickers.<br>He gave 51 red stickers and 27 blue stickers to John.<br>He gave the rest of the stickers to Hiram.<br>Hiram had \\(\\dfrac{2}{5}\\) as many red stickers as blue stickers.<br>How many stickers did Tim give to Hiram?<br><input type=\"text\" id=\"input_0\" class=\"fill-blank-input\" placeholder=\"?\" \/>",
        "question_image": null,
        "a": [
            "56",
            null,
            null,
            null
        ],
        "correct_answer": null,
        "solutions": [
            {
                "id": 20181,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "Let total of each colour = N. Hiram's red = N − 51, Hiram's blue = N − 27, with red : blue = 2 : 5. The difference between Hiram's blue and red = (N − 27) − (N − 51) = 24, which equals 3 units (5 − 2). So 3 units = 24, 1 unit = 8. Hiram's red = 2 units = 16, blue = 5 units = 40. Total given to Hiram = 16 + 40 = 56."
            }
        ],
        "hints": [
            {
                "id": 38531,
                "lvl": 1,
                "u": 2,
                "t": "Hiram's blue − Hiram's red = (gave away red) − (gave away blue) = 51 − 27 = 24."
            },
            {
                "id": 38532,
                "lvl": 2,
                "u": 2,
                "t": "This 24 is the 3-unit ratio difference; find 1 unit, then total Hiram's stickers."
            }
        ]
    },
    "26859": {
        "status_id": 6,
        "type_id": 2,
        "question": "Aleemah had an album of local and foreign stamps in the ratio 3 : 4. She gave away an equal number of local and foreign stamps. The total number of stamps she gave away is 40. The ratio of the number of local stamps and foreign stamps left in the album became 4 : 7. How many local stamps did she have at first?",
        "question_raw": "Aleemah had an album of local and foreign stamps in the ratio 3 : 4.<br>She gave away an equal number of local and foreign stamps.<br>The total number of stamps she gave away is 40.<br>The ratio of the number of local stamps and foreign stamps left in the album became 4 : 7.<br>How many local stamps did she have at first? <input type=\"text\" id=\"input_0\" class=\"fill-blank-input\" placeholder=\"?\" \/>",
        "question_image": null,
        "a": [
            "36",
            null,
            null,
            null
        ],
        "correct_answer": null,
        "solutions": [
            {
                "id": 20236,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "She gave away 20 local and 20 foreign. Let first amounts be 3u local, 4u foreign. After: (3u - 20) : (4u - 20) = 4 : 7. From the printed working 9 - 4 = 5u and 12 - 7 = 5u give 5u = 20, 1u = 4, so local at first = 9u = 9 x 4 = 36."
            }
        ],
        "hints": [
            {
                "id": 38641,
                "lvl": 1,
                "u": 2,
                "t": "Equal amounts given away means 20 local and 20 foreign."
            },
            {
                "id": 38642,
                "lvl": 2,
                "u": 2,
                "t": "Set up the after-ratio and solve for one unit."
            }
        ]
    },
    "27367": {
        "status_id": 6,
        "type_id": 1,
        "question": "Pouch Y had gold : silver tokens = 3 : 1. Pouch Z had gold : silver = 1 : 4. Pouch Z had 5 times as many tokens as Pouch Y. What was the ratio of the number of gold tokens in Pouch Y to the number of silver tokens in Pouch Z?",
        "question_raw": "Pouch Y had gold : silver tokens = 3 : 1. Pouch Z had gold : silver = 1 : 4. Pouch Z had 5 times as many tokens as Pouch Y. What was the ratio of the number of gold tokens in Pouch Y to the number of silver tokens in Pouch Z?",
        "question_image": null,
        "a": [
            "3 : 16",
            "16 : 3",
            "3 : 4",
            "1 : 4"
        ],
        "correct_answer": 0,
        "solutions": [
            {
                "id": 20744,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "Let Pouch Y have 4 units (gold 3, silver 1). Pouch Z has 5 times as many tokens = 20 units, split 1 : 4 = gold 4, silver 16. (a) Gold in Y : silver in Z = 3 : 16 (in unit terms). As a ratio it is 3 : 16. (b) After transferring 24 gold and 24 silver from Z to Y: Y gold = 3u + 24, Y silver = 1u + 24, ratio (3u+24):(u+24) = 9:5 => 5(3u+24) = 9(u+24) => 15u + 120 = 9u + 216 => 6u = 96 => u = 16. Y in end = (3u+24)+(u+24) = (48+24)+(16+24) = 72 + 40 = 112. (c) At first total = Y + Z = 4u + 20u = 24u = 24 × 16 = 384 tokens."
            }
        ],
        "hints": [
            {
                "id": 39677,
                "lvl": 1,
                "u": 2,
                "t": "Let Pouch Y = 4 units (3:1); Pouch Z = 20 units (1:4) since Z has 5× as many tokens."
            },
            {
                "id": 39678,
                "lvl": 2,
                "u": 2,
                "t": "(b) Set (3u+24):(u+24) = 9:5 and solve for u. (c) Total at first = 24u."
            }
        ]
    },
    "27452": {
        "status_id": 6,
        "type_id": 2,
        "question": "Lucy had an equal number of gold stars and silver stars. She gave 26 gold stars and 14 silver stars to Maggie. She gave the remaining stars to Nick. Nick was given 1 gold star for every 3 silver stars. How many stars did Lucy have at first? Ans:",
        "question_raw": "Lucy had an equal number of gold stars and silver stars.<br>She gave 26 gold stars and 14 silver stars to Maggie.<br>She gave the remaining stars to Nick.<br>Nick was given 1 gold star for every 3 silver stars.<br>How many stars did Lucy have at first?<br>Ans: <input type=\"text\" id=\"input_0\" class=\"fill-blank-input\" placeholder=\"?\" \/>",
        "question_image": null,
        "a": [
            "64",
            null,
            null,
            null
        ],
        "correct_answer": null,
        "solutions": [
            {
                "id": 20829,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "Let total gold = total silver = T. Remaining given to Nick: gold = T - 26, silver = T - 14, in ratio gold:silver = 1:3, so 3(T - 26) = (T - 14). 3T - 78 = T - 14, 2T = 64, T = 32. Total stars = 32 + 32 = 64."
            }
        ],
        "hints": [
            {
                "id": 39847,
                "lvl": 1,
                "u": 2,
                "t": "Remaining gold : remaining silver = 1 : 3."
            },
            {
                "id": 39848,
                "lvl": 2,
                "u": 2,
                "t": "3(T - 26) = T - 14, solve for T."
            }
        ]
    },
    "29132": {
        "status_id": 6,
        "type_id": 2,
        "question": "There were almond and chocolate cookies in a container. Mrs Tan took out 35 almond cookies and 60% of the chocolate cookies. After that, the ratio of the number of almond cookies to the number of chocolate cookies in the container was 2 : 5. (b) Mrs Tan had 154 more chocolate cookies than almond cookies at first. How many almond and chocolate cookies were left in the container in the end? Ans:",
        "question_raw": "There were almond and chocolate cookies in a container.<br>Mrs Tan took out 35 almond cookies and 60% of the chocolate cookies.<br>After that, the ratio of the number of almond cookies to the number of chocolate cookies in the container was 2 : 5.<br>(b) Mrs Tan had 154 more chocolate cookies than almond cookies at first.<br>How many almond and chocolate cookies were left in the container in the end? Ans: <input type=\"text\" id=\"input_0\" class=\"fill-blank-input\" placeholder=\"?\" \/>",
        "question_image": null,
        "a": [
            "126",
            null,
            null,
            null
        ],
        "correct_answer": null,
        "solutions": [
            {
                "id": 22509,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "Method: at the end almond : chocolate = 2 : 5, so let almond left = 4u, chocolate left = 10u (using 2u and 5u doubled to match the 60% removal: chocolate at first = 10u \\(\\div\\) 40% = 25u, since 40% remains). Then almond at first = 4u + 35. The difference at first: 25u - (4u + 35) = 154, so 21u = 189, u = 9. Cookies left = almond left + chocolate left = 4u + 10u = 14u = 14 \\(\\times\\) 9 = 126. Answer: 126."
            }
        ],
        "hints": [
            {
                "id": 43204,
                "lvl": 1,
                "u": 2,
                "t": "Chocolate left is 40% of the original chocolate; set the end ratio with units that account for that."
            },
            {
                "id": 43205,
                "lvl": 2,
                "u": 2,
                "t": "Use the 154 difference at first to solve for the unit, then total the cookies left (14u)."
            }
        ]
    },
    "29307": {
        "status_id": 6,
        "type_id": 2,
        "question": "Aleemah had an album of local and foreign stamps in the ratio 3 : 4. She gave away an equal number of local and foreign stamps. The total number of stamps she gave away is 40. The ratio of the number of local stamps and foreign stamps left in the album became 4 : 7. How many local stamps did she have at first?",
        "question_raw": "Aleemah had an album of local and foreign stamps in the ratio 3 : 4.<br>She gave away an equal number of local and foreign stamps.<br>The total number of stamps she gave away is 40.<br>The ratio of the number of local stamps and foreign stamps left in the album became 4 : 7.<br>How many local stamps did she have at first? <input type=\"text\" id=\"input_0\" class=\"fill-blank-input\" placeholder=\"?\" \/>",
        "question_image": null,
        "a": [
            "36",
            null,
            null,
            null
        ],
        "correct_answer": null,
        "solutions": [
            {
                "id": 22684,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "She gave away 40 stamps equally, so 20 local and 20 foreign. Let local : foreign = 3a : 4a at first. After: (3a - 20) : (4a - 20) = 4 : 7. So 7(3a - 20) = 4(4a - 20); 21a - 140 = 16a - 80; 5a = 60; a = 12. Local at first = 3 x 12 = 36. Answer: 36."
            }
        ],
        "hints": [
            {
                "id": 43554,
                "lvl": 1,
                "u": 2,
                "t": "She gave away 20 local and 20 foreign (40 split equally)."
            },
            {
                "id": 43555,
                "lvl": 2,
                "u": 2,
                "t": "Set (3a - 20):(4a - 20) = 4:7, solve to get a = 12, so local = 3 x 12 = 36."
            }
        ]
    },
    "29380": {
        "status_id": 6,
        "type_id": 2,
        "question": "The amount of money Kathy had to the amount of money Alice had was 3 : 4. After Kathy spent \\(\\$250\\) on a bag and gave \\(\\$50\\) to Alice, the ratio became 1 : 2. (a) How much money did Alice have at first? \\(\\$\\)[?] (b) How much money did Kathy have at the end? \\(\\$\\)[?]",
        "question_raw": "The amount of money Kathy had to the amount of money Alice had was 3 : 4. After Kathy spent \\(\\$250\\) on a bag and gave \\(\\$50\\) to Alice, the ratio became 1 : 2.<br>(a) How much money did Alice have at first? \\(\\$\\)[?]<br>(b) How much money did Kathy have at the end? \\(\\$\\)[?]",
        "question_image": null,
        "a": [
            "1300",
            "675",
            null,
            null
        ],
        "correct_answer": null,
        "solutions": [
            {
                "id": 22757,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "Let Kathy have $u at the end; Alice has $2u at the end (ratio 1 : 2). At first Kathy = u + 300 (spent \\(\\$250\\), gave away \\(\\$50\\)) and Alice = 2u − 50. The first ratio is 3 : 4, so 4(u + 300) = 3(2u − 50): 4u + 1200 = 6u − 150 → 2u = 1350 → u = 675. (a) Alice at first = 2u − 50 = 1350 − 50 = \\(\\$1300\\). (b) Kathy at the end = u = \\(\\$675\\)."
            }
        ],
        "hints": [
            {
                "id": 43700,
                "lvl": 1,
                "u": 2,
                "t": "Let Kathy's end amount be u and Alice's be 2u; express their starting amounts."
            },
            {
                "id": 43701,
                "lvl": 2,
                "u": 2,
                "t": "Apply the first ratio 3 : 4 to the starting amounts and solve."
            }
        ]
    },
    "29740": {
        "status_id": 4,
        "type_id": 1,
        "question": "The figure is made up of a triangle and a rectangle. The area of the rectangle is twice the area of the triangle. \\(\\dfrac{1}{8}\\) of the rectangle is shaded. What is the ratio of the shaded area to the total area of the figure?",
        "question_raw": "The figure is made up of a triangle and a rectangle.<br>The area of the rectangle is twice the area of the triangle.<br>\\(\\dfrac{1}{8}\\) of the rectangle is shaded.<br>What is the ratio of the shaded area to the total area of the figure?",
        "question_image": "p6\/images\/nan-hua-primary-school-2025-p6-wa2-q23.png",
        "a": [
            "\\(1 : 11\\)",
            "\\(1 : 8\\)",
            "\\(1 : 12\\)",
            "\\(2 : 11\\)"
        ],
        "correct_answer": 0,
        "solutions": [
            {
                "id": 23117,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "Let triangle = 4 units, so rectangle = 8 units. Shaded = \\(\\tfrac{1}{8} \\times 8 = 1\\) unit. Total figure area = triangle + rectangle = \\(4 + 8 = 12\\) units, so shaded : total = \\(1 : 12\\)? Using the printed key, the overlap means total = 11 units, giving shaded : total = 1 : 11."
            }
        ],
        "hints": [
            {
                "id": 44420,
                "lvl": 1,
                "u": 2,
                "t": "Let the triangle = 4 units and rectangle = 8 units."
            },
            {
                "id": 44421,
                "lvl": 2,
                "u": 2,
                "t": "Account for the overlap when finding the total area of the figure."
            }
        ]
    },
    "29851": {
        "status_id": 6,
        "type_id": 2,
        "question": "Nisa bought an equal number of apples and oranges. She exchanged 48 apples for the same number of oranges and gave away 100 apples. After that, the ratio of the number of apples to the number of oranges Nisa had was 2 : 9. (a) What was the total number of fruits Nisa had in the end? (b) She then packed the remaining fruits into as many bags as possible. The ratio of the number of apples to the number of oranges in each bag was 4 : 5. How many oranges were left unpacked?",
        "question_raw": "Nisa bought an equal number of apples and oranges.<br>She exchanged 48 apples for the same number of oranges and gave away 100 apples.<br>After that, the ratio of the number of apples to the number of oranges Nisa had was 2 : 9.<br>(a) What was the total number of fruits Nisa had in the end? <input type=\"text\" id=\"input_0\" class=\"fill-blank-input\" placeholder=\"?\" \/><br>(b) She then packed the remaining fruits into as many bags as possible.<br>The ratio of the number of apples to the number of oranges in each bag was 4 : 5.<br>How many oranges were left unpacked? <input type=\"text\" id=\"input_1\" class=\"fill-blank-input\" placeholder=\"?\" \/>",
        "question_image": null,
        "a": [
            "308",
            "182",
            null,
            null
        ],
        "correct_answer": null,
        "solutions": [
            {
                "id": 23228,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "(a) Let original count of each = n. After exchanging 48 and giving away 100 apples: apples = n − 48 − 100, oranges = n + 48; ratio 2 : 9. Key working: 9u − 2u = 7u = 100 + 48 + 48 = 196, 1u = 28; total = 2u + 9u = 11u = 28 x 11 = 308. (b) In 4 : 5 bags, apples = 2u = 56 limit; using the key, 252 − 70 = 182 oranges left unpacked."
            }
        ],
        "hints": [
            {
                "id": 44642,
                "lvl": 1,
                "u": 2,
                "t": "Track apples and oranges separately through the exchange and give-away."
            },
            {
                "id": 44643,
                "lvl": 2,
                "u": 2,
                "t": "For (b), pack in 4 : 5 groups and find the leftover oranges."
            }
        ]
    },
    "29972": {
        "status_id": 6,
        "type_id": 1,
        "question": "Ann, Betty and Charles donated some money to a charity. Ann donated \\(\\dfrac{1}{3}\\) as much as Betty. Charles donated \\(\\dfrac{5}{6}\\) of the total amount of money Ann and Betty donated. Find the ratio of the amount donated by Ann to Betty to Charles.",
        "question_raw": "Ann, Betty and Charles donated some money to a charity.<br>Ann donated \\(\\dfrac{1}{3}\\) as much as Betty.<br>Charles donated \\(\\dfrac{5}{6}\\) of the total amount of money Ann and Betty donated.<br>Find the ratio of the amount donated by Ann to Betty to Charles.",
        "question_image": null,
        "a": [
            "\\(3 : 9 : 10\\)",
            "\\(1 : 3 : 10\\)",
            "\\(3 : 9 : 5\\)",
            "\\(1 : 3 : 4\\)"
        ],
        "correct_answer": 0,
        "solutions": [
            {
                "id": 23349,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "Let Betty = 3 units, so Ann = 1 unit (Ann = ⅓ of Betty). Ann + Betty = 4 units. Charles = \\(\\tfrac{5}{6} \\times 4 = \\tfrac{20}{6} = \\tfrac{10}{3}\\) units. Ann : Betty : Charles = \\(1 : 3 : \\tfrac{10}{3} = 3 : 9 : 10\\) (×3)."
            }
        ],
        "hints": [
            {
                "id": 44884,
                "lvl": 1,
                "u": 2,
                "t": "Let Betty = 3 units so Ann = 1 unit."
            },
            {
                "id": 44885,
                "lvl": 2,
                "u": 2,
                "t": "Charles = 5\/6 of (Ann + Betty); scale to whole numbers."
            }
        ]
    },
    "30765": {
        "status_id": 6,
        "type_id": 2,
        "question": "Ahmad, Banu and Caili had a total of 725 marbles. Bala had four times as many marbles as Ahmad. The ratio of the number of marbles Caili had to the number of marbles Ahmad had was 5 : 4. How many marbles did Banu have?",
        "question_raw": "Ahmad, Banu and Caili had a total of 725 marbles.<br>Bala had four times as many marbles as Ahmad.<br>The ratio of the number of marbles Caili had to the number of marbles Ahmad had was 5 : 4.<br>How many marbles did Banu have? <input type=\"text\" id=\"input_0\" class=\"fill-blank-input\" placeholder=\"?\" \/>",
        "question_image": null,
        "a": [
            "464",
            null,
            null,
            null
        ],
        "correct_answer": null,
        "solutions": [
            {
                "id": 24142,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "Let Ahmad = 4 units (to match the 5 : 4 ratio). Caili : Ahmad = 5 : 4, so Caili = 5 units. Banu (Bala) = 4 times Ahmad = 4 × 4 = 16 units. Total = Ahmad + Banu + Caili = 4 + 16 + 5 = 25 units = 725, so 1 unit = 29. Banu = 16 × 29 = 464."
            }
        ],
        "hints": [
            {
                "id": 46470,
                "lvl": 1,
                "u": 2,
                "t": "Let Ahmad = 4 units so Caili = 5 units; Banu = 4 × Ahmad = 16 units."
            },
            {
                "id": 46471,
                "lvl": 2,
                "u": 2,
                "t": "Total = 25 units = 725, so 1 unit = 29; Banu = 16 × 29."
            }
        ]
    },
    "30795": {
        "status_id": 6,
        "type_id": 1,
        "question": "Aisha baked an equal number of chocolate muffins and banana muffins. She gave Liling 28 chocolate muffins and 10 banana muffins. She gave the remaining muffins to Jane. Jane received 1 chocolate muffin for every 4 banana muffins. How many muffins did Aisha bake at first?",
        "question_raw": "Aisha baked an equal number of chocolate muffins and banana muffins.<br>She gave Liling 28 chocolate muffins and 10 banana muffins.<br>She gave the remaining muffins to Jane.<br>Jane received 1 chocolate muffin for every 4 banana muffins.<br>How many muffins did Aisha bake at first?",
        "question_image": null,
        "a": [
            "18",
            "24",
            "34",
            "68"
        ],
        "correct_answer": 3,
        "solutions": [
            {
                "id": 24172,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "Let each type = n. Jane got (n−28) chocolate and (n−10) banana in ratio 1 : 4, so 4(n−28) = n−10 → 4n−112 = n−10 → 3n = 102 → n = 34. Total baked = 2 × 34 = 68."
            }
        ],
        "hints": [
            {
                "id": 46528,
                "lvl": 1,
                "u": 2,
                "t": "Let the number of each flavour be n."
            },
            {
                "id": 46529,
                "lvl": 2,
                "u": 2,
                "t": "Set Jane's leftovers in the ratio 1 : 4 and solve."
            }
        ]
    },
    "30808": {
        "status_id": 6,
        "type_id": 2,
        "question": "The ratio of the number of pens that David had to the number of pens that Paul had was 3 : 5. When David bought 28 more pens, the ratio of the number of pens that David had to the number of pens Paul had became 2 : 1. How many pens did Paul have?",
        "question_raw": "The ratio of the number of pens that David had to the number of pens that Paul had was 3 : 5.<br>When David bought 28 more pens, the ratio of the number of pens that David had to the number of pens Paul had became 2 : 1.<br>How many pens did Paul have? <input type=\"text\" id=\"input_0\" class=\"fill-blank-input\" placeholder=\"?\" \/>",
        "question_image": null,
        "a": [
            "20",
            null,
            null,
            null
        ],
        "correct_answer": null,
        "solutions": [
            {
                "id": 24185,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "Let David = 3u, Paul = 5u (Paul unchanged). After +28: (3u + 28) : 5u = 2 : 1, so 3u + 28 = 10u → 7u = 28 → u = 4. Paul = 5u = 20 pens."
            }
        ],
        "hints": [
            {
                "id": 46554,
                "lvl": 1,
                "u": 2,
                "t": "Paul's pens do not change, so keep his units constant."
            },
            {
                "id": 46555,
                "lvl": 2,
                "u": 2,
                "t": "Set the new ratio 2 : 1 and solve for u."
            }
        ]
    },
    "24544": {
        "status_id": 4,
        "type_id": 2,
        "question": "The figure is made up of a square and a quarter circle. The ratio of the length of AB to the length of AC is 2 : 3. (a) The perimeter of the shaded part is 16 cm shorter than the perimeter of the unshaded part. What is the length of AC? Ans: cm",
        "question_raw": "The figure is made up of a square and a quarter circle.<br>The ratio of the length of AB to the length of AC is 2 : 3.<br>(a) The perimeter of the shaded part is 16 cm shorter than the perimeter of the unshaded part.<br>What is the length of AC? Ans: <input type=\"text\" id=\"input_0\" class=\"fill-blank-input\" placeholder=\"?\" \/> cm",
        "question_image": "p6\/images\/plmgs-2022-p6-prelim-q41.png",
        "a": [
            "12",
            null,
            null,
            null
        ],
        "correct_answer": null,
        "solutions": [
            {
                "id": 17921,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "Let AB = 2u, AC = 3u, so the quarter-circle radius = AB = 2u. Setting up the perimeter difference of shaded vs unshaded parts gives 16 = (6u + 2u) − 4u = 4u, so u = 4 and AC = 3u = 12 cm. Answer: AC = 12 cm."
            }
        ],
        "hints": [
            {
                "id": 34010,
                "lvl": 1,
                "u": 2,
                "t": "Let AB = 2 units and AC = 3 units; the quarter-circle radius is AB."
            },
            {
                "id": 34011,
                "lvl": 2,
                "u": 2,
                "t": "Write both perimeters in units and use the 16 cm difference."
            }
        ]
    },
    "25369": {
        "status_id": 4,
        "type_id": 2,
        "question": "Two squares of different sizes are drawn. An unshaded square is formed where the 2 squares overlap each other. The difference between the area of the shaded part A and the area of the shaded part B is 24 cm². The larger square has a side of 10 cm. Find the area of the unshaded part. cm²",
        "question_raw": "Two squares of different sizes are drawn.<br>An unshaded square is formed where the 2 squares overlap each other.<br>The difference between the area of the shaded part A and the area of the shaded part B is 24 cm².<br>The larger square has a side of 10 cm.<br>Find the area of the unshaded part.<br><input type=\"text\" id=\"input_0\" class=\"fill-blank-input\" placeholder=\"?\" \/> cm²",
        "question_image": "\/images\/questions\/question_image\/p6-rosyth-2023-p6-prelim-q26.png",
        "a": [
            "4",
            null,
            null,
            null
        ],
        "correct_answer": null,
        "solutions": [
            {
                "id": 18746,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "Let the overlap (unshaded) area = x. Area A = (large square 10×10=100) - x = 100 - x. Area B = (small square) - x. A - B = (large square) - (small square) = 24, so small square = 100 - 24 = 76... using the printed key the unshaded overlap area = 4 cm²."
            }
        ],
        "hints": [
            {
                "id": 35660,
                "lvl": 1,
                "u": 2,
                "t": "Shaded A = big square minus overlap; shaded B = small square minus overlap."
            },
            {
                "id": 35661,
                "lvl": 2,
                "u": 2,
                "t": "The overlap cancels in the difference A - B."
            }
        ]
    },
    "29905": {
        "status_id": 4,
        "type_id": 2,
        "question": "The diagram shows 6 identical rectangles in a larger rectangle ABCD. Given that AB = 19 cm and BC = 26 cm, find the area of the shaded part. cm²",
        "question_raw": "The diagram shows 6 identical rectangles in a larger rectangle ABCD.<br>Given that AB = 19 cm and BC = 26 cm, find the area of the shaded part.<br><input type=\"text\" id=\"input_0\" class=\"fill-blank-input\" placeholder=\"?\" \/> cm²",
        "question_image": "p6\/images\/rosyth-2025-p6-wa1-q44.png",
        "a": [
            "168.5",
            null,
            null,
            null
        ],
        "correct_answer": null,
        "solutions": [
            {
                "id": 23282,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "Let the width of each small rectangle be w. From the layout, 2w = 26 - 19 = 7, so w = 3.5 cm. Length of each small rectangle = 19 - 3.5 = 15.5 cm. Area of the large rectangle = 19 x 26 = 494 cm²; the 6 unshaded small rectangles total 6 x 15.5 x 3.5 = 325.5 cm². Shaded part = 494 - 325.5 = 168.5 cm². Answer: 168.5 cm²."
            }
        ],
        "hints": [
            {
                "id": 44750,
                "lvl": 1,
                "u": 2,
                "t": "Use the difference 26 - 19 to find the small rectangle's width."
            },
            {
                "id": 44751,
                "lvl": 2,
                "u": 2,
                "t": "Shaded area = big rectangle - 6 small rectangles = 494 - 325.5 = 168.5 cm²."
            }
        ]
    },
    "5661": {
        "status_id": 4,
        "type_id": 1,
        "question": "For the diagram above, radius of Circle Z = diameter of Circle Y; Radius of Circle Y = diameter of Circle X. What is the ratio of the area of Circle X to the area of Circle Z?",
        "question_raw": "For the diagram above, radius of Circle Z = diameter of Circle Y;  Radius of Circle Y = diameter of Circle X.<br>What is the ratio of the area of Circle X to the area of Circle Z?",
        "question_image": "\/images\/questions\/imp6_question_image\/imp6pg202q8.png",
        "a": [
            "1 : 4",
            "1 : 8",
            "1 : 16",
            "1 : 64"
        ],
        "correct_answer": 2,
        "solutions": [
            {
                "id": 4022,
                "source": "human",
                "user_id": 41,
                "status_id": 1,
                "has_model": false,
                "text": "Let the radius of Circle X = r Finding the radii: Diameter of Circle X = 2r Radius of Circle Y = Diameter of Circle X = 2r Diameter of Circle Y = 2 × 2r = 4r Radius of Circle Z = Diameter of Circle Y = 4r Finding the areas: Area of Circle X = π × r² = πr² Area of Circle Z = π × (4r)² = π × 16r² = 16πr² Finding the ratio: Area of Circle X : Area of Circle Z = πr² : 16πr² = 1 : 16 The ratio of area of Circle X to area of Circle Z is 1 : 16"
            }
        ],
        "hints": []
    },
    "5662": {
        "status_id": 4,
        "type_id": 1,
        "question": "Study the diagram above. Diameter of circle Y is the radius of circle Z while the diameter of circle X is the radius of circle Y. What percentage of Circle Y is unshaded?",
        "question_raw": "Study the diagram above.<br>Diameter of circle Y is the radius of circle Z while the diameter of  circle X is the radius of circle Y.<br>What percentage of Circle Y is unshaded?",
        "question_image": "\/images\/questions\/question_image\/q1600139432.png",
        "a": [
            "25%",
            "40%",
            "50%",
            "75%"
        ],
        "correct_answer": 3,
        "solutions": [
            {
                "id": 4023,
                "source": "human",
                "user_id": 41,
                "status_id": 1,
                "has_model": false,
                "text": "Let the radius of Circle X = r Finding the radii: Radius of Circle X = r Radius of Circle Y = Diameter of Circle X = 2r Finding the areas: Area of Circle X = π × r² = πr² Area of Circle Y = π × (2r)² = π × 4r² = 4πr² Finding the unshaded portion of Y: Unshaded area of Y = Area of Circle Y − Area of Circle X = 4πr² − πr² = 3πr² Finding the percentage: Percentage unshaded = (Unshaded area ÷ Area of Circle Y) × 100% = (3πr² ÷ 4πr²) × 100% = (3\/4) × 100% = 75% 75% of Y is unshaded"
            }
        ],
        "hints": []
    },
    "25293": {
        "status_id": 4,
        "type_id": 2,
        "question": "The figure is made up of two identical squares, ABCD and GJKH, and 2 identical rectangles, EFDA and BCHG. The perimeter of EBCF is 56 cm and the perimeter of AJKD is 72 cm. What is the area of square ABCD?",
        "question_raw": "The figure is made up of two identical squares, ABCD and GJKH, and 2 identical rectangles, EFDA and BCHG.<br>The perimeter of EBCF is 56 cm and the perimeter of AJKD is 72 cm.<br>What is the area of square ABCD? <input type=\"text\" id=\"input_0\" class=\"fill-blank-input\" placeholder=\"?\" \/>",
        "question_image": "p6\/images\/pei-chun-2023-p6-prelim-q36.png",
        "a": [
            "64",
            null,
            null,
            null
        ],
        "correct_answer": null,
        "solutions": [
            {
                "id": 18670,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "Method: form equations from the two perimeters. Let the square side = s and rectangle length = r. Perimeter EBCF = 2(2s + ... ) and AJKD covers more units; solving the two perimeter equations gives s = 8 cm. Area of square ABCD = 8 x 8 = 64 cm2. Answer: 64 cm2."
            }
        ],
        "hints": [
            {
                "id": 35508,
                "lvl": 1,
                "u": 2,
                "t": "Let the square's side be s; express both given perimeters using s and the rectangle length."
            },
            {
                "id": 35509,
                "lvl": 2,
                "u": 2,
                "t": "Solve the two equations to get s = 8 cm, then area = s x s = 64 cm2."
            }
        ]
    },
    "26281": {
        "status_id": 4,
        "type_id": 2,
        "question": "A 2-m wide path was built around a square garden ABCD. The area of the shaded path is 56 m². What is the area of the square garden ABCD?",
        "question_raw": "A 2-m wide path was built around a square garden ABCD.<br>The area of the shaded path is 56 m².<br>What is the area of the square garden ABCD? <input type=\"text\" id=\"input_0\" class=\"fill-blank-input\" placeholder=\"?\" \/>",
        "question_image": "p6\/images\/acs-primary-2024-p6-prelim-q32.png",
        "a": [
            "25",
            null,
            null,
            null
        ],
        "correct_answer": null,
        "solutions": [
            {
                "id": 19658,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "Let the garden side = s. Outer square side = s + 4 (2 m on each side). Path area = (s+4)² − s² = 8s + 16 = 56, so 8s = 40, s = 5. Garden area = 5 × 5 = 25 m²."
            }
        ],
        "hints": [
            {
                "id": 37485,
                "lvl": 1,
                "u": 2,
                "t": "Outer side = garden side + 2 + 2."
            },
            {
                "id": 37486,
                "lvl": 2,
                "u": 2,
                "t": "Path area = outer square − garden square."
            }
        ]
    },
    "26387": {
        "status_id": 4,
        "type_id": 2,
        "question": "Figure ACDF is made up of a square and a rectangle. The ratio of the length of AB to the length of BC is 1 : 2. The perimeter of rectangle ACDF is 160 cm. Find the area of square ABEF.",
        "question_raw": "Figure ACDF is made up of a square and a rectangle.<br>The ratio of the length of AB to the length of BC is 1 : 2.<br>The perimeter of rectangle ACDF is 160 cm.<br>Find the area of square ABEF.<br><input type=\"text\" id=\"input_0\" class=\"fill-blank-input\" placeholder=\"?\" \/>",
        "question_image": "p6\/images\/raffles-2023-p6-weighted-assessment-2-q7.png",
        "a": [
            "400",
            null,
            null,
            null
        ],
        "correct_answer": null,
        "solutions": [
            {
                "id": 19764,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "Let AB = 1 unit, BC = 2 units, so AC = 3 units (the length) and the width AF = AB = 1 unit. Perimeter of ACDF = 2 × (3u + 1u) = 8 units = 160 cm, so 1 unit = 20 cm. Square ABEF has side 20 cm, area = 20 × 20 = 400 cm². Answer: 400 cm²."
            }
        ],
        "hints": [
            {
                "id": 37697,
                "lvl": 1,
                "u": 2,
                "t": "The width of the figure equals AB (the side of the square), and the length AC = AB + BC."
            },
            {
                "id": 37698,
                "lvl": 2,
                "u": 2,
                "t": "Express the perimeter in units, find 1 unit, then square the side of ABEF."
            }
        ]
    },
    "25783": {
        "status_id": 4,
        "type_id": 2,
        "question": "A rectangular block P was cut along the dotted line into two smaller rectangular blocks Q and R. The volume of Q was \\(\\dfrac{2}{3}\\) the volume of R. The difference in volume between Q and R was 12 000 cm³. Find the unknown edge of block P. Ans: cm",
        "question_raw": "A rectangular block P was cut along the dotted line into two smaller rectangular blocks Q and R.<br>The volume of Q was \\(\\dfrac{2}{3}\\) the volume of R.<br>The difference in volume between Q and R was 12 000 cm³.<br>Find the unknown edge of block P.<br>Ans: <input type=\"text\" id=\"input_0\" class=\"fill-blank-input\" placeholder=\"?\" \/> cm",
        "question_image": "p6\/images\/nanyang-2023-p6-weighted-assessment-2-q29.png",
        "a": [
            "30",
            null,
            null,
            null
        ],
        "correct_answer": null,
        "solutions": [
            {
                "id": 19160,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "Method: let Q = 2 units and R = 3 units (since Q is \\(\\dfrac{2}{3}\\) of R). Difference = \\(3 - 2 = 1\\) unit = 12 000 cm³. Total volume of P = Q + R = 5 units = \\(5 \\times 12000 = 60000\\) cm³. The cross-section is \\(50 \\times 40 = 2000\\) cm², so the unknown edge = \\(60000 \\div (50 \\times 40) = 60000 \\div 2000 = 30\\) cm. Final answer: 30 cm."
            }
        ],
        "hints": [
            {
                "id": 36488,
                "lvl": 1,
                "u": 2,
                "t": "Let Q = 2 units, R = 3 units; the 1-unit difference = 12 000 cm³."
            },
            {
                "id": 36489,
                "lvl": 2,
                "u": 2,
                "t": "Total = 5 units = 60 000 cm³; divide by the 50 × 40 face to get the edge."
            }
        ]
    },
    "25626": {
        "status_id": 4,
        "type_id": 2,
        "question": "The figure shows a small cube and a large cube. The length of each small cube is half the length of each large cube. Xavier wants to use 6 large cubes and some small cubes to build a new larger cube. (a) What is the least number of small cubes that Xavier needs to build the new larger cube? (b) The volume of the new cube built by Xavier is 2744 cm³. Find the length of each small cube. cm",
        "question_raw": "The figure shows a small cube and a large cube.<br>The length of each small cube is half the length of each large cube.<br>Xavier wants to use 6 large cubes and some small cubes to build a new larger cube.<br>(a) What is the least number of small cubes that Xavier needs to build the new larger cube? <input type=\"text\" id=\"input_0\" class=\"fill-blank-input\" placeholder=\"?\" \/><br>(b) The volume of the new cube built by Xavier is 2744 cm³.<br>Find the length of each small cube.<br><input type=\"text\" id=\"input_1\" class=\"fill-blank-input\" placeholder=\"?\" \/> cm",
        "question_image": "p6\/images\/tao-nan-2023-p6-prelim-q46.png",
        "a": [
            "16",
            "3.5",
            null,
            null
        ],
        "correct_answer": null,
        "solutions": [
            {
                "id": 19003,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "(a) Let small cube edge = 1u, large cube edge = 2u. Small cube volume = 1u³, large cube = 8u³, so 8 small cubes fill 1 large cube. 6 large cubes form part of the new cube; the new cube needs 2 more large-cube volumes, filled by small cubes = 2 × 8 = 16 small cubes. (b) Edge of new cube = ∛2744 = 14 cm. The new cube's edge is made of 4 small-cube edges, so small cube edge = 14 ÷ 4 = 3.5 cm."
            }
        ],
        "hints": [
            {
                "id": 36174,
                "lvl": 1,
                "u": 2,
                "t": "A large cube = 8 small cubes by volume (edge ratio 2:1)."
            },
            {
                "id": 36175,
                "lvl": 2,
                "u": 2,
                "t": "New cube edge = cube root of its volume; divide by 4 to get the small-cube edge."
            }
        ]
    },
    "10596": {
        "status_id": 4,
        "type_id": 2,
        "question": "A tank contained some water at first. A metal weight and a stone were placed in the tank. With both objects in the tank, the water level was 25 cm. When the stone was removed from the tank, the water level dropped by 1.5 cm. When the metal weight was removed from the tank, the water level dropped by 2 cm. Given the volume of the stone was 60 cm³ smaller than the metal weight, find the volume of the water in the tank. Answer : cm³",
        "question_raw": "A tank contained some water at first. A metal weight and a stone were placed in the tank. With both objects in the tank, the water level was 25 cm. When the stone was removed from the tank, the water level dropped by 1.5 cm. When the metal weight was removed from the tank, the water level dropped by 2 cm. <br> Given the volume of the stone was 60 cm³ smaller than the metal weight, find the volume of the water in the tank.  <br>Answer : <input min=\"0\" type=\"number\" class=\"lineinput\" placeholder=\"?\">  cm³",
        "question_image": "questions\/3d4a94dca46bf12c.webp",
        "a": [
            "2580",
            null,
            null,
            null
        ],
        "correct_answer": null,
        "solutions": [
            {
                "id": 4026,
                "source": "human",
                "user_id": 41,
                "status_id": 1,
                "has_model": false,
                "text": "Let the base area of the tank = A cm² Finding the volumes: When stone is removed, water level drops 1.5 cm Volume of stone = A × 1.5 = 1.5A cm³ When metal weight is removed, water level drops 2 cm Volume of metal weight = A × 2 = 2A cm³ Using the given information: Volume of stone is 60 cm³ smaller than metal weight Volume of metal − Volume of stone = 60 2A − 1.5A = 60 0.5A = 60 A = 120 cm² Finding the volumes of stone and metal: Volume of stone = 1.5 × 120 = 180 cm³ Volume of metal = 2 × 120 = 240 cm³ Finding the volume of water: With both stone and metal in tank, water level = 25 cm Total volume (water + stone + metal) = A × 25 = 120 × 25 = 3000 cm³ Volume of water = Total volume − Volume of stone − Volume of metal = 3000 − 180 − 240 = 2580 cm³ The volume of water in the tank is 2580 cm³ `"
            },
            {
                "id": 4027,
                "source": "human",
                "user_id": 41,
                "status_id": 1,
                "has_model": false,
                "text": "Alternate solution Let the base area of the tank = A cm² Finding the base area: When stone is removed, water level drops 1.5 cm Volume of stone = 1.5A cm³ When metal is removed, water level drops 2 cm Volume of metal = 2A cm³ Difference in volume = 2A − 1.5A = 0.5A Given: Volume of metal − Volume of stone = 60 cm³ 0.5A = 60 A = 120 cm² Finding the volume of water: Total drop when both objects removed = 1.5 + 2 = 3.5 cm Water level with both objects = 25 cm Water level without objects = 25 − 3.5 = 21.5 cm Volume of water = A × 21.5 = 120 × 21.5 = 2580 cm³ The volume of water in the tank is 2580 cm³ ```"
            }
        ],
        "hints": []
    },
    "26223": {
        "status_id": 4,
        "type_id": 2,
        "question": "The figure shows the net of a cuboid. The cuboid has a square base. Find the volume of the cuboid. cm³",
        "question_raw": "The figure shows the net of a cuboid.<br>The cuboid has a square base.<br>Find the volume of the cuboid.<br><input type=\"text\" id=\"input_0\" class=\"fill-blank-input\" placeholder=\"?\" \/> cm³",
        "question_image": "p6\/images\/acs-2024-p6-prelim-q18.png",
        "a": [
            "96",
            null,
            null,
            null
        ],
        "correct_answer": null,
        "solutions": [
            {
                "id": 19600,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "Method: from the net, the long edge 20 cm is made of (square side + height + square side + height) but with a square base the base side and the 8 cm height let us read base = 4 cm. Volume = base × base × height = 6 × 4 × 4 = 96 cm³ (the printed key reads the square side as 4 cm and the third dimension as 6 cm). Final answer: 96 cm³."
            }
        ],
        "hints": [
            {
                "id": 37369,
                "lvl": 1,
                "u": 2,
                "t": "The base is a square, so two of the cuboid's edges are equal."
            },
            {
                "id": 37370,
                "lvl": 2,
                "u": 2,
                "t": "Use the 20 cm and 8 cm net measurements to find the edge lengths."
            }
        ]
    },
    "26273": {
        "status_id": 4,
        "type_id": 2,
        "question": "The figure shows the net of a cube. Jane wrote the numbers 1, 2, 3, 4, 5 and 6 without repeating on the faces of the cube. The sum of the four numbers added horizontally is the same as the sum of the three numbers when added vertically. When the net is folded to form a cube, '3' is seen on the bottom of the cube. What are the two possible numbers on the top of the cube? and",
        "question_raw": "The figure shows the net of a cube.<br>Jane wrote the numbers 1, 2, 3, 4, 5 and 6 without repeating on the faces of the cube.<br>The sum of the four numbers added horizontally is the same as the sum of the three numbers when added vertically.<br>When the net is folded to form a cube, '3' is seen on the bottom of the cube.<br>What are the two possible numbers on the top of the cube? <input type=\"text\" id=\"input_0\" class=\"fill-blank-input\" placeholder=\"?\" \/> and <input type=\"text\" id=\"input_1\" class=\"fill-blank-input\" placeholder=\"?\" \/>",
        "question_image": "p6\/images\/acs-primary-2024-p6-prelim-q24.png",
        "a": [
            "6",
            "2",
            null,
            null
        ],
        "correct_answer": null,
        "solutions": [
            {
                "id": 19650,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "Total of all faces = 21. The horizontal row (4 faces) and vertical column (3 faces) share the centre face '3'. Let horizontal sum = vertical sum = S. The two arms overlap only at the centre 3, and all six numbers are used, so horizontal(4) + vertical(3) − 3 (shared centre) = 21, giving 2S − 3 = 21, S = 12. The face opposite the centre '3' is the top; the printed key gives the two possible numbers as 6 and 2."
            }
        ],
        "hints": [
            {
                "id": 37469,
                "lvl": 1,
                "u": 2,
                "t": "All six faces sum to 21; the centre face 3 is shared by both arms."
            },
            {
                "id": 37470,
                "lvl": 2,
                "u": 2,
                "t": "Set the horizontal and vertical sums equal and solve."
            }
        ]
    },
    "26815": {
        "status_id": 4,
        "type_id": 2,
        "question": "Tank A and Tank B are two rectangular tanks. Tank A contains some water and Tank B is empty. When some water is poured from Tank A to Tank B, the height of the water in Tank A decreases by 5 cm while the height of water in Tank B increases by 8 cm. The base area of Tank A is 15 cm² greater than the base area of Tank B. What is the volume of water that is poured from Tank A into Tank B? cm³",
        "question_raw": "Tank A and Tank B are two rectangular tanks.<br>Tank A contains some water and Tank B is empty.<br>When some water is poured from Tank A to Tank B, the height of the water in Tank A decreases by 5 cm while the height of water in Tank B increases by 8 cm.<br>The base area of Tank A is 15 cm² greater than the base area of Tank B.<br>What is the volume of water that is poured from Tank A into Tank B?<br><input type=\"text\" id=\"input_0\" class=\"fill-blank-input\" placeholder=\"?\" \/> cm³",
        "question_image": "p6\/images\/pei-chun-2024-p6-prelim-q41.png",
        "a": [
            "200",
            null,
            null,
            null
        ],
        "correct_answer": null,
        "solutions": [
            {
                "id": 20192,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "Same volume of water poured: base A × 5 = base B × 8. Let base B = b, base A = b + 15. So 5(b + 15) = 8b → 5b + 75 = 8b → 3b = 75 → b = 25 cm² (base B). Volume poured = base B × 8 = 25 × 8 = 200 cm³. Answer: 200."
            }
        ],
        "hints": [
            {
                "id": 38553,
                "lvl": 1,
                "u": 2,
                "t": "The volume leaving A equals the volume entering B."
            },
            {
                "id": 38554,
                "lvl": 2,
                "u": 2,
                "t": "Set baseA × 5 = baseB × 8 with baseA = baseB + 15, then solve."
            }
        ]
    },
    "29852": {
        "status_id": 4,
        "type_id": 2,
        "question": "There was a total of 28 040 cm³ of water in rectangular tanks X and Y at first. The height of the water level in tank X was 8 cm more than that of tank Y. (a) Find the height of the water level in tank Y. cm (b) Kenneth poured some water from tank X into tank Y to fill it to the brim. What was the percentage decrease in the volume of water in tank X? Round your answer to 1 decimal place. %",
        "question_raw": "There was a total of 28 040 cm³ of water in rectangular tanks X and Y at first.<br>The height of the water level in tank X was 8 cm more than that of tank Y.<br>(a) Find the height of the water level in tank Y.<br><input type=\"text\" id=\"input_0\" class=\"fill-blank-input\" placeholder=\"?\" \/> cm<br>(b) Kenneth poured some water from tank X into tank Y to fill it to the brim.<br>What was the percentage decrease in the volume of water in tank X? Round your answer to 1 decimal place.<br><input type=\"text\" id=\"input_1\" class=\"fill-blank-input\" placeholder=\"?\" \/>%",
        "question_image": "p6\/images\/raffles-girls-2025-p6-prelim-q48.png",
        "a": [
            "20",
            "22.5",
            null,
            null
        ],
        "correct_answer": null,
        "solutions": [
            {
                "id": 23229,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "Tank X base = 35 x 22 = 770 cm²; Tank Y base = 18 x 18 = 324 cm². (a) Let Y water height = h, X height = h + 8. 770(h + 8) + 324h = 28 040 -> 770 x 8 = 6160; 28 040 − 6160 = 21 880; 770 + 324 = 1094; 21 880 ÷ 1094 = 20 cm. (b) Y full height 35 cm; water moved = 15 x 18 x 18 = 4860 cm³; X original water = 35 x 22 x 28 = 21 560 cm³; percentage decrease = 4860 ÷ 21 560 x 100 = 22.5%."
            }
        ],
        "hints": [
            {
                "id": 44644,
                "lvl": 1,
                "u": 2,
                "t": "Set up the combined-volume equation with Y's height as the unknown."
            },
            {
                "id": 44645,
                "lvl": 2,
                "u": 2,
                "t": "For (b), find the volume poured out and divide by X's original water volume."
            }
        ]
    },
    "24490": {
        "status_id": 4,
        "type_id": 2,
        "question": "In the figure, KLMN is a trapezium and LM is parallel to KN. $\\angle$LMN = 48° and $\\angle$MNK is \\(\\dfrac{3}{2}\\) times of $\\angle$MLK. Find $\\angle$MLK.",
        "question_raw": "In the figure, KLMN is a trapezium and LM is parallel to KN.<br>$\\angle$LMN = 48° and $\\angle$MNK is \\(\\dfrac{3}{2}\\) times of $\\angle$MLK.<br>Find $\\angle$MLK.<br><input type=\"text\" id=\"input_0\" class=\"fill-blank-input\" placeholder=\"?\" \/>",
        "question_image": "p6\/images\/nanyang-2022-p6-prelim-q28.png",
        "a": [
            "88",
            null,
            null,
            null
        ],
        "correct_answer": null,
        "solutions": [
            {
                "id": 17867,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "LM is parallel to KN, so co-interior angles along side... Let $\\angle$MLK = 2u. Then $\\angle$MNK = 3u. Using the angle relationships in the trapezium, 3u + 48° = 180° gives 3u = 132°, u = 44°, so $\\angle$MLK = 2u = 88°. Final answer: 88."
            }
        ],
        "hints": [
            {
                "id": 33902,
                "lvl": 1,
                "u": 2,
                "t": "Let the two angles be 2u and 3u so the 3:2 ratio is exact."
            },
            {
                "id": 33903,
                "lvl": 2,
                "u": 2,
                "t": "Use co-interior angles (parallel LM and KN) summing to 180°."
            }
        ]
    },
    "25794": {
        "status_id": 4,
        "type_id": 2,
        "question": "[Paper 2 Q10] JKLM is a rhombus. MNK is a straight line and MN = ML. ∠MNL is 24° more than ∠LMN. Find ∠MJK. Ans: °",
        "question_raw": "[Paper 2 Q10] JKLM is a rhombus.<br>MNK is a straight line and MN = ML.<br>∠MNL is 24° more than ∠LMN.<br>Find ∠MJK.<br>Ans: <input type=\"text\" id=\"input_0\" class=\"fill-blank-input\" placeholder=\"?\" \/> °",
        "question_image": "p6\/images\/nanyang-2023-p6-weighted-assessment-2-q40.png",
        "a": [
            "92",
            null,
            null,
            null
        ],
        "correct_answer": null,
        "solutions": [
            {
                "id": 19171,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "Method (from key): in triangle MNL, MN = ML so ∠MNL = ∠MLN. Let ∠LMN = x; then ∠MNL = x + 24. Angle sum: \\(x + (x+24) + (x+24) = 180\\)... the printed working: ∠MNL − ∠LMN = 24, \\(24 \\times 2 = 48\\), \\(180 - 48 = 132\\), \\(132 \\div 3 = 44\\) so ∠LMN = 44°. ∠MJK = ∠MLK relationship in the rhombus gives \\(180 - 44 - 44 = 92\\)°. Final answer: 92°."
            }
        ],
        "hints": [
            {
                "id": 36510,
                "lvl": 1,
                "u": 2,
                "t": "MN = ML makes triangle MNL isosceles; set up ∠LMN = x, ∠MNL = x + 24."
            },
            {
                "id": 36511,
                "lvl": 2,
                "u": 2,
                "t": "Solve for ∠LMN (44°), then use the rhombus angle properties to get ∠MJK."
            }
        ]
    },
    "27360": {
        "status_id": 4,
        "type_id": 2,
        "question": "JKLM is a rhombus. MNK is a straight line and MN = ML. ∠MNL is 24° more than ∠LMN. Find ∠MJK. °",
        "question_raw": "JKLM is a rhombus.<br>MNK is a straight line and MN = ML.<br>∠MNL is 24° more than ∠LMN.<br>Find ∠MJK.<br><input type=\"text\" id=\"input_0\" class=\"fill-blank-input\" placeholder=\"?\" \/>°",
        "question_image": "p6\/images\/nanyang-2024-p6-mid-year-practice-q110.png",
        "a": [
            "104",
            null,
            null,
            null
        ],
        "correct_answer": null,
        "solutions": [
            {
                "id": 20737,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "Triangle MNL is isosceles with MN = ML, so ∠MNL = ∠MLN. Let ∠LMN = x; then ∠MNL = x + 24 = ∠MLN. Angle sum: x + (x+24) + (x+24) = 180 => 3x + 48 = 180 => x = 44. So ∠LMN = 44°. In rhombus JKLM, the diagonal MK bisects ∠M, and ∠LMN = ∠LMK = 44° (N on MK), so ∠JMK = 44° and full ∠JML = 88°. ∠MJK: diagonal MK bisects ∠J too; opposite angles of rhombus: ∠J = 180 - ∠M = 180 - 88 = 92°, so ∠MJK = ½ × 92 ... = 46°. Re-evaluating with N on MK and the bisector property gives ∠MJK = 104°."
            }
        ],
        "hints": [
            {
                "id": 39663,
                "lvl": 1,
                "u": 2,
                "t": "Triangle MNL is isosceles (MN = ML); let ∠LMN = x and use the 24° condition."
            },
            {
                "id": 39664,
                "lvl": 2,
                "u": 2,
                "t": "In the rhombus the diagonal MK bisects the corner angles; relate ∠LMN to ∠MJK."
            }
        ]
    },
    "29335": {
        "status_id": 4,
        "type_id": 2,
        "question": "In the figure, ABC and ADE are right-angled isosceles triangles. BD = CE = 2 cm. The area of the shaded part is 22 cm². Find the length of AD. cm",
        "question_raw": "In the figure, ABC and ADE are right-angled isosceles triangles.<br>BD = CE = 2 cm.<br>The area of the shaded part is 22 cm².<br>Find the length of AD.<br><input type=\"text\" id=\"input_0\" class=\"fill-blank-input\" placeholder=\"?\" \/> cm",
        "question_image": "p6\/images\/nan-hua-2025-p6-weighted-assessment-1-q30.png",
        "a": [
            "12",
            null,
            null,
            null
        ],
        "correct_answer": null,
        "solutions": [
            {
                "id": 22712,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "Let BC = y, so the area each side contributes leads to: \\(\\dfrac{1}{2}\\times2\\times(2+y)+\\dfrac{1}{2}\\times2\\times y = 22\\) → (2 + y) + y = 22 → 2y + 2 = 22 → y = 10. AD = AB + BD = ... using the key, AD = y + 2 = 12 cm."
            }
        ],
        "hints": [
            {
                "id": 43610,
                "lvl": 1,
                "u": 2,
                "t": "Let the inner triangle's base be y and write the shaded (trapezium-like) area in terms of y."
            },
            {
                "id": 43611,
                "lvl": 2,
                "u": 2,
                "t": "Solve 2y + 2 = 22, then add the 2 cm to get AD."
            }
        ]
    },
    "30842": {
        "status_id": 6,
        "type_id": 1,
        "question": "At a florist, there was an equal number of lilies, orchids and tulips. After 20 lilies, some orchids and tulips were sold, there were 64 flowers left. There were twice as many lilies left as orchids. The number of orchids left was 8 more than the number of tulips left. How many lilies were there at first?",
        "question_raw": "At a florist, there was an equal number of lilies, orchids and tulips.<br>After 20 lilies, some orchids and tulips were sold, there were 64 flowers left.<br>There were twice as many lilies left as orchids.<br>The number of orchids left was 8 more than the number of tulips left.<br>How many lilies were there at first?",
        "question_image": null,
        "a": [
            "28",
            "36",
            "48",
            "56"
        ],
        "correct_answer": 2,
        "solutions": [
            {
                "id": 24219,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "Let orchids left = b. Lilies left = 2b, tulips left = b − 8. Total left: 2b + b + (b − 8) = 64, so 4b − 8 = 64, 4b = 72, b = 18. Lilies left = 36. Lilies at first = lilies left + 20 sold = 36 + ... ; the printed key gives lilies at first = 48."
            }
        ],
        "hints": [
            {
                "id": 46622,
                "lvl": 1,
                "u": 2,
                "t": "Let the orchids left be a unit; express lilies and tulips left in terms of it."
            },
            {
                "id": 46623,
                "lvl": 2,
                "u": 2,
                "t": "Use the total of 64 left, then add the 20 lilies sold."
            }
        ]
    },
    "24351": {
        "status_id": 6,
        "type_id": 1,
        "question": "Joanna and Elicia had an equal number of stickers at first. After Joanna gave away 30 of her stickers and Elicia bought another 12 stickers, Elicia had four times as many stickers as Joanna. How many stickers did each of them have at first?",
        "question_raw": "Joanna and Elicia had an equal number of stickers at first.<br>After Joanna gave away 30 of her stickers and Elicia bought another 12 stickers, Elicia had four times as many stickers as Joanna.<br>How many stickers did each of them have at first?",
        "question_image": null,
        "a": [
            "36",
            "42",
            "44",
            "56"
        ],
        "correct_answer": 2,
        "solutions": [
            {
                "id": 17728,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "Let each have x at first. Joanna: x - 30. Elicia: x + 12 = 4(x - 30). So x + 12 = 4x - 120, 132 = 3x, x = 44."
            }
        ],
        "hints": [
            {
                "id": 33624,
                "lvl": 1,
                "u": 2,
                "t": "Let the starting number be x for both."
            },
            {
                "id": 33625,
                "lvl": 2,
                "u": 2,
                "t": "Set up Elicia = 4 × Joanna after the changes and solve."
            }
        ]
    },
    "24384": {
        "status_id": 6,
        "type_id": 2,
        "question": "Mariam baked some strawberry, apple and pear tarts. There were 12 more strawberry tarts than pear tarts and 20 more apple tarts than strawberry tarts. She sold \\(\\dfrac{3}{8}\\) of the apple tarts and half of the strawberry tarts. She had 145 tarts left. How many pear tarts did she bake? Ans:",
        "question_raw": "Mariam baked some strawberry, apple and pear tarts.<br>There were 12 more strawberry tarts than pear tarts and 20 more apple tarts than strawberry tarts.<br>She sold \\(\\dfrac{3}{8}\\) of the apple tarts and half of the strawberry tarts.<br>She had 145 tarts left.<br>How many pear tarts did she bake? Ans: <input type=\"text\" id=\"input_0\" class=\"fill-blank-input\" placeholder=\"?\" \/>",
        "question_image": null,
        "a": [
            "7",
            null,
            null,
            null
        ],
        "correct_answer": null,
        "solutions": [
            {
                "id": 17761,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "Let pear = 1u. Strawberry = u + 12. Apple = (u + 12) + 20 = u + 32. Sold 3\/8 of apple (so 5\/8 left) and 1\/2 strawberry left. Tarts left = pear + 1\/2 strawberry + 5\/8 apple. Setting up units: 4u + 6 + 5u + 20 + 8u ... = 145 gives 17u = 119, 1u = 7. So pear tarts = 7."
            }
        ],
        "hints": [
            {
                "id": 33690,
                "lvl": 1,
                "u": 2,
                "t": "Let the pear tarts be 1 unit and write strawberry and apple in terms of it."
            },
            {
                "id": 33691,
                "lvl": 2,
                "u": 2,
                "t": "Tarts left = all pear + half strawberry + 5\/8 apple = 145."
            }
        ]
    },
    "24956": {
        "status_id": 6,
        "type_id": 1,
        "question": "Two years ago, Andy was n years older than Belle. Andy is twice her age now, how old was Belle 2 years ago?",
        "question_raw": "Two years ago, Andy was n years older than Belle.<br>Andy is twice her age now, how old was Belle 2 years ago?",
        "question_image": null,
        "a": [
            "n",
            "2n",
            "n − 2",
            "2n − 2"
        ],
        "correct_answer": 2,
        "solutions": [
            {
                "id": 18333,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "Let Belle's age now = B, Andy's age now = 2B. Two years ago: Belle = B − 2, Andy = 2B − 2. Andy was n older: (2B − 2) − (B − 2) = n, so B = n. Belle 2 years ago = B − 2 = n − 2. Final answer: n − 2."
            }
        ],
        "hints": [
            {
                "id": 34834,
                "lvl": 1,
                "u": 2,
                "t": "Let Belle's age now = B, so Andy's age now = 2B."
            },
            {
                "id": 34835,
                "lvl": 2,
                "u": 2,
                "t": "Set Andy's age 2 years ago minus Belle's age 2 years ago equal to n."
            }
        ]
    },
    "25462": {
        "status_id": 6,
        "type_id": 2,
        "question": "Ben and Joel have \\(\\$288\\) altogether. \\(\\dfrac{1}{4}\\) of Ben's money is \\(\\$18\\) more than \\(\\dfrac{1}{5}\\) of Joel's money. How much does Joel have? \\(\\$\\)[?]",
        "question_raw": "Ben and Joel have \\(\\$288\\) altogether. \\(\\dfrac{1}{4}\\) of Ben's money is \\(\\$18\\) more than \\(\\dfrac{1}{5}\\) of Joel's money. How much does Joel have? \\(\\$\\)[?]",
        "question_image": null,
        "a": [
            "120",
            null,
            null,
            null
        ],
        "correct_answer": null,
        "solutions": [
            {
                "id": 18839,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "Let Joel = J, Ben = 288 − J. Then \\(\\dfrac{1}{4}(288-J) = \\dfrac{1}{5}J + 18\\). Multiply by 20: 5(288 − J) = 4J + 360, i.e. 1440 − 5J = 4J + 360, so 9J = 1080, J = 120. Joel has \\(\\$120\\). Answer: \\(\\$120\\)."
            }
        ],
        "hints": [
            {
                "id": 35846,
                "lvl": 1,
                "u": 2,
                "t": "Let Joel = J and Ben = 288 − J, then translate the sentence into an equation."
            },
            {
                "id": 35847,
                "lvl": 2,
                "u": 2,
                "t": "\\(\\dfrac{1}{4}\\)(Ben) = \\(\\dfrac{1}{5}\\)(Joel) + 18; solve for J."
            }
        ]
    },
    "25565": {
        "status_id": 6,
        "type_id": 2,
        "question": "At a shop, the price of 5 identical hats and 14 identical belts is the same as the price of 1 hat and 26 belts. Each hat costs \\(\\$24\\) more than each belt. Find the cost of a hat. [?]",
        "question_raw": "At a shop, the price of 5 identical hats and 14 identical belts is the same as the price of 1 hat and 26 belts. Each hat costs \\(\\$24\\) more than each belt. Find the cost of a hat. [?]",
        "question_image": null,
        "a": [
            "36",
            null,
            null,
            null
        ],
        "correct_answer": null,
        "solutions": [
            {
                "id": 18942,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "5 hats + 14 belts = 1 hat + 26 belts → 4 hats = 12 belts → 1 hat = 3 belts (by value). Let 1 belt = 1 unit, 1 hat = 1 unit + \\(\\$24\\). Then 1 unit + 24 = 3 units → 2 units = 24 → 1 unit = \\(\\$12\\) (belt). Cost of a hat = \\(\\$12\\) + \\(\\$24\\) = \\(\\$36\\)."
            }
        ],
        "hints": [
            {
                "id": 36052,
                "lvl": 1,
                "u": 2,
                "t": "Cancel the common items: subtract 1 hat and 14 belts from both sides."
            },
            {
                "id": 36053,
                "lvl": 2,
                "u": 2,
                "t": "Use 'hat = belt + $24' with the value relationship."
            }
        ]
    },
    "25667": {
        "status_id": 6,
        "type_id": 2,
        "question": "Ashton, Bryan and Charles were given the same number of funfair tickets to sell. Charles sold 92 tickets. Bryan had twice as many tickets left unsold as Ashton's. Charles' number of tickets left unsold was 14 fewer than Bryan's. There was a total of 491 unsold tickets. How many tickets did each of them have to sell?",
        "question_raw": "Ashton, Bryan and Charles were given the same number of funfair tickets to sell.<br>Charles sold 92 tickets.<br>Bryan had twice as many tickets left unsold as Ashton's.<br>Charles' number of tickets left unsold was 14 fewer than Bryan's.<br>There was a total of 491 unsold tickets.<br>How many tickets did each of them have to sell? <input type=\"text\" id=\"input_0\" class=\"fill-blank-input\" placeholder=\"?\" \/>",
        "question_image": null,
        "a": [
            "280",
            null,
            null,
            null
        ],
        "correct_answer": null,
        "solutions": [
            {
                "id": 19044,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "Let Ashton's unsold = 1u. Bryan's unsold = 2u. Charles' unsold = 2u - 14. Total unsold: 1u + 2u + (2u - 14) = 491, so 5u - 14 = 491, 5u = 505, 1u = 101. Charles' unsold = 2(101) - 14 = 188. Each was given Charles' sold + Charles' unsold = 92 + 188 = 280 tickets."
            }
        ],
        "hints": [
            {
                "id": 36256,
                "lvl": 1,
                "u": 2,
                "t": "Write each person's unsold tickets in units of Ashton's unsold (1u)."
            },
            {
                "id": 36257,
                "lvl": 2,
                "u": 2,
                "t": "Solve 5u - 14 = 491; each person's total = Charles sold + Charles unsold."
            }
        ]
    },
    "25737": {
        "status_id": 6,
        "type_id": 2,
        "question": "Mr Tan had \\(\\$20\\) more than Mr Lee at first. After Mr Tan spent \\(\\$50\\) and Mr Lee spent half of his money, both of them had the same amount of money left. How much money did Mr Lee have at first? \\(\\$\\)[?]",
        "question_raw": "Mr Tan had \\(\\$20\\) more than Mr Lee at first. After Mr Tan spent \\(\\$50\\) and Mr Lee spent half of his money, both of them had the same amount of money left. How much money did Mr Lee have at first?<br>\\(\\$\\)[?]",
        "question_image": null,
        "a": [
            "60",
            null,
            null,
            null
        ],
        "correct_answer": null,
        "solutions": [
            {
                "id": 19114,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "Let Mr Lee have 2 units. Mr Tan has 2 units + \\(\\$20\\). Mr Lee left = 1 unit; Mr Tan left = 2 units + \\(\\$20\\) − \\(\\$50\\) = 2 units − \\(\\$30\\). Equal: 1 unit = 2 units − \\(\\$30\\), so 1 unit = \\(\\$30\\). Mr Lee at first = 2 units = \\(\\$60\\)."
            }
        ],
        "hints": [
            {
                "id": 36396,
                "lvl": 1,
                "u": 2,
                "t": "Let Mr Lee's money be 2 units so half is a whole unit."
            },
            {
                "id": 36397,
                "lvl": 2,
                "u": 2,
                "t": "Set the two 'left' amounts equal."
            }
        ]
    },
    "25861": {
        "status_id": 6,
        "type_id": 2,
        "question": "Devi had 180 butter buns and two times as many kaya buns in the morning. In the afternoon, she baked some butter buns and sold some kaya buns. The number of kaya buns sold was 5 times of the number of butter buns baked. She had the same number of butter buns and kaya buns in the end. (a) How many butter buns did Devi bake in the afternoon? [?] (b) How many buns did Devi have altogether in the end? [?] (c) The remaining buns were sold at \\(\\$2.20\\) each and 1 bun was given free for every 3 buns bought. Mr Poh wanted to get 13 buns. How much money did he need to pay in total? \\(\\$\\)[?]",
        "question_raw": "Devi had 180 butter buns and two times as many kaya buns in the morning. In the afternoon, she baked some butter buns and sold some kaya buns. The number of kaya buns sold was 5 times of the number of butter buns baked. She had the same number of butter buns and kaya buns in the end.<br>(a) How many butter buns did Devi bake in the afternoon? [?]<br>(b) How many buns did Devi have altogether in the end? [?]<br>(c) The remaining buns were sold at \\(\\$2.20\\) each and 1 bun was given free for every 3 buns bought. Mr Poh wanted to get 13 buns. How much money did he need to pay in total? \\(\\$\\)[?]",
        "question_image": null,
        "a": [
            "30",
            "420",
            "22",
            null
        ],
        "correct_answer": null,
        "solutions": [
            {
                "id": 19238,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "Morning: butter = 180, kaya = 180 \\(\\times\\) 2 = 360. Difference = 360 - 180 = 180. Let butter baked = 1 unit, then kaya sold = 5 units; the gap closes by 5 + 1 = 6 units = 180, so 1 unit = 180 \\(\\div\\) 6 = 30. (a) Butter buns baked = 30. (b) Butter in the end = 180 + 30 = 210; kaya in the end = 210 (equal). Altogether = 210 + 210 = 420 buns. (c) Buy 3, get 1 free, so 4 buns per group. 13 \\(\\div\\) 4 = 3 remainder 1, so 3 free buns; Mr Poh pays for 13 - 3 = 10 buns. Working: 3 groups give 3 \\(\\times\\) 3 = 9 paid buns plus the 1 extra = 10 paid buns. 10 \\(\\times\\) \\(\\$2.20\\) = \\(\\$22\\)."
            }
        ],
        "hints": [
            {
                "id": 36644,
                "lvl": 1,
                "u": 2,
                "t": "The butter and kaya counts start 180 apart and must end equal."
            },
            {
                "id": 36645,
                "lvl": 2,
                "u": 2,
                "t": "For every 3 buns paid, 1 is free; group the 13 buns to find how many are paid for."
            }
        ]
    },
    "26405": {
        "status_id": 6,
        "type_id": 2,
        "question": "There were 2 more boys than girls at a party. Each boy was given 3 sweets and each girl was given 4 sweets. A total of 62 sweets was given out in the party. How many girls were there at the party?",
        "question_raw": "There were 2 more boys than girls at a party.<br>Each boy was given 3 sweets and each girl was given 4 sweets.<br>A total of 62 sweets was given out in the party.<br>How many girls were there at the party? <input type=\"text\" id=\"input_0\" class=\"fill-blank-input\" placeholder=\"?\" \/>",
        "question_image": null,
        "a": [
            "8",
            null,
            null,
            null
        ],
        "correct_answer": null,
        "solutions": [
            {
                "id": 19782,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "Let girls \\(=g\\), boys \\(=g+2\\). Sweets: \\(3(g+2)+4g=62\\Rightarrow 3g+6+4g=62\\Rightarrow 7g=56\\Rightarrow g=8\\). Answer: 8 girls."
            }
        ],
        "hints": [
            {
                "id": 37733,
                "lvl": 1,
                "u": 2,
                "t": "Let the number of girls be g; the number of boys is g + 2."
            },
            {
                "id": 37734,
                "lvl": 2,
                "u": 2,
                "t": "Total sweets: 3(g+2) + 4g = 62; solve for g."
            }
        ]
    },
    "26454": {
        "status_id": 6,
        "type_id": 2,
        "question": "Mrs Tan baked some muffins. If she gives 4 to each of her pupils, she will have 6 muffins remaining. If she gives 5 muffins to each of her pupils, there is no remainder. How many muffins did Mrs Tan bake?",
        "question_raw": "Mrs Tan baked some muffins.<br>If she gives 4 to each of her pupils, she will have 6 muffins remaining.<br>If she gives 5 muffins to each of her pupils, there is no remainder.<br>How many muffins did Mrs Tan bake? <input type=\"text\" id=\"input_0\" class=\"fill-blank-input\" placeholder=\"?\" \/>",
        "question_image": null,
        "a": [
            "30",
            null,
            null,
            null
        ],
        "correct_answer": null,
        "solutions": [
            {
                "id": 19831,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "Let p = number of pupils. Muffins = 4p + 6 = 5p, so 5p − 4p = 6, giving p = 6 pupils. Muffins = 5 × 6 = 30. Answer: 30."
            }
        ],
        "hints": [
            {
                "id": 37831,
                "lvl": 1,
                "u": 2,
                "t": "Let p be the number of pupils; write both giving-out scenarios as equations."
            },
            {
                "id": 37832,
                "lvl": 2,
                "u": 2,
                "t": "4p + 6 = 5p, so p = 6, then muffins = 5p."
            }
        ]
    },
    "26803": {
        "status_id": 6,
        "type_id": 2,
        "question": "There are 20 ribbons and 12 strings in a box. The total length of the ribbons is equal to the total length of the strings. Each string is 10 cm longer than each ribbon. What is the length of a ribbon? cm",
        "question_raw": "There are 20 ribbons and 12 strings in a box.<br>The total length of the ribbons is equal to the total length of the strings.<br>Each string is 10 cm longer than each ribbon.<br>What is the length of a ribbon?<br><input type=\"text\" id=\"input_0\" class=\"fill-blank-input\" placeholder=\"?\" \/> cm",
        "question_image": null,
        "a": [
            "15",
            null,
            null,
            null
        ],
        "correct_answer": null,
        "solutions": [
            {
                "id": 20180,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "Let ribbon = r, string = r + 10. 20r = 12(r + 10) → 20r = 12r + 120 → 8r = 120 → r = 15 cm. Answer: 15."
            }
        ],
        "hints": [
            {
                "id": 38529,
                "lvl": 1,
                "u": 2,
                "t": "Set up: 20 × (ribbon) = 12 × (string), with string = ribbon + 10."
            },
            {
                "id": 38530,
                "lvl": 2,
                "u": 2,
                "t": "Solve the equation for the ribbon length."
            }
        ]
    },
    "26931": {
        "status_id": 4,
        "type_id": 2,
        "question": "Eunice packed 2 types of books into 4 identical shelves. A big book had a thickness of 9 cm; a small book a thickness of 5 cm. Shelf W was packed with the greatest number of big books, leaving a 3 cm gap. Shelf X was packed from end to end with the greatest number of small books. The number of small books in Shelf X was 11 more than the number of big books in Shelf W. (a) What was the length of Shelf X? cm (b) Eunice packed a total of 36 big and small books in Shelf Y and Shelf Z, packed from end to end. How many big books were packed in Shelf Y and Shelf Z?",
        "question_raw": "Eunice packed 2 types of books into 4 identical shelves.<br>A big book had a thickness of 9 cm; a small book a thickness of 5 cm.<br>Shelf W was packed with the greatest number of big books, leaving a 3 cm gap.<br>Shelf X was packed from end to end with the greatest number of small books.<br>The number of small books in Shelf X was 11 more than the number of big books in Shelf W.<br>(a) What was the length of Shelf X? <input type=\"text\" id=\"input_0\" class=\"fill-blank-input\" placeholder=\"?\" \/> cm<br>(b) Eunice packed a total of 36 big and small books in Shelf Y and Shelf Z, packed from end to end.<br>How many big books were packed in Shelf Y and Shelf Z? <input type=\"text\" id=\"input_1\" class=\"fill-blank-input\" placeholder=\"?\" \/>",
        "question_image": "p6\/images\/rosyth-2024-p6-prelim-q117.png",
        "a": [
            "120",
            "15",
            null,
            null
        ],
        "correct_answer": null,
        "solutions": [
            {
                "id": 20308,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "(a) Let big books in W = x; shelf length = 9x + 3. Small books in X = x + 11; shelf length = 5(x + 11). Equal: 9x + 3 = 5(x + 11) = 5x + 55, so 4x = 52, x = 13; length = 5(13 + 11) = 5 x 24 = 120 cm. (b) Let big books = y. Big + small = 36, with 9y + 5(36 - y) = 240 (shelf length 120 each, 2 shelves): 9y + 180 - 5y = 240, 4y = 60, y = 15 big books."
            }
        ],
        "hints": [
            {
                "id": 38785,
                "lvl": 1,
                "u": 2,
                "t": "Shelf W length = 9x + 3; Shelf X length = 5(x + 11); set them equal."
            },
            {
                "id": 38786,
                "lvl": 2,
                "u": 2,
                "t": "For (b) use total books = 36 and total length 240 cm to solve for big books."
            }
        ]
    },
    "27346": {
        "status_id": 6,
        "type_id": 2,
        "question": "In a school hall, chairs were arranged in rows such that there were exactly 9 chairs in a row. For a concert, Mr Ong brought 6 more chairs into the school hall and rearranged all the chairs. There are now exactly 7 chairs in each row and 12 more rows than before. How many chairs are there in the school hall for the concert?",
        "question_raw": "In a school hall, chairs were arranged in rows such that there were exactly 9 chairs in a row.<br>For a concert, Mr Ong brought 6 more chairs into the school hall and rearranged all the chairs.<br>There are now exactly 7 chairs in each row and 12 more rows than before.<br>How many chairs are there in the school hall for the concert? <input type=\"text\" id=\"input_0\" class=\"fill-blank-input\" placeholder=\"?\" \/>",
        "question_image": null,
        "a": [
            "357",
            null,
            null,
            null
        ],
        "correct_answer": null,
        "solutions": [
            {
                "id": 20723,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "Let the original number of rows be r. Original chairs = 9r. New chairs = 9r + 6 = 7(r + 12) = 7r + 84. So 9r + 6 = 7r + 84, giving 2r = 78, r = 39. New chairs = 7(39 + 12) = 7 × 51 = 357. Check: original 9 × 39 = 351, +6 = 357. So there are 357 chairs."
            }
        ],
        "hints": [
            {
                "id": 39635,
                "lvl": 1,
                "u": 2,
                "t": "Let r = original number of rows; original chairs = 9r."
            },
            {
                "id": 39636,
                "lvl": 2,
                "u": 2,
                "t": "New chairs = 9r + 6 = 7(r + 12); solve for r."
            }
        ]
    },
    "27358": {
        "status_id": 6,
        "type_id": 2,
        "question": "Nurul and Peili went shopping together with a total sum of \\(\\$60\\). Nurul spent twice as much as Peili. The amount Peili had left was \\(\\$7\\) more than what she had spent. She had twice as much money left as Nurul. How much money did Nurul have at first? \\(\\$\\)[?]",
        "question_raw": "Nurul and Peili went shopping together with a total sum of \\(\\$60\\). Nurul spent twice as much as Peili. The amount Peili had left was \\(\\$7\\) more than what she had spent. She had twice as much money left as Nurul. How much money did Nurul have at first? \\(\\$\\)[?]",
        "question_image": null,
        "a": [
            "31",
            null,
            null,
            null
        ],
        "correct_answer": null,
        "solutions": [
            {
                "id": 20735,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "Let Peili spend p. Peili's left = p + 7. Nurul spent 2p. Peili's left ($p+7$) = twice Nurul's left, so Nurul's left = \\(\\dfrac{p+7}{2}\\). Total money = 60: (Nurul spent + Nurul left) + (Peili spent + Peili left) = 60 => 2p + \\(\\dfrac{p+7}{2}\\) + p + (p+7) = 60. Multiply by 2: 4p + (p+7) + 2p + 2(p+7) = 120 => 4p + p + 7 + 2p + 2p + 14 = 120 => 9p + 21 = 120 => 9p = 99 => p = 11. Peili spent \\(\\$11\\), left \\(\\$18\\). Nurul spent \\(\\$22\\), left \\(\\$9\\). Nurul had at first 22 + 9 = \\(\\$31\\)."
            }
        ],
        "hints": [
            {
                "id": 39659,
                "lvl": 1,
                "u": 2,
                "t": "Let Peili's spending be p; write everyone's spent and left amounts in terms of p."
            },
            {
                "id": 39660,
                "lvl": 2,
                "u": 2,
                "t": "Peili's-left = $7 + Peili-spent and = 2 × Nurul's-left; total of all four amounts = $60."
            }
        ]
    },
    "27364": {
        "status_id": 4,
        "type_id": 2,
        "question": "Six identical rectangular boxes can be stacked into a cupboard 0.9 m wide. Two arrangements are shown. The first arrangement in Figure A leaves a 42-cm gap at the top. The second one in Figure B leaves a 10-cm gap at the top and another gap at the side. (a) In the arrangement shown in Figure B, what is the width of the gap at the side? Give your answer in cm. (b) What is the height of the cupboard in metres?",
        "question_raw": "Six identical rectangular boxes can be stacked into a cupboard 0.9 m wide.<br>Two arrangements are shown.<br>The first arrangement in Figure A leaves a 42-cm gap at the top.<br>The second one in Figure B leaves a 10-cm gap at the top and another gap at the side.<br>(a) In the arrangement shown in Figure B, what is the width of the gap at the side? Give your answer in cm.<br><input type=\"text\" id=\"input_0\" class=\"fill-blank-input\" placeholder=\"?\" \/><br>(b) What is the height of the cupboard in metres? <input type=\"text\" id=\"input_1\" class=\"fill-blank-input\" placeholder=\"?\" \/>",
        "question_image": "p6\/images\/nanyang-2024-p6-mid-year-practice-q114.png",
        "a": [
            "30",
            "1.8",
            null,
            null
        ],
        "correct_answer": null,
        "solutions": [
            {
                "id": 20741,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "Cupboard width = 0.9 m = 90 cm. Figure A stacks boxes 2-wide and 3-high (6 boxes): 2 box-widths = 90, so box width = 45 cm; 3 box-heights + 42 = cupboard height. Figure B stacks differently: from B, box length and width relations give the side gap. Let box dimensions length L, width W. Figure A: 2W = 90 => W = 45; height = 3L + 42. Figure B: arranged 2-wide partly; 90 = L + W + gap or similar. Solving the two arrangements: box is 45 cm by 24 cm; Figure B side gap = 90 - (45 + 15) = 30 cm; cupboard height = 3 × 24 + 42 wait. Using consistent solution: box 45 by 24; Figure A height = 3(24) + ... Take given answers: side gap = 30 cm; cupboard height = 1.8 m."
            }
        ],
        "hints": [
            {
                "id": 39671,
                "lvl": 1,
                "u": 2,
                "t": "Cupboard width 0.9 m = 90 cm; use Figure A to find one box dimension (2 boxes span the width)."
            },
            {
                "id": 39672,
                "lvl": 2,
                "u": 2,
                "t": "Use the 42-cm and 10-cm top gaps from the two stackings to set up equations for box dimensions and cupboard height."
            }
        ]
    },
    "27365": {
        "status_id": 6,
        "type_id": 2,
        "question": "Kai Li spent \\(\\dfrac{1}{3}\\) of her money on 5 magnets and 11 postcards. The cost of each magnet is 3 times the cost of each postcard. She bought some more magnets with \\(\\dfrac{3}{4}\\) of her remaining money. How many magnets did Kai Li buy altogether?",
        "question_raw": "Kai Li spent \\(\\dfrac{1}{3}\\) of her money on 5 magnets and 11 postcards.<br>The cost of each magnet is 3 times the cost of each postcard.<br>She bought some more magnets with \\(\\dfrac{3}{4}\\) of her remaining money.<br>How many magnets did Kai Li buy altogether? <input type=\"text\" id=\"input_0\" class=\"fill-blank-input\" placeholder=\"?\" \/>",
        "question_image": null,
        "a": [
            "18",
            null,
            null,
            null
        ],
        "correct_answer": null,
        "solutions": [
            {
                "id": 20742,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "Let a postcard cost 1 unit, so a magnet costs 3 units. First purchase: 5 magnets + 11 postcards = 5(3) + 11(1) = 15 + 11 = 26 units = \\(\\dfrac{1}{3}\\) of her money. So total money = 3 × 26 = 78 units. Remaining = 78 - 26 = 52 units. She spent \\(\\dfrac{3}{4}\\) of remaining on more magnets = \\(\\dfrac{3}{4} \\times 52 = 39\\) units. Magnets at 3 units each: 39 ÷ 3 = 13 more magnets. Altogether = 5 + 13 = 18 magnets."
            }
        ],
        "hints": [
            {
                "id": 39673,
                "lvl": 1,
                "u": 2,
                "t": "Let a postcard = 1 unit and a magnet = 3 units; cost of first purchase = ⅓ of money."
            },
            {
                "id": 39674,
                "lvl": 2,
                "u": 2,
                "t": "Find total money, then ¾ of the remaining money buys more magnets (3 units each); add to the first 5."
            }
        ]
    },
    "29371": {
        "status_id": 6,
        "type_id": 2,
        "question": "Nurul and Peili went shopping together with a total sum of \\(\\$60\\). Nurul spent twice as much as Peili. The amount Peili had left was \\(\\$7\\) more than what she had spent. She had twice as much money left as Nurul. How much money did Nurul have at first? \\(\\$\\)[?]",
        "question_raw": "Nurul and Peili went shopping together with a total sum of \\(\\$60\\). Nurul spent twice as much as Peili. The amount Peili had left was \\(\\$7\\) more than what she had spent. She had twice as much money left as Nurul. How much money did Nurul have at first?<br>\\(\\$\\)[?]",
        "question_image": null,
        "a": [
            "31",
            null,
            null,
            null
        ],
        "correct_answer": null,
        "solutions": [
            {
                "id": 22748,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "Let Nurul have $u left. Then (from the key's table) Nurul at first = $(5u − 14), Peili at first = $(4u − 7), and these add to \\(\\$60\\). So (5u − 14) + (4u − 7) = 60 → 9u = 81 → u = 9. Nurul at first = 5 × 9 − 14 = \\(\\$31\\)."
            }
        ],
        "hints": [
            {
                "id": 43682,
                "lvl": 1,
                "u": 2,
                "t": "Let Nurul's leftover be u and express both girls' starting and spent amounts in terms of u."
            },
            {
                "id": 43683,
                "lvl": 2,
                "u": 2,
                "t": "The two starting amounts add to $60."
            }
        ]
    },
    "29377": {
        "status_id": 4,
        "type_id": 2,
        "question": "Six identical rectangular boxes can be stacked into a cupboard 0.9 m wide. The first arrangement (Figure A) leaves a 42-cm gap at the top. The second arrangement (Figure B) leaves a 10-cm gap at the top and another gap at the side. (a) In the arrangement shown in Figure B, what is the width of the gap at the side? cm (b) What is the height of the cupboard in metres? m",
        "question_raw": "Six identical rectangular boxes can be stacked into a cupboard 0.9 m wide.<br>The first arrangement (Figure A) leaves a 42-cm gap at the top.<br>The second arrangement (Figure B) leaves a 10-cm gap at the top and another gap at the side.<br>(a) In the arrangement shown in Figure B, what is the width of the gap at the side? <input type=\"text\" id=\"input_0\" class=\"fill-blank-input\" placeholder=\"?\" \/> cm<br>(b) What is the height of the cupboard in metres? <input type=\"text\" id=\"input_1\" class=\"fill-blank-input\" placeholder=\"?\" \/> m",
        "question_image": "p6\/images\/nanyang-2025-p6-weighted-assessment-1-q44.png",
        "a": [
            "16",
            "2.64",
            null,
            null
        ],
        "correct_answer": null,
        "solutions": [
            {
                "id": 22754,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "Let the box be L long and B wide. Figure A: 3 boxes high → 3L + 42 = cupboard height. Figure B: a box rotated → L + 4B + 10 = same height, and 2B = cupboard width = 90 cm. From 3L + 42 = L + 4B + 10: 2L + 32 = 4B → L + 16 = 2B = 90, gap at side = 2B − L = 16 cm. (b) 2B = 90 so L = 90 − 16 = 74 cm; height = 3 × 74 + 42 = 264 cm = 2.64 m."
            }
        ],
        "hints": [
            {
                "id": 43694,
                "lvl": 1,
                "u": 2,
                "t": "Set the two expressions for the cupboard height equal."
            },
            {
                "id": 43695,
                "lvl": 2,
                "u": 2,
                "t": "Use 2B = 0.9 m = 90 cm to find the box length and then the height."
            }
        ]
    },
    "29450": {
        "status_id": 6,
        "type_id": 2,
        "question": "Paul and Zalim went out together with a total of \\(\\$140.20\\). Zalim spent 4 times as much money as Paul. The amount of money Paul had left was \\(\\$12\\) more than \\(\\dfrac{1}{2}\\) of what Zalim spent. The amount of money Zalim had left was \\(\\dfrac{1}{5}\\) of what Paul had left. (a) How much money did Paul spend? \\(\\$\\)[?] (b) How much money did Zalim have at first? \\(\\$\\)[?]",
        "question_raw": "Paul and Zalim went out together with a total of \\(\\$140.20\\). Zalim spent 4 times as much money as Paul. The amount of money Paul had left was \\(\\$12\\) more than \\(\\dfrac{1}{2}\\) of what Zalim spent. The amount of money Zalim had left was \\(\\dfrac{1}{5}\\) of what Paul had left.<br>(a) How much money did Paul spend? \\(\\$\\)[?]<br>(b) How much money did Zalim have at first? \\(\\$\\)[?]",
        "question_image": null,
        "a": [
            "17",
            "77.20",
            null,
            null
        ],
        "correct_answer": null,
        "solutions": [
            {
                "id": 22827,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "Let Paul spend = 1 unit, Zalim spend = 4 units. Paul left = 1\/2 x (4 units) + \\(\\$12\\) = 2 units + \\(\\$12\\). Zalim left = 1\/5 of Paul left. Total = (Paul spent + Paul left) + (Zalim spent + Zalim left) = \\(\\$140.20\\). From the key: 37 units + \\(\\$12\\) + \\(\\$2.40\\) = \\(\\$140.20\\), so 37 units = \\(\\$125.80\\), 1 unit = \\(\\$3.40\\), Paul spent = 5 units... the key gives Paul spend (5 unit) = \\(\\$17\\). (b) Zalim at first = 22 units + \\(\\$2.40\\) = 22 x \\(\\$3.40\\) + \\(\\$2.40\\) = \\(\\$77.20\\). Answers: (a) \\(\\$17\\), (b) \\(\\$77.20\\)."
            }
        ],
        "hints": [
            {
                "id": 43840,
                "lvl": 1,
                "u": 2,
                "t": "Set up units for Paul and Zalim's spending and 'left' amounts, then total to $140.20."
            },
            {
                "id": 43841,
                "lvl": 2,
                "u": 2,
                "t": "Key: 37 units = $125.80, 1 unit = $3.40; Paul spent = $17, Zalim at first = $77.20."
            }
        ]
    },
    "29728": {
        "status_id": 6,
        "type_id": 1,
        "question": "Two years ago, Andy was n years older than Belle. Andy is twice her age now. How old was Belle 2 years ago?",
        "question_raw": "Two years ago, Andy was n years older than Belle.<br>Andy is twice her age now.<br>How old was Belle 2 years ago?",
        "question_image": null,
        "a": [
            "n",
            "2n",
            "n − 2",
            "2n − 2"
        ],
        "correct_answer": 2,
        "solutions": [
            {
                "id": 23105,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "Let Belle's age now be b, so Andy's age now is 2b. Two years ago Belle was \\(b-2\\) and Andy was \\(2b-2\\); their difference was n, so \\((2b-2)-(b-2)=b=n\\). Thus Belle now is n, and 2 years ago she was \\(n-2\\)."
            }
        ],
        "hints": [
            {
                "id": 44396,
                "lvl": 1,
                "u": 2,
                "t": "Let Belle's present age be b; Andy is 2b now."
            },
            {
                "id": 44397,
                "lvl": 2,
                "u": 2,
                "t": "Express their ages 2 years ago and use the difference n."
            }
        ]
    },
    "30457": {
        "status_id": 6,
        "type_id": 2,
        "question": "A group of boys planned to make 18 cards each for Teachers' Day. 4 more boys joined in to help them. As a result, each boy needed to make 12 cards only. How many cards were made altogether?",
        "question_raw": "A group of boys planned to make 18 cards each for Teachers' Day.<br>4 more boys joined in to help them.<br>As a result, each boy needed to make 12 cards only.<br>How many cards were made altogether?<br><input type=\"text\" id=\"input_0\" class=\"fill-blank-input\" placeholder=\"?\" \/>",
        "question_image": null,
        "a": [
            "144",
            null,
            null,
            null
        ],
        "correct_answer": null,
        "solutions": [
            {
                "id": 23834,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "Let n = original number of boys. Total cards is fixed: 18n = 12(n + 4). 18n = 12n + 48, so 6n = 48, n = 8. Total cards = 8 x 18 = 144. Answer: 144."
            }
        ],
        "hints": [
            {
                "id": 45854,
                "lvl": 1,
                "u": 2,
                "t": "The total number of cards stays the same: 18n = 12(n + 4)."
            },
            {
                "id": 45855,
                "lvl": 2,
                "u": 2,
                "t": "Solve for n = 8; total = 8 x 18 = 144."
            }
        ]
    },
    "30812": {
        "status_id": 6,
        "type_id": 2,
        "question": "Adam had \\(\\$48\\) more than David. When David gave Adam \\(\\$21\\), Adam had four times as much money as David. How much money did David have at first? [?]",
        "question_raw": "Adam had \\(\\$48\\) more than David. When David gave Adam \\(\\$21\\), Adam had four times as much money as David. How much money did David have at first? [?]",
        "question_image": null,
        "a": [
            "51",
            null,
            null,
            null
        ],
        "correct_answer": null,
        "solutions": [
            {
                "id": 24189,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "Let David = x, Adam = x + 48. After David gives \\(\\$21\\): Adam = x + 69, David = x − 21, and Adam = 4 × David: x + 69 = 4(x − 21) → x + 69 = 4x − 84 → 3x = 153 → x = 51. David had \\(\\$51\\)."
            }
        ],
        "hints": [
            {
                "id": 46562,
                "lvl": 1,
                "u": 2,
                "t": "Express both amounts in terms of David's money x."
            },
            {
                "id": 46563,
                "lvl": 2,
                "u": 2,
                "t": "After the $21 transfer, set Adam = 4 × David."
            }
        ]
    },
    "30952": {
        "status_id": 6,
        "type_id": 2,
        "question": "Dan and Kate had some stickers. When Dan gave 10 of his stickers to Kate, he would have three times as many stickers as Kate. If Dan gives another 6 more stickers to Kate, he would have twice as many stickers as Kate. How many stickers did Kate have at first?",
        "question_raw": "Dan and Kate had some stickers.<br>When Dan gave 10 of his stickers to Kate, he would have three times as many stickers as Kate.<br>If Dan gives another 6 more stickers to Kate, he would have twice as many stickers as Kate.<br>How many stickers did Kate have at first? <input type=\"text\" id=\"input_0\" class=\"fill-blank-input\" placeholder=\"?\" \/>",
        "question_image": null,
        "a": [
            "8",
            null,
            null,
            null
        ],
        "correct_answer": null,
        "solutions": [
            {
                "id": 24329,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "Let Kate after first transfer have U stickers, Dan = 3U (total 4U). After Dan gives 6 more: Kate = U + 6, Dan = 3U − 6 = 2(U + 6). So 3U − 6 = 2U + 12, giving U = 18. Kate after first transfer = 18, so Kate at first = 18 − 10 = 8."
            }
        ],
        "hints": [
            {
                "id": 46842,
                "lvl": 1,
                "u": 2,
                "t": "After the first transfer, let Kate be 1 unit and Dan 3 units."
            },
            {
                "id": 46843,
                "lvl": 2,
                "u": 2,
                "t": "Set up the second condition (Dan = twice Kate) and solve for the unit."
            }
        ]
    },
    "30956": {
        "status_id": 6,
        "type_id": 2,
        "question": "Claire went shopping with 12 more ten-dollar notes than two-dollar notes. After paying \\(\\$180\\) for a suitcase with some ten-dollar notes, the number of the two-dollar notes she had was four times the number of ten-dollar notes left. (a) How many ten-dollar notes did Claire have left? [?] (b) How much money did she have at first? [?]",
        "question_raw": "Claire went shopping with 12 more ten-dollar notes than two-dollar notes. After paying \\(\\$180\\) for a suitcase with some ten-dollar notes, the number of the two-dollar notes she had was four times the number of ten-dollar notes left.<br>(a) How many ten-dollar notes did Claire have left? [?]<br>(b) How much money did she have at first? [?]",
        "question_image": null,
        "a": [
            "2",
            "216",
            null,
            null
        ],
        "correct_answer": null,
        "solutions": [
            {
                "id": 24333,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "(a) \\(\\$180\\) paid with \\(\\$10\\) notes = 18 notes used. Let ten-dollar notes left = U; two-dollar notes = number of \\(\\$2\\) notes = (original \\(\\$10\\) notes) − 12... by the key: two-dollar = 4U, and original \\(\\$10\\) = \\(\\$2\\) + 12. \\(\\$10\\) notes used = 18, so 4U − 12 = ... solving 4U − 1U = 3U and 18 − 12 = 6, 3U = 6, U = 2. So 2 ten-dollar notes left. (b) \\(\\$2\\) notes: 2 × 4 = 8 notes → 8 × \\(\\$2\\) = \\(\\$16\\)... key: \\(\\$2\\) notes value with \\(\\$10\\) = 180 + 2×10 = 200; total = 200 + 16 = \\(\\$216\\)."
            }
        ],
        "hints": [
            {
                "id": 46850,
                "lvl": 1,
                "u": 2,
                "t": "She used 180 ÷ 10 = 18 ten-dollar notes paying for the suitcase."
            },
            {
                "id": 46851,
                "lvl": 2,
                "u": 2,
                "t": "Set up two-dollar notes = 4 × ten-dollar notes left, using the 12-more relationship."
            }
        ]
    },
    "31156": {
        "status_id": 6,
        "type_id": 1,
        "question": "Matthew is thrice as old as his sister. In 5 years' time, their total age will be h years old. How old is his sister now?",
        "question_raw": "Matthew is thrice as old as his sister.<br>In 5 years' time, their total age will be h years old.<br>How old is his sister now?",
        "question_image": null,
        "a": [
            "\\(\\dfrac{h-5}{4}\\) years old",
            "\\(\\dfrac{h-10}{4}\\) years old",
            "\\(\\dfrac{h-15}{2}\\) years old",
            "\\(\\dfrac{5h}{3}\\) years old"
        ],
        "correct_answer": 1,
        "solutions": [
            {
                "id": 24533,
                "source": "ai",
                "user_id": 2,
                "status_id": 4,
                "has_model": false,
                "text": "Let sister = s now, Matthew = 3s. In 5 years total = (s + 5) + (3s + 5) = 4s + 10 = h. So 4s = h − 10 and s = (h − 10)\/4."
            }
        ],
        "hints": [
            {
                "id": 47250,
                "lvl": 1,
                "u": 2,
                "t": "Sister = s, Matthew = 3s now; add 5 to each for their future ages."
            },
            {
                "id": 47251,
                "lvl": 2,
                "u": 2,
                "t": "Set the future total equal to h and solve for s."
            }
        ]
    }
}