<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:video="http://www.google.com/schemas/sitemap-video/1.1">
        <url>
            <loc>https://www.mathplanet.com/education/programming/thinking-machines/computers</loc>
                <lastmod>2023-06-01T12:57:31&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/MQEHZ541_Hg/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Intro to programming and computers</video:title>
                    <video:description>In this video, we&#x27;re taking a closer look at the different parts of a computer, how they work, and where programming is used.</video:description>
                    <video:player_loc>https://www.youtube.com/embed/MQEHZ541_Hg</video:player_loc>
                    <video:publication_date>2023-05-26T14:51:05&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/programming/thinking-machines/getting-started</loc>
                <lastmod>2023-06-01T15:54:22&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/de2UR_q_sMU/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Installation process of IDLE (Python) on windows.</video:title>
                    <video:description>In this video we explain two different ways to run your python code. Either how to run the code directly on Mathplanet.com or how to install idle on your computer (windows) to run the code there.</video:description>
                    <video:player_loc>https://www.youtube.com/embed/de2UR_q_sMU</video:player_loc>
                    <video:publication_date>2023-05-26T14:52:16&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/programming/thinking-machines/hello-world</loc>
                <lastmod>2023-06-01T15:57:46&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/-7hHt-1MtOs/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Order of instructions in Python</video:title>
                    <video:description>In this video we look at a simple program and how important it is to write instructions in the right order.</video:description>
                    <video:player_loc>https://www.youtube.com/embed/-7hHt-1MtOs</video:player_loc>
                    <video:publication_date>2023-05-26T14:59:07&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/programming/thinking-machines/turtle</loc>
                <lastmod>2023-09-05T09:13:11&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/uzF4PGHXtu0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>The module turtle drawing a square</video:title>
                    <video:description>In this video, we are using the turtle module and slowly, line by line, observe what happens as it draws a square.</video:description>
                    <video:player_loc>https://www.youtube.com/embed/uzF4PGHXtu0</video:player_loc>
                    <video:publication_date>2023-09-05T09:13:11&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/programming/thinking-machines/python-variables</loc>
                <lastmod>2023-06-01T15:59:16&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/hjsKz_KUCSg/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Variables in Python</video:title>
                    <video:description>In this video, we learn more about the usefulness of variables.</video:description>
                    <video:player_loc>https://www.youtube.com/embed/hjsKz_KUCSg</video:player_loc>
                    <video:publication_date>2023-05-26T15:15:40&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/programming/to-remember/data-types</loc>
                <lastmod>2023-06-01T16:02:12&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/KiyCsgP2DYo/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Data types</video:title>
                    <video:description>In this video, we&#x27;re looking at how different datatypes can be used together, and especially when they can&#x27;t.</video:description>
                    <video:player_loc>https://www.youtube.com/embed/KiyCsgP2DYo</video:player_loc>
                    <video:publication_date>2023-05-26T15:21:06&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/programming/to-remember/interactive</loc>
                <lastmod>2023-06-01T16:03:52&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/z19TtP-O2_Y/sddefault.jpg</video:thumbnail_loc>
                    <video:title>The input function in Python</video:title>
                    <video:description>In this video, we use the input function and see how it can replace previously predetermined (&quot;hardcoded&quot;) variables.</video:description>
                    <video:player_loc>https://www.youtube.com/embed/z19TtP-O2_Y</video:player_loc>
                    <video:publication_date>2023-05-26T15:54:50&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/programming/to-remember/when-it-goes-wrong</loc>
                <lastmod>2023-06-01T16:09:09&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/JNc0_DCBpNg/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Different types of Python language errors</video:title>
                    <video:description>In this video, we look at a code example that has a syntax error, execution error, and logic error, and then solve all these bugs.</video:description>
                    <video:player_loc>https://www.youtube.com/embed/JNc0_DCBpNg</video:player_loc>
                    <video:publication_date>2023-05-26T16:40:45&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/programming/to-remember/geometry</loc>
                <lastmod>2023-06-01T16:10:15&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/sdsBkhsgMtg/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Interactive turtle</video:title>
                    <video:description>In this video we combine input, turtle, and screen to create an interactive turtle.</video:description>
                    <video:player_loc>https://www.youtube.com/embed/sdsBkhsgMtg</video:player_loc>
                    <video:publication_date>2023-05-26T16:45:01&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/programming/to-remember/modules</loc>
                <lastmod>2023-06-01T16:14:39&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/wmWl9vHJnfg/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Combination of modules</video:title>
                    <video:description>In this video, we combine two modules, random and turtle, to draw multiple rectangles of random sizes.</video:description>
                    <video:player_loc>https://www.youtube.com/embed/wmWl9vHJnfg</video:player_loc>
                    <video:publication_date>2023-05-26T16:50:30&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/programming/logic-and-choice/choosing</loc>
                <lastmod>2023-06-01T16:16:19&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/We-TZHutUA8/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Code indentation</video:title>
                    <video:description>In this video we look at some examples of if-statements and how to indent code.</video:description>
                    <video:player_loc>https://www.youtube.com/embed/We-TZHutUA8</video:player_loc>
                    <video:publication_date>2023-06-01T12:36:55&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/programming/logic-and-choice/logical-conditions</loc>
                <lastmod>2023-06-01T16:17:16&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/slWqFVdOugM/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Multiple inputs in complex if-statements</video:title>
                    <video:description>In this video, we use multiple inputs and combine the responses in a more complex if-statements, all in order to greet the users in the way they desire.</video:description>
                    <video:player_loc>https://www.youtube.com/embed/slWqFVdOugM</video:player_loc>
                    <video:publication_date>2023-06-01T12:39:46&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/programming/logic-and-choice/mor-options</loc>
                <lastmod>2023-06-01T16:19:32&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/l7Luonq7Xs4/sddefault.jpg</video:thumbnail_loc>
                    <video:title>The difference between if and elif</video:title>
                    <video:description>In this video, we look at the difference between the keywords if and elif, and when either is preferred.</video:description>
                    <video:player_loc>https://www.youtube.com/embed/l7Luonq7Xs4</video:player_loc>
                    <video:publication_date>2023-06-01T15:12:05&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/programming/logic-and-choice/game</loc>
                <lastmod>2023-06-01T16:21:47&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/zVNIy-tK1QY/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Turtle game</video:title>
                    <video:description>In this video, we look att another game involving a turtle that moves according to user&#x27;s answer.</video:description>
                    <video:player_loc>https://www.youtube.com/embed/zVNIy-tK1QY</video:player_loc>
                    <video:publication_date>2023-06-01T15:13:09&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/programming/logic-and-choice/simple-repetition</loc>
                <lastmod>2023-06-02T11:57:22&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/BOMCYuNSLL0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Use while loop to repeat a game</video:title>
                    <video:description>In this video, we use a while loop to build another game that tests our math skills.</video:description>
                    <video:player_loc>https://www.youtube.com/embed/BOMCYuNSLL0</video:player_loc>
                    <video:publication_date>2023-06-01T15:15:30&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/programming/repeating-code/loops</loc>
                <lastmod>2023-06-02T12:44:55&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/Hhwme50CyrM/sddefault.jpg</video:thumbnail_loc>
                    <video:title>The difference between while and for loops</video:title>
                    <video:description>In this video, we look at the difference between while loops and for loops, and an example of when we might use them.</video:description>
                    <video:player_loc>https://www.youtube.com/embed/Hhwme50CyrM</video:player_loc>
                    <video:publication_date>2023-06-01T15:18:04&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/programming/repeating-code/looping-turtles</loc>
                <lastmod>2023-06-02T14:20:20&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/-SQtvod4Guw/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Use for-loop to draw patterns</video:title>
                    <video:description>In this video, we use for-loops to draw more intricate turtle patterns.</video:description>
                    <video:player_loc>https://www.youtube.com/embed/-SQtvod4Guw</video:player_loc>
                    <video:publication_date>2023-06-01T15:18:04&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/programming/repeating-code/text</loc>
                <lastmod>2023-06-02T14:24:31&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/-B6oeGtnveg/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Loop over strings</video:title>
                    <video:description>In this video, we take a closer look at strings. How can we pick out individual characters/strings, and how can we use strings to draw patterns?</video:description>
                    <video:player_loc>https://www.youtube.com/embed/-B6oeGtnveg</video:player_loc>
                    <video:publication_date>2023-06-01T15:18:05&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/programming/repeating-code/lists</loc>
                <lastmod>2023-06-02T14:28:07&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/6C-_Jy4n3m4/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Pick a string randomly</video:title>
                    <video:description>In this video, we look at how to randomly generate a color, even though it&#x27;s not a number, using lists.</video:description>
                    <video:player_loc>https://www.youtube.com/embed/6C-_Jy4n3m4</video:player_loc>
                    <video:publication_date>2023-06-01T15:18:05&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/programming/repeating-code/follow-instructions</loc>
                <lastmod>2023-06-02T14:37:02&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/GpemzIspHA4/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Collect multiple inputs in an empty list</video:title>
                    <video:description>In this video, we see an example of the usefulness of empty lists by temporarily storing instructions in it.</video:description>
                    <video:player_loc>https://www.youtube.com/embed/GpemzIspHA4</video:player_loc>
                    <video:publication_date>2023-06-01T15:18:05&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/programming/real-thinking/functions</loc>
                <lastmod>2023-06-02T15:02:20&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/n-g-7ZGuN-0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Order of code execution</video:title>
                    <video:description>In this video, we divide code into separate functions, and take a close look at how Python jumps between different lines when they are called.</video:description>
                    <video:player_loc>https://www.youtube.com/embed/n-g-7ZGuN-0</video:player_loc>
                    <video:publication_date>2023-06-01T15:38:47&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/programming/real-thinking/arguments</loc>
                <lastmod>2023-06-02T15:06:59&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/ybJnlpZKsT4/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Advanced Python functions</video:title>
                    <video:description>In this video, we create more advanced functions using arguments and return values, allowing us to simulate the roll of dice with different number of sides.</video:description>
                    <video:player_loc>https://www.youtube.com/embed/ybJnlpZKsT4</video:player_loc>
                    <video:publication_date>2023-06-01T15:39:55&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/programming/real-thinking/index</loc>
                <lastmod>2023-06-02T15:11:46&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/ee1AVSRtzaM/sddefault.jpg</video:thumbnail_loc>
                    <video:title>A smarter turtle</video:title>
                    <video:description>In this video, we make the turtle smarter by letting it understand that &quot;F&quot;, &quot;Forward&quot; and &quot;Move forward&quot; are all the same instruction.</video:description>
                    <video:player_loc>https://www.youtube.com/embed/ee1AVSRtzaM</video:player_loc>
                    <video:publication_date>2023-06-01T15:48:37&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/programming/real-thinking/sorting</loc>
                <lastmod>2023-06-02T15:14:15&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/FzJkOmWfoJo/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Sorting algorithms - Bubble sort</video:title>
                    <video:description>In this video, we talk about a type of algorithm (sorting algorithms) by implementing the famous &quot;Bubblesort&quot;.</video:description>
                    <video:player_loc>https://www.youtube.com/embed/FzJkOmWfoJo</video:player_loc>
                    <video:publication_date>2023-06-01T15:48:56&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/programming/real-thinking/ai</loc>
                <lastmod>2023-06-02T15:15:59&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/HAtllIfaenY/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Artificial intelligence in turtles</video:title>
                    <video:description>In this video, we combine all our Python knowledge. Two turtles appear on the screen, you control one and the computer controls the other. Will it catch you?</video:description>
                    <video:player_loc>https://www.youtube.com/embed/HAtllIfaenY</video:player_loc>
                    <video:publication_date>2023-06-01T15:44:17&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/math-playground/the-space-code/about-the-space-code/how-to-use-the-material</loc>
                <lastmod>2021-05-26T15:00:43&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/vCB7Qt49r6o/sddefault.jpg</video:thumbnail_loc>
                    <video:title>How to use the material</video:title>
                    <video:description>Here is what is the students think about the Space Code in Swedish.</video:description>
                    <video:player_loc>https://www.youtube.com/embed/vCB7Qt49r6o</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/math-playground/the-space-code/about-the-space-code/coupling-to-curriculum</loc>
                <lastmod>2021-05-25T15:52:16&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/Ff5Y1zEiKD0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Coupling to curriculum</video:title>
                    <video:description>Work with integrated subject about the space!</video:description>
                    <video:player_loc>https://www.youtube.com/embed/Ff5Y1zEiKD0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/pre-algebra/introducing-algebra/operations-in-the-correct-order</loc>
                <lastmod>2023-07-03T13:18:05&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/5V6asBVx11g?fs=1&amp;amp;hl=sv_SE/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Operations in the correct order</video:title>
                    <video:description>Operations in the correct order</video:description>
                    <video:player_loc>https://www.youtube.com/embed/5V6asBVx11g?fs=1&amp;amp;hl=sv_SE</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/pre-algebra/introducing-algebra/evaluate-expressions</loc>
                <lastmod>2021-05-25T16:00:35&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/KY-2QeFIldI?fs=1&amp;amp;hl=sv_SE/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Evaluate expressions</video:title>
                    <video:description>Evaluate the following expression for x = 2, y = 5 and z = 4</video:description>
                    <video:player_loc>https://www.youtube.com/embed/KY-2QeFIldI?fs=1&amp;amp;hl=sv_SE</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/pre-algebra/introducing-algebra/identify-properties</loc>
                <lastmod>2022-09-12T13:16:46&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/BNGKzTRghQg?fs=1&amp;amp;hl=sv_SE/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Identify properties</video:title>
                    <video:description>Identify properties</video:description>
                    <video:player_loc>https://www.youtube.com/embed/BNGKzTRghQg?fs=1&amp;amp;hl=sv_SE</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/pre-algebra/introducing-algebra/equations-with-variables</loc>
                <lastmod>2021-05-25T15:52:22&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/8RcwcEoFTX4?version=3&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Equations with variables</video:title>
                    <video:description>Equations with variables</video:description>
                    <video:player_loc>https://www.youtube.com/embed/8RcwcEoFTX4?version=3&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/6QuvSxLpIys?fs=1&amp;amp;hl=sv_SE/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Equations with variables</video:title>
                    <video:description>Equations with variables</video:description>
                    <video:player_loc>https://www.youtube.com/embed/6QuvSxLpIys?fs=1&amp;amp;hl=sv_SE</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/pre-algebra/introducing-algebra/coordinate-system-and-ordered-pairs</loc>
                <lastmod>2021-05-26T15:01:12&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi//sddefault.jpg</video:thumbnail_loc>
                    <video:title>Coordinate system and ordered pairs</video:title>
                    <video:description>To graph a point, you draw a dot at the coordinates that corresponds to the ordered pair. It&#x27;s always a good idea to start at the origin. The x-coordinate tells you how many steps you have to take to the right (positive) or left (negative) on the x-axis. And the y-coordinate tells you have many steps to move up (positive) or down (negative) on the y-axis.</video:description>
                    <video:player_loc>https://www.youtube.com/embed/</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/AOl2ikR-6G0?fs=1&amp;amp;hl=sv_SE/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Coordinate system and ordered pairs</video:title>
                    <video:description>Draw the following ordered pairs in a coordinate plane (0, 0) (3, 2) (0, 4) (3, 6) (6, 9) (4, 0)</video:description>
                    <video:player_loc>https://www.youtube.com/embed/AOl2ikR-6G0?fs=1&amp;amp;hl=sv_SE</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/pre-algebra/introducing-algebra/inequalities</loc>
                <lastmod>2021-05-25T16:00:33&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/tATf5npvpm4?fs=1&amp;amp;hl=sv_SE/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Inequalities</video:title>
                    <video:description>Determine whether this inequality is true or false for y = 7</video:description>
                    <video:player_loc>https://www.youtube.com/embed/tATf5npvpm4?fs=1&amp;amp;hl=sv_SE</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/pre-algebra/explore-and-understand-integers/absolute-value</loc>
                <lastmod>2021-05-25T16:00:33&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/PJ4cKtzIV5Q?fs=1&amp;amp;hl=sv_SE/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Absolute value</video:title>
                    <video:description>Evaluate the following expression</video:description>
                    <video:player_loc>https://www.youtube.com/embed/PJ4cKtzIV5Q?fs=1&amp;amp;hl=sv_SE</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/pre-algebra/explore-and-understand-integers/adding-and-subtracting-integers</loc>
                <lastmod>2021-05-25T16:00:32&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/4C7JqY8pNCQ?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Adding and subtracting integers</video:title>
                    <video:description>Calculate -3 &#x2B; (-6) on a number line</video:description>
                    <video:player_loc>https://www.youtube.com/embed/4C7JqY8pNCQ?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/pre-algebra/explore-and-understand-integers/multiplying-and-dividing-with-integers</loc>
                <lastmod>2021-05-25T16:00:32&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/tQpsbe4Bl-o?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Multiplying  and dividing with integers</video:title>
                    <video:description>Calculate the following expressions</video:description>
                    <video:player_loc>https://www.youtube.com/embed/tQpsbe4Bl-o?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/pre-algebra/inequalities-and-one-step-equations/different-ways-to-solve-equations</loc>
                <lastmod>2022-03-23T10:26:01&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/Vu3pQTHEExs?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Different ways to solve equations</video:title>
                    <video:description>Different ways to solve equations</video:description>
                    <video:player_loc>https://www.youtube.com/embed/Vu3pQTHEExs?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/pre-algebra/inequalities-and-one-step-equations/calculating-the-area-and-the-perimeter</loc>
                <lastmod>2022-03-23T10:43:58&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/lVXZtcx9sFY?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Calculating the area and the perimeter</video:title>
                    <video:description>Calculating the area and the perimeter</video:description>
                    <video:player_loc>https://www.youtube.com/embed/lVXZtcx9sFY?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/pre-algebra/inequalities-and-one-step-equations/solving-inequalities</loc>
                <lastmod>2022-03-23T13:48:31&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/23Ii3IPKj4w?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Solving inequalities</video:title>
                    <video:description>Solving inequalities</video:description>
                    <video:player_loc>https://www.youtube.com/embed/23Ii3IPKj4w?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/pre-algebra/inequalities-and-one-step-equations/understanding-inequalities-and-equations</loc>
                <lastmod>2021-05-25T16:00:29&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/lUy-4NaNwTw?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Understanding inequalities and equations</video:title>
                    <video:description>Margaret is paying $1,500 in rent for her apartment every month. Margaret won $12,000 in Vegas and wondering how many rent she can afford to pay with this winning?</video:description>
                    <video:player_loc>https://www.youtube.com/embed/lUy-4NaNwTw?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/pre-algebra/discover-fractions-and-factors/monomials-and-adding-or-subtracting-polynomials</loc>
                <lastmod>2021-05-25T15:53:40&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/Jkq_5ObD5Zs?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Monomials and adding or subtracting polynomials</video:title>
                    <video:description>Monomials and adding or subtracting polynomials</video:description>
                    <video:player_loc>https://www.youtube.com/embed/Jkq_5ObD5Zs?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/pre-algebra/discover-fractions-and-factors/powers-and-exponents</loc>
                <lastmod>2021-05-25T16:00:29&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/MIrityuVwF8?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Powers and exponents</video:title>
                    <video:description>Rewrite the expressions</video:description>
                    <video:player_loc>https://www.youtube.com/embed/MIrityuVwF8?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/_XIDJiGE0Po?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Powers and exponents</video:title>
                    <video:description>Simplify the expression</video:description>
                    <video:player_loc>https://www.youtube.com/embed/_XIDJiGE0Po?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/pre-algebra/discover-fractions-and-factors/multiplying-polynomials-and-binomials</loc>
                <lastmod>2021-05-25T16:00:28&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/maH-flojrmE?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Multiplying polynomials and binomials</video:title>
                    <video:description>Expand the expression</video:description>
                    <video:player_loc>https://www.youtube.com/embed/maH-flojrmE?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/pre-algebra/discover-fractions-and-factors/factorization-and-prime-numbers</loc>
                <lastmod>2021-05-25T16:00:28&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/1KcXZ_gQHdU?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Factorization and prime numbers</video:title>
                    <video:description>Factorize the expression</video:description>
                    <video:player_loc>https://www.youtube.com/embed/1KcXZ_gQHdU?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/pre-algebra/discover-fractions-and-factors/finding-the-greatest-common-factor</loc>
                <lastmod>2021-05-25T16:00:27&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/4Isdhf3bGCA?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Finding the greatest common factor</video:title>
                    <video:description>Find the GCF of 24x3 and 56x3</video:description>
                    <video:player_loc>https://www.youtube.com/embed/4Isdhf3bGCA?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/pre-algebra/discover-fractions-and-factors/finding-the-least-common-multiple</loc>
                <lastmod>2021-05-25T16:00:26&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/N2j7JbiEB54?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Finding the least common multiple</video:title>
                    <video:description>Find the answer to</video:description>
                    <video:player_loc>https://www.youtube.com/embed/N2j7JbiEB54?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/pre-algebra/more-about-the-four-rules-of-arithmetic/integers-and-rational-numbers</loc>
                <lastmod>2021-05-25T16:00:26&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/P0KUwWQszBg?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Integers and rational numbers</video:title>
                    <video:description>Write as rational numbers</video:description>
                    <video:player_loc>https://www.youtube.com/embed/P0KUwWQszBg?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/pre-algebra/more-about-the-four-rules-of-arithmetic/learn-how-to-estimate-calculations</loc>
                <lastmod>2021-05-25T16:00:25&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/tOz4fbBZMsM?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Learn how to estimate calculations</video:title>
                    <video:description>Estimate</video:description>
                    <video:player_loc>https://www.youtube.com/embed/tOz4fbBZMsM?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/pre-algebra/more-about-the-four-rules-of-arithmetic/calculating-with-decimals-and-fractions</loc>
                <lastmod>2021-05-25T16:00:25&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/gp5cHbTwhRE?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Calculating with decimals and fractions</video:title>
                    <video:description>Rewrite into decimals</video:description>
                    <video:player_loc>https://www.youtube.com/embed/gp5cHbTwhRE?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/pre-algebra/more-about-the-four-rules-of-arithmetic/geometric-sequences-of-numbers</loc>
                <lastmod>2021-05-25T16:00:24&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/J2Yt40r-IFw?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Geometric sequences of numbers</video:title>
                    <video:description>Geometric sequences of numbers</video:description>
                    <video:player_loc>https://www.youtube.com/embed/J2Yt40r-IFw?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/pre-algebra/more-about-the-four-rules-of-arithmetic/scientific-notation</loc>
                <lastmod>2021-11-02T12:39:20&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/qiG7wx0PwC0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Scientific notation</video:title>
                    <video:description>Write each number in standard form or in scientific notation</video:description>
                    <video:player_loc>https://www.youtube.com/embed/qiG7wx0PwC0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/4p-AxKbPzts/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Scientific notation</video:title>
                    <video:description>Write each number in standard form or in scientific notation</video:description>
                    <video:player_loc>https://www.youtube.com/embed/4p-AxKbPzts</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/pre-algebra/more-about-equation-and-inequalities/fundamentals-in-solving-equations-in-one-or-more-steps</loc>
                <lastmod>2017-06-15T23:43:59&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/ZaxZZlxdYcw?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Fundamentals in solving Equations in one or more steps</video:title>
                    <video:description>Solve the equation</video:description>
                    <video:player_loc>https://www.youtube.com/embed/ZaxZZlxdYcw?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/pre-algebra/more-about-equation-and-inequalities/calculating-the-circumference-of-a-circle</loc>
                <lastmod>2021-05-25T15:59:17&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/Sk7raoAqCp0?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Calculating the circumference of a circle</video:title>
                    <video:description>Find the radius of the circle</video:description>
                    <video:player_loc>https://www.youtube.com/embed/Sk7raoAqCp0?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/pre-algebra/graphing-and-functions/linear-equations-in-the-coordinate-plane</loc>
                <lastmod>2021-05-25T16:00:23&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/dQvTzy_iczE?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Linear equations in the coordinate plane</video:title>
                    <video:description>Find the values of x and draw this equation in a graph</video:description>
                    <video:player_loc>https://www.youtube.com/embed/dQvTzy_iczE?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/pre-algebra/graphing-and-functions/the-slope-of-a-linear-function</loc>
                <lastmod>2021-05-25T16:00:22&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/H1K9DxNw6ac?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>The slope of a linear function</video:title>
                    <video:description>Find the slope</video:description>
                    <video:player_loc>https://www.youtube.com/embed/H1K9DxNw6ac?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/pre-algebra/graphing-and-functions/graphing-linear-inequalities</loc>
                <lastmod>2021-05-25T16:00:22&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/S-pnsjus_YM?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Graphing linear inequalities</video:title>
                    <video:description>Graph the inequality y &amp;gt; 2 - 2x</video:description>
                    <video:player_loc>https://www.youtube.com/embed/S-pnsjus_YM?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/pre-algebra/graphing-and-functions/solve-systems-of-equations-by-graphing</loc>
                <lastmod>2021-05-25T16:00:21&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/hlwkYFon7jQ?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Solve systems of equations by graphing</video:title>
                    <video:description>Find the solution of two equations by graphing</video:description>
                    <video:player_loc>https://www.youtube.com/embed/hlwkYFon7jQ?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/pre-algebra/ratios-and-percent/rates-and-ratios</loc>
                <lastmod>2022-05-30T22:46:12&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/oeQ6tW1erKk?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Rates and ratios</video:title>
                    <video:description>Express the ratio as a fraction in simplest form and as a decimal</video:description>
                    <video:player_loc>https://www.youtube.com/embed/oeQ6tW1erKk?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/pre-algebra/ratios-and-percent/proportions-and-percent</loc>
                <lastmod>2021-05-25T16:00:20&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/dmF8vabFXyU?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Proportions and percent</video:title>
                    <video:description>Write in percent or as decimals</video:description>
                    <video:player_loc>https://www.youtube.com/embed/dmF8vabFXyU?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/pre-algebra/ratios-and-percent/solving-problems-with-percentages</loc>
                <lastmod>2022-09-16T11:53:27&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/pNGJ-gZWWjQ?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Solving problems with percentages</video:title>
                    <video:description>A skirt cost $35 regulary in a shop. At a sale the price of the skirtreduces with 30%. How much will the skirt cost after the discount?</video:description>
                    <video:player_loc>https://www.youtube.com/embed/pNGJ-gZWWjQ?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/unoGlKeHMJ0?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Solving problems with percentages</video:title>
                    <video:description>Solve &quot;54 is 25% of what number?&quot;</video:description>
                    <video:player_loc>https://www.youtube.com/embed/unoGlKeHMJ0?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/pre-algebra/probability-and-statistics/the-mean-the-median-and-the-mode</loc>
                <lastmod>2021-05-25T16:00:19&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/CFBqI6kDdxM?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>The mean, the median and the mode</video:title>
                    <video:description>Find mean, median and mode</video:description>
                    <video:player_loc>https://www.youtube.com/embed/CFBqI6kDdxM?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/pre-algebra/probability-and-statistics/stem-and-leaf-plots-and-box-and-whiskers-plot</loc>
                <lastmod>2021-05-26T15:03:12&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi//sddefault.jpg</video:thumbnail_loc>
                    <video:title>Stem-and-Leaf Plots and Box-and-Whiskers Plot</video:title>
                    <video:description>The difference between the lower quartile and the upper quartile is called the interquartile range and corresponds to the 50% of the data points that are in the middle</video:description>
                    <video:player_loc>https://www.youtube.com/embed/</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/V8tnFezkdS8?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Stem-and-Leaf Plots and Box-and-Whiskers Plot</video:title>
                    <video:description>Draw a stem-and-leaf plot</video:description>
                    <video:player_loc>https://www.youtube.com/embed/V8tnFezkdS8?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/pre-algebra/probability-and-statistics/calculating-the-outcome</loc>
                <lastmod>2021-05-25T16:00:19&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/B-5AEJtDBOg?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Calculating the outcome</video:title>
                    <video:description>How many outcomes are possible when a die is rolled three times?</video:description>
                    <video:player_loc>https://www.youtube.com/embed/B-5AEJtDBOg?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/pre-algebra/probability-and-statistics/combinations-and-permutations</loc>
                <lastmod>2021-05-25T16:00:18&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/DJlOxOmmp9Y?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Combinations and permutations</video:title>
                    <video:description>Solve</video:description>
                    <video:player_loc>https://www.youtube.com/embed/DJlOxOmmp9Y?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/pre-algebra/probability-and-statistics/finding-the-odds</loc>
                <lastmod>2021-05-25T16:00:18&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/515RRBRUF7E?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Finding the odds</video:title>
                    <video:description>What are the odds to draw a blue pen?</video:description>
                    <video:player_loc>https://www.youtube.com/embed/515RRBRUF7E?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/pre-algebra/probability-and-statistics/probability-of-events</loc>
                <lastmod>2022-06-01T12:18:18&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/07WoHPrO1fE?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Probability of events</video:title>
                    <video:description>At Ann&#x27;s 7-years olds party all 20 invited guests are going to get some candy from the fish pond. In 12 of the bags there is an extra chocolate bar. Tina and James are first and second out, what is the probability that they both get a bag with an extra chocolate bar?</video:description>
                    <video:player_loc>https://www.youtube.com/embed/07WoHPrO1fE?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/pre-algebra/introducing-geometry/geometry-fundamental-statements</loc>
                <lastmod>2021-05-25T16:00:17&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/7IHHy3DMyKI?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Geometry &#x2013; fundamental statements</video:title>
                    <video:description>Classify all angles</video:description>
                    <video:player_loc>https://www.youtube.com/embed/7IHHy3DMyKI?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/pre-algebra/introducing-geometry/circle-graphs</loc>
                <lastmod>2022-06-01T16:21:28&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/edvHGC9i5pQ?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Circle graphs</video:title>
                    <video:description>Find the values in degrees</video:description>
                    <video:player_loc>https://www.youtube.com/embed/edvHGC9i5pQ?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/pre-algebra/introducing-geometry/angles-and-parallel-lines</loc>
                <lastmod>2021-05-25T16:00:15&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/Pfhb-jnDtPo?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Angles and parallel lines</video:title>
                    <video:description>Find the measure of all the angles in the figure</video:description>
                    <video:player_loc>https://www.youtube.com/embed/Pfhb-jnDtPo?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/pre-algebra/introducing-geometry/triangles</loc>
                <lastmod>2021-05-25T16:00:15&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/pdJJU0_43Vg?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Triangles</video:title>
                    <video:description>Find out whether the triangles are right, isosceles, acute, scalene, obtuse or equilateral</video:description>
                    <video:player_loc>https://www.youtube.com/embed/pdJJU0_43Vg?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/pre-algebra/introducing-geometry/quadrilaterals-polygons-and-transformations</loc>
                <lastmod>2021-05-25T16:00:14&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/6iC4N8ToUNs?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Quadrilaterals, polygons and transformations</video:title>
                    <video:description>Find the measures of angles of these figures</video:description>
                    <video:player_loc>https://www.youtube.com/embed/6iC4N8ToUNs?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/pre-algebra/area-and-volume/measure-areas</loc>
                <lastmod>2017-06-15T23:51:02&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/rD9Pyq60_xw?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Measure areas</video:title>
                    <video:description>Find the areas</video:description>
                    <video:player_loc>https://www.youtube.com/embed/rD9Pyq60_xw?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/pre-algebra/area-and-volume/pyramids-prisms-cylinders-and-cones</loc>
                <lastmod>2021-05-25T15:59:16&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/wSiqvMC0vhw?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Pyramids, prisms, cylinders and cones</video:title>
                    <video:description>Find the volume of a cone with the height 5 and the radius 3.</video:description>
                    <video:player_loc>https://www.youtube.com/embed/wSiqvMC0vhw?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/tCLMBruTgNo?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Pyramids, prisms, cylinders and cones</video:title>
                    <video:description>Find the surface area of a cylinder with the radius 4 and the height 8</video:description>
                    <video:player_loc>https://www.youtube.com/embed/tCLMBruTgNo?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/pre-algebra/right-triangles-and-algebra/square-roots-and-real-numbers</loc>
                <lastmod>2021-05-25T16:00:13&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/Fr1gszv_taQ?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Square roots and real numbers</video:title>
                    <video:description>Solve</video:description>
                    <video:player_loc>https://www.youtube.com/embed/Fr1gszv_taQ?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/bo4HMV0zy74?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Square roots and real numbers</video:title>
                    <video:description>Determine whether these numbers are rational or irrational</video:description>
                    <video:player_loc>https://www.youtube.com/embed/bo4HMV0zy74?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/pre-algebra/right-triangles-and-algebra/the-pythagorean-theorem</loc>
                <lastmod>2021-05-25T15:59:15&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/zxJyY44haX8/sddefault.jpg</video:thumbnail_loc>
                    <video:title>The Pythagorean Theorem</video:title>
                    <video:description>Find the sides of this right triangle</video:description>
                    <video:player_loc>https://www.youtube.com/embed/zxJyY44haX8</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/pre-algebra/right-triangles-and-algebra/trigonometry</loc>
                <lastmod>2021-05-25T16:00:13&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/Y_Ev2rxAarM?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Trigonometry</video:title>
                    <video:description>Find the measure of angle a in this right triangle</video:description>
                    <video:player_loc>https://www.youtube.com/embed/Y_Ev2rxAarM?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/algebra-1/discovering-expressions-equations-and-functions/operations-in-the-right-order</loc>
                <lastmod>2021-05-25T16:00:09&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/wW5Ldg2rr7M?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Operations in the right order</video:title>
                    <video:description>Evaluate the expression</video:description>
                    <video:player_loc>https://www.youtube.com/embed/wW5Ldg2rr7M?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/algebra-1/discovering-expressions-equations-and-functions/composing-expressions</loc>
                <lastmod>2021-05-25T16:00:09&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/ZAXCfHj3Ygw?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Composing expressions</video:title>
                    <video:description>Anna and her parents are going to the movies. Each ticket costs $8 and Anna also wants popcorn which is an additional $3. How much did they pay.</video:description>
                    <video:player_loc>https://www.youtube.com/embed/ZAXCfHj3Ygw?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/algebra-1/discovering-expressions-equations-and-functions/composing-equations-and-inequalities</loc>
                <lastmod>2021-05-25T16:00:08&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/jVyG80eyCgQ?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Composing equations and inequalities</video:title>
                    <video:description>Is 3 a solution to</video:description>
                    <video:player_loc>https://www.youtube.com/embed/jVyG80eyCgQ?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/algebra-1/discovering-expressions-equations-and-functions/representing-functions-as-rules-and-graphs</loc>
                <lastmod>2022-09-26T15:34:32&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/iVs4dQsKBGE?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Representing functions as rules and graphs</video:title>
                    <video:description>&#xA;&#xA;&#xA;Input&#xA;0&#xA;1&#xA;2&#xA;4&#xA;5&#xA;&#xA;&#xA;output&#xA;4&#xA;3&#xA;2&#xA;0&#xA;-1&#xA;&#xA;&#xA;</video:description>
                    <video:player_loc>https://www.youtube.com/embed/iVs4dQsKBGE?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/algebra-1/exploring-real-numbers/integers-and-rational-numbers</loc>
                <lastmod>2022-09-27T09:35:13&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/P0KUwWQszBg/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Integers and rational numbers</video:title>
                    <video:description>Which of these rational numbers are integers?</video:description>
                    <video:player_loc>https://www.youtube.com/embed/P0KUwWQszBg</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/algebra-1/exploring-real-numbers/calculating-with-real-numbers</loc>
                <lastmod>2021-05-25T16:00:08&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/DLimigYWhNg?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Calculating with real numbers</video:title>
                    <video:description>Simplify the expression</video:description>
                    <video:player_loc>https://www.youtube.com/embed/DLimigYWhNg?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/algebra-1/exploring-real-numbers/the-distributive-property</loc>
                <lastmod>2023-11-16T11:05:52&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/HQuSDfzNOkc?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>The Distributive property</video:title>
                    <video:description>The Distributive property</video:description>
                    <video:player_loc>https://www.youtube.com/embed/HQuSDfzNOkc?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/algebra-1/exploring-real-numbers/square-roots</loc>
                <lastmod>2022-09-15T13:56:30&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/wzVyQUNxFp4?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Square roots</video:title>
                    <video:description>Approximate the square root of 250</video:description>
                    <video:player_loc>https://www.youtube.com/embed/wzVyQUNxFp4?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/algebra-1/how-to-solve-linear-equations/properties-of-equalities</loc>
                <lastmod>2021-05-25T16:00:05&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/Y7yPAW6taq0?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Properties of equalities</video:title>
                    <video:description>Solve these equations using inverse operations</video:description>
                    <video:player_loc>https://www.youtube.com/embed/Y7yPAW6taq0?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/algebra-1/how-to-solve-linear-equations/fundamentals-in-solving-equations-in-one-or-more-steps</loc>
                <lastmod>2021-05-25T16:00:03&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/T34pxRcAf_U?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Fundamentals in solving equations in one or more steps</video:title>
                    <video:description>Solve the equation</video:description>
                    <video:player_loc>https://www.youtube.com/embed/T34pxRcAf_U?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/algebra-1/how-to-solve-linear-equations/ratios-and-proportions-and-how-to-solve-them</loc>
                <lastmod>2021-05-25T16:00:03&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/AqY-B4zWNDo?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Ratios and proportions and how to solve them</video:title>
                    <video:description>Find x</video:description>
                    <video:player_loc>https://www.youtube.com/embed/AqY-B4zWNDo?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/algebra-1/how-to-solve-linear-equations/calculating-with-percentages</loc>
                <lastmod>2025-04-28T12:02:55&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/rPY4TwKpSTY?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Calculating with percentages</video:title>
                    <video:description>A price increases from \($500\) to \($585\). How big is the increase in percent?</video:description>
                    <video:player_loc>https://www.youtube.com/embed/rPY4TwKpSTY?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/algebra-1/visualizing-linear-functions/the-coordinate-plane</loc>
                <lastmod>2022-09-28T17:00:01&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/MGDNWkQy9O0?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>The coordinate plane</video:title>
                    <video:description>(0, 0); (0,4); (4, -2); (-2, -4); (1, 3)</video:description>
                    <video:player_loc>https://www.youtube.com/embed/MGDNWkQy9O0?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/algebra-1/visualizing-linear-functions/linear-equations-in-the-coordinate-plane</loc>
                <lastmod>2021-05-25T16:00:01&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/GXfb9g4jKww?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Linear equations in the coordinate plane</video:title>
                    <video:description>Draw the graph of the linear equation y =3x - 2</video:description>
                    <video:player_loc>https://www.youtube.com/embed/GXfb9g4jKww?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/algebra-1/visualizing-linear-functions/the-slope-of-a-linear-function</loc>
                <lastmod>2021-05-25T16:00:00&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/phYRc1odnE8?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>The slope of a linear function</video:title>
                    <video:description>Find the slope of the line</video:description>
                    <video:player_loc>https://www.youtube.com/embed/phYRc1odnE8?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/algebra-1/visualizing-linear-functions/the-slope-intercept-form-of-a-linear-equation</loc>
                <lastmod>2022-09-28T19:04:27&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/3FcfgRGAc4U?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>The slope-intercept form of a linear equation</video:title>
                    <video:description>Graph y = 3x - 2</video:description>
                    <video:player_loc>https://www.youtube.com/embed/3FcfgRGAc4U?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/algebra-1/formulating-linear-equations/writing-linear-equations-using-the-slope-intercept-form</loc>
                <lastmod>2022-09-28T19:20:39&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/Kqc5y_c1Dz4?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Writing linear equations using the slope-intercept form</video:title>
                    <video:description>Writing linear equations using the slope-intercept form</video:description>
                    <video:player_loc>https://www.youtube.com/embed/Kqc5y_c1Dz4?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/algebra-1/formulating-linear-equations/writing-linear-equations-using-the-point-slope-form-and-the-standard-form</loc>
                <lastmod>2022-09-28T19:20:56&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/7kUkOtFBBrQ?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Writing linear equations using the point-slope form and the standard form</video:title>
                    <video:description>Write the linear equation in the point-slope form for the line that passes through (-1, 4) and has a slope of -1</video:description>
                    <video:player_loc>https://www.youtube.com/embed/7kUkOtFBBrQ?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/algebra-1/formulating-linear-equations/parallel-and-perpendicular-lines</loc>
                <lastmod>2024-04-12T14:42:04&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/RvczC2RPtIM?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Parallel and perpendicular lines</video:title>
                    <video:description>Parallel and perpendicular lines</video:description>
                    <video:player_loc>https://www.youtube.com/embed/RvczC2RPtIM?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/algebra-1/formulating-linear-equations/scatter-plots-and-linear-models</loc>
                <lastmod>2021-11-10T16:42:20&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/zRyIk5Y_3Jg?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Scatter plots and linear models</video:title>
                    <video:description>&#xA;&#xA;&#xA;x&#xA;1&#xA;4&#xA;5&#xA;7&#xA;9&#xA;&#xA;&#xA;y&#xA;14&#xA;34&#xA;27&#xA;40&#xA;38&#xA;&#xA;&#xA;</video:description>
                    <video:player_loc>https://www.youtube.com/embed/zRyIk5Y_3Jg?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/algebra-1/linear-inequalities/solving-linear-inequalities</loc>
                <lastmod>2021-05-25T15:59:55&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/BqrXqocILmM?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Solving linear inequalities</video:title>
                    <video:description>Solve the linear inequality</video:description>
                    <video:player_loc>https://www.youtube.com/embed/BqrXqocILmM?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/algebra-1/linear-inequalities/solving-compound-inequalities</loc>
                <lastmod>2022-09-29T11:06:56&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/grBkRlmnOu8?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Solving compound inequalities</video:title>
                    <video:description>Solving compound inequalities</video:description>
                    <video:player_loc>https://www.youtube.com/embed/grBkRlmnOu8?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/algebra-1/linear-inequalities/solving-absolute-value-equations-and-inequalities</loc>
                <lastmod>2022-09-29T13:03:27&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/eVsG7_GfgmY?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Solving absolute value equations and inequalities</video:title>
                    <video:description>Solving absolute value equations and inequalities</video:description>
                    <video:player_loc>https://www.youtube.com/embed/eVsG7_GfgmY?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/algebra-1/linear-inequalities/linear-inequalities-in-two-variables</loc>
                <lastmod>2022-09-29T13:07:53&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/kpQA6b-Oq0k/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Linear inequalities in two variables</video:title>
                    <video:description>Linear inequalities in two variables</video:description>
                    <video:player_loc>https://www.youtube.com/embed/kpQA6b-Oq0k</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/algebra-1/systems-of-linear-equations-and-inequalities/graphing-linear-systems</loc>
                <lastmod>2022-09-29T13:18:59&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/ITAcDpRhMoM?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Graphing linear systems</video:title>
                    <video:description>Graphing linear systems</video:description>
                    <video:player_loc>https://www.youtube.com/embed/ITAcDpRhMoM?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/algebra-1/systems-of-linear-equations-and-inequalities/the-substitution-method-for-solving-linear-systems</loc>
                <lastmod>2022-10-04T13:28:37&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/rwVvgSnKDwo?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>The substitution method for solving linear systems</video:title>
                    <video:description>\begin{cases} 2y - 4x = 2\\&#xA0;y = -x &#x2B; 4\end{cases}</video:description>
                    <video:player_loc>https://www.youtube.com/embed/rwVvgSnKDwo?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/algebra-1/systems-of-linear-equations-and-inequalities/the-elimination-method-for-solving-linear-systems</loc>
                <lastmod>2022-10-04T13:45:30&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/dZ8RDsuez7g?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>The elimination method for solving linear systems</video:title>
                    <video:description>\begin{cases} 2y - 4x = 2 \\ y = -x &#x2B; 4 \end{cases}</video:description>
                    <video:player_loc>https://www.youtube.com/embed/dZ8RDsuez7g?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/algebra-1/systems-of-linear-equations-and-inequalities/systems-of-linear-inequalities</loc>
                <lastmod>2020-03-06T16:30:12&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/kpQA6b-Oq0k?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Systems of linear inequalities</video:title>
                    <video:description>Systems of linear inequalities</video:description>
                    <video:player_loc>https://www.youtube.com/embed/kpQA6b-Oq0k?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/algebra-1/exponents-and-exponential-functions/properties-of-exponents</loc>
                <lastmod>2022-10-04T14:23:03&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/PIGfkXZTcd8?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Properties of exponents</video:title>
                    <video:description>Properties of exponents</video:description>
                    <video:player_loc>https://www.youtube.com/embed/PIGfkXZTcd8?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/algebra-1/exponents-and-exponential-functions/scientific-notation</loc>
                <lastmod>2021-05-25T15:59:50&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/4p-AxKbPzts?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Scientific notation</video:title>
                    <video:description>5,210,000,000,000 0.000 000&#xA0;000&#xA0;000&#xA0;000 23</video:description>
                    <video:player_loc>https://www.youtube.com/embed/4p-AxKbPzts?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/algebra-1/exponents-and-exponential-functions/exponential-growth-functions</loc>
                <lastmod>2021-05-25T15:59:49&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/tjBw5ywzavw?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Exponential growth functions</video:title>
                    <video:description>Graph the functions</video:description>
                    <video:player_loc>https://www.youtube.com/embed/tjBw5ywzavw?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/algebra-1/factoring-and-polynomials/monomials-and-polynomials</loc>
                <lastmod>2021-05-25T15:59:48&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/KLmLIzsAkiw?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Monomials and polynomials</video:title>
                    <video:description>Simplify the following expression</video:description>
                    <video:player_loc>https://www.youtube.com/embed/KLmLIzsAkiw?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/algebra-1/factoring-and-polynomials/special-products-of-polynomials</loc>
                <lastmod>2023-11-16T12:00:03&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/6NZ0di0iG34?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Special products of polynomials</video:title>
                    <video:description>Special products of polynomials</video:description>
                    <video:player_loc>https://www.youtube.com/embed/6NZ0di0iG34?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/algebra-1/factoring-and-polynomials/polynomial-equations-in-factored-form</loc>
                <lastmod>2021-05-25T15:59:47&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/lOaPkgafxwY?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Polynomial equations in factored form</video:title>
                    <video:description>Solve the equation</video:description>
                    <video:player_loc>https://www.youtube.com/embed/lOaPkgafxwY?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/algebra-1/quadratic-equations/use-graphing-to-solve-quadratic-equations</loc>
                <lastmod>2022-10-13T13:39:03&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/490m2x2poRc?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Use graphing to solve quadratic equations</video:title>
                    <video:description>Use graphing to solve quadratic equations</video:description>
                    <video:player_loc>https://www.youtube.com/embed/490m2x2poRc?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/algebra-1/quadratic-equations/completing-the-square</loc>
                <lastmod>2021-05-25T15:59:46&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/Gi84IbFrHgc?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Completing the square</video:title>
                    <video:description>Solve the equation by completing the squares</video:description>
                    <video:player_loc>https://www.youtube.com/embed/Gi84IbFrHgc?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/algebra-1/quadratic-equations/the-quadratic-formula</loc>
                <lastmod>2021-05-25T15:59:46&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/BscwzrvqBrk?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>The quadratic formula</video:title>
                    <video:description>Solve the equation using the quadratic formula</video:description>
                    <video:player_loc>https://www.youtube.com/embed/BscwzrvqBrk?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/algebra-1/radical-expressions/the-graph-of-a-radical-function</loc>
                <lastmod>2021-05-25T15:59:45&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/EGxN0FTDdr8?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>The graph of a radical function</video:title>
                    <video:description>Compare the radical functions</video:description>
                    <video:player_loc>https://www.youtube.com/embed/EGxN0FTDdr8?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/algebra-1/radical-expressions/simplify-radical-expressions</loc>
                <lastmod>2024-04-12T14:54:09&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/cITsqzbdcK0?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Simplify radical expressions</video:title>
                    <video:description>Simplify radical expressions</video:description>
                    <video:player_loc>https://www.youtube.com/embed/cITsqzbdcK0?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/algebra-1/radical-expressions/radical-equations</loc>
                <lastmod>2021-05-25T15:59:44&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/5amEillL88U?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Radical equations</video:title>
                    <video:description>Solve the radical equation</video:description>
                    <video:player_loc>https://www.youtube.com/embed/5amEillL88U?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/algebra-1/radical-expressions/the-pythagorean-theorem</loc>
                <lastmod>2021-05-25T15:59:43&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/7n-1zMyCWJ0?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>The Pythagorean Theorem</video:title>
                    <video:description>How long are the sides of the right triangle?</video:description>
                    <video:player_loc>https://www.youtube.com/embed/7n-1zMyCWJ0?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/algebra-1/radical-expressions/the-distance-and-midpoint-formulas</loc>
                <lastmod>2021-05-25T15:59:42&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/35yqOv6AdbM?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>The distance and midpoint formulas</video:title>
                    <video:description>Calculate the distance between the two points</video:description>
                    <video:player_loc>https://www.youtube.com/embed/35yqOv6AdbM?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/algebra-1/rational-expressions/simplify-rational-expression</loc>
                <lastmod>2022-10-21T15:43:06&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/IbUfwhtpj60?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Simplify rational expression</video:title>
                    <video:description>Simplify rational expression</video:description>
                    <video:player_loc>https://www.youtube.com/embed/IbUfwhtpj60?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/algebra-1/rational-expressions/multiply-rational-expressions</loc>
                <lastmod>2022-10-24T09:24:59&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/FviJgndnjw4?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Multiply rational expressions</video:title>
                    <video:description>Multiply rational expressions</video:description>
                    <video:player_loc>https://www.youtube.com/embed/FviJgndnjw4?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/algebra-1/rational-expressions/add-and-subtract-rational-expressions</loc>
                <lastmod>2021-05-25T15:59:41&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/TxJAcqaXv_c?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Add and subtract rational expressions</video:title>
                    <video:description>Simplify the rational expression</video:description>
                    <video:player_loc>https://www.youtube.com/embed/TxJAcqaXv_c?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/algebra-1/rational-expressions/solving-rational-equations</loc>
                <lastmod>2022-10-24T11:52:18&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/-qdouzF9UBE?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Solving rational equations</video:title>
                    <video:description>Solving rational equations</video:description>
                    <video:player_loc>https://www.youtube.com/embed/-qdouzF9UBE?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/algebra-2/equations-and-inequalities/solve-equations-and-simplify-expressions</loc>
                <lastmod>2022-11-03T15:17:03&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/9Zn-NQKA6nw?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Solve equations and simplify expressions</video:title>
                    <video:description>Solve equations and simplify expressions</video:description>
                    <video:player_loc>https://www.youtube.com/embed/9Zn-NQKA6nw?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/algebra-2/equations-and-inequalities/line-plots-and-stem-and-leaf-plots</loc>
                <lastmod>2022-12-16T13:27:27&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/V8tnFezkdS8?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Line plots and stem-and-leaf plots</video:title>
                    <video:description>Construct a stem-and-leaf plot out of the following data: 6, 6,7,8,9,13,16,19,21,25,26</video:description>
                    <video:player_loc>https://www.youtube.com/embed/V8tnFezkdS8?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/algebra-2/equations-and-inequalities/absolute-value</loc>
                <lastmod>2021-05-25T15:59:36&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/Q3pWL7RWegw?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Absolute value</video:title>
                    <video:description>Simplify $$-|7|&#x2B;4&#x2B;|-3|$$</video:description>
                    <video:player_loc>https://www.youtube.com/embed/Q3pWL7RWegw?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/algebra-2/equations-and-inequalities/solve-inequalities</loc>
                <lastmod>2021-05-25T15:59:35&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/3r7rhRkZbVQ?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Solve inequalities</video:title>
                    <video:description>Solve the inequality -4(x&#x2B;3)&amp;gt;24</video:description>
                    <video:player_loc>https://www.youtube.com/embed/3r7rhRkZbVQ?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/algebra-2/how-to-graph-functions-and-linear-equations/functions-and-linear-equations</loc>
                <lastmod>2021-05-25T15:59:32&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/H5xDnwhigos?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Functions and linear equations</video:title>
                    <video:description>If x is -1 what is the value for f(x) when f(x)=3x&#x2B;5?</video:description>
                    <video:player_loc>https://www.youtube.com/embed/H5xDnwhigos?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/algebra-2/how-to-graph-functions-and-linear-equations/graph-functions-and-relations</loc>
                <lastmod>2021-05-25T15:59:32&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/5ba0frbdlDY?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Graph functions and relations</video:title>
                    <video:description>Graph the equation: y&#x2B;2x=1</video:description>
                    <video:player_loc>https://www.youtube.com/embed/5ba0frbdlDY?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/algebra-2/how-to-graph-functions-and-linear-equations/graph-inequalities</loc>
                <lastmod>2022-11-16T13:46:06&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/Zxih0mHIUFc?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Graph inequalities</video:title>
                    <video:description>Graph inequalities</video:description>
                    <video:player_loc>https://www.youtube.com/embed/Zxih0mHIUFc?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/algebra-2/how-to-solve-system-of-linear-equations/solving-systems-of-equations-in-two-variables</loc>
                <lastmod>2017-06-16T00:18:20&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/0_kMqvjLq9g?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Solving systems of equations in two variables</video:title>
                    <video:description>Solve the system of equations:</video:description>
                    <video:player_loc>https://www.youtube.com/embed/0_kMqvjLq9g?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/algebra-2/how-to-solve-system-of-linear-equations/solving-systems-of-equations-in-three-variables</loc>
                <lastmod>2021-05-25T15:59:31&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/gsaYDwRLOSk?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Solving systems of equations in three variables</video:title>
                    <video:description>Solve the systems of equation in our example.</video:description>
                    <video:player_loc>https://www.youtube.com/embed/gsaYDwRLOSk?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/algebra-2/matrices/matrix-properties</loc>
                <lastmod>2022-11-28T12:45:08&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/KJ2AJUM5J58?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Matrix properties</video:title>
                    <video:description>Matrix properties</video:description>
                    <video:player_loc>https://www.youtube.com/embed/KJ2AJUM5J58?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/algebra-2/matrices/matrix-operations</loc>
                <lastmod>2022-11-28T12:44:50&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/T8IxPm8Yals?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Matrix operations</video:title>
                    <video:description>Matrix operations</video:description>
                    <video:player_loc>https://www.youtube.com/embed/T8IxPm8Yals?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/algebra-2/matrices/determinants</loc>
                <lastmod>2021-05-25T15:59:12&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/BPMRz0yeXks?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Determinants</video:title>
                    <video:description>Find the area from the example above.</video:description>
                    <video:player_loc>https://www.youtube.com/embed/BPMRz0yeXks?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/algebra-2/matrices/using-matrices-when-solving-system-of-equations</loc>
                <lastmod>2022-11-28T15:32:42&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/1OkjIknG8l8?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Using matrices when solving system of equations</video:title>
                    <video:description>The example above in videoformat.</video:description>
                    <video:player_loc>https://www.youtube.com/embed/1OkjIknG8l8?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/algebra-2/polynomials-and-radical-expressions/simplify-expressions</loc>
                <lastmod>2022-11-29T09:22:40&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/8oZ-wgD29eg?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Simplify expressions</video:title>
                    <video:description>How can we rewrite 320,2?</video:description>
                    <video:player_loc>https://www.youtube.com/embed/8oZ-wgD29eg?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/algebra-2/polynomials-and-radical-expressions/polynomials</loc>
                <lastmod>2022-11-29T11:39:57&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/KDDRifEBuRA?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Polynomials</video:title>
                    <video:description>Divide x2-2x-8 by x&#x2B;2 (same as the example above).</video:description>
                    <video:player_loc>https://www.youtube.com/embed/KDDRifEBuRA?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/algebra-2/polynomials-and-radical-expressions/factoring-polynomials</loc>
                <lastmod>2017-06-16T00:23:40&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/dKUWRuS51qc?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Factoring polynomials</video:title>
                    <video:description>Factor 2x2-4xy&#x2B;2y2=2(x2-2xy&#x2B;y2)=2(x-y) 2</video:description>
                    <video:player_loc>https://www.youtube.com/embed/dKUWRuS51qc?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/algebra-2/polynomials-and-radical-expressions/solving-radical-equations</loc>
                <lastmod>2021-05-25T15:59:23&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/lbW1TxMKMW4?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Solving radical equations</video:title>
                    <video:description>Solve the following radical expression</video:description>
                    <video:player_loc>https://www.youtube.com/embed/lbW1TxMKMW4?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/algebra-2/polynomials-and-radical-expressions/complex-numbers</loc>
                <lastmod>2021-05-25T15:59:22&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/QMP62frYnJ4?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Complex numbers</video:title>
                    <video:description>Rewrite the given expression in the a&#x2B;bi form:</video:description>
                    <video:player_loc>https://www.youtube.com/embed/QMP62frYnJ4?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/algebra-2/quadratic-functions-and-inequalities/how-to-graph-quadratic-functions</loc>
                <lastmod>2021-05-25T15:59:22&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/Df4LFOtHzgw?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>How to graph quadratic functions</video:title>
                    <video:description>Graph f(x)=(x-4)2&#x2B;1</video:description>
                    <video:player_loc>https://www.youtube.com/embed/Df4LFOtHzgw?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/algebra-2/quadratic-functions-and-inequalities/how-to-solve-quadratic-equations</loc>
                <lastmod>2022-11-30T09:06:37&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/SlgvXp3jm0I?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>How to solve quadratic equations</video:title>
                    <video:description>How to solve quadratic equations</video:description>
                    <video:player_loc>https://www.youtube.com/embed/SlgvXp3jm0I?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/algebra-2/quadratic-functions-and-inequalities/the-quadratic-formula</loc>
                <lastmod>2022-11-30T09:33:38&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/yaYNr3IdTtk?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>The Quadratic formula</video:title>
                    <video:description>The Quadratic formula</video:description>
                    <video:player_loc>https://www.youtube.com/embed/yaYNr3IdTtk?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/algebra-2/quadratic-functions-and-inequalities/standard-deviation-and-normal-distribution</loc>
                <lastmod>2021-05-25T15:59:19&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/vD4zuPAcLyc?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Standard deviation and normal distribution</video:title>
                    <video:description>How many percent lies within two standard deviations of the mean?</video:description>
                    <video:player_loc>https://www.youtube.com/embed/vD4zuPAcLyc?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/algebra-2/conic-sections/distance-between-two-points-and-the-midpoint</loc>
                <lastmod>2022-11-30T10:25:02&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/IuPOZCm3VdQ?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Distance between two points and the midpoint</video:title>
                    <video:description>Find the midpoints between the coordinates (-4, -1) and (6,7)</video:description>
                    <video:player_loc>https://www.youtube.com/embed/IuPOZCm3VdQ?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/algebra-2/conic-sections/equations-of-conic-sections</loc>
                <lastmod>2017-06-16T00:25:32&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/ClMaDACQp-g?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Equations of conic sections</video:title>
                    <video:description>Video lesson</video:description>
                    <video:player_loc>https://www.youtube.com/embed/ClMaDACQp-g?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/algebra-2/polynomial-functions/basic-knowledge-of-polynomial-functions</loc>
                <lastmod>2021-05-25T15:59:19&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/pBiaec43Ph8?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Basic knowledge of polynomial functions</video:title>
                    <video:description>Of what degree is the given equation</video:description>
                    <video:player_loc>https://www.youtube.com/embed/pBiaec43Ph8?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/algebra-2/polynomial-functions/remainder-and-factor-theorems</loc>
                <lastmod>2021-11-12T11:09:20&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/-aJUFCjzhK8?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Remainder and factor theorems</video:title>
                    <video:description>Is \((x-1)\) a factor of \(f(x) = x^4 - 2x^2 &#x2B; 1\)?</video:description>
                    <video:player_loc>https://www.youtube.com/embed/-aJUFCjzhK8?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/algebra-2/polynomial-functions/roots-and-zeros</loc>
                <lastmod>2022-11-30T14:19:56&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/rt8Q1W2wQSA?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Roots and zeros</video:title>
                    <video:description>the previous example.</video:description>
                    <video:player_loc>https://www.youtube.com/embed/rt8Q1W2wQSA?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/algebra-2/polynomial-functions/composition-of-functions</loc>
                <lastmod>2022-11-30T14:40:44&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/OQqx5RMs-8k?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Composition of functions</video:title>
                    <video:description>Find \([g\circ h](x)\) and \( [h\circ g](x)\) when \(g(x)=4x&#x2B;4/) and \(h=(\frac{x}{4})-1\) and determine if they are inverse functions.</video:description>
                    <video:player_loc>https://www.youtube.com/embed/OQqx5RMs-8k?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/algebra-2/rational-expressions/operate-on-rational-expressions</loc>
                <lastmod>2017-06-16T00:22:53&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/_-QiroR-B5s?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Operate on rational expressions</video:title>
                    <video:description>Simplify the given expression</video:description>
                    <video:player_loc>https://www.youtube.com/embed/_-QiroR-B5s?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/algebra-2/exponential-and-logarithmic-functions/exponential-functions</loc>
                <lastmod>2021-05-25T15:59:26&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/bMa-FyxADmc?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Exponential functions</video:title>
                    <video:description>Show how to rewrite the given expression</video:description>
                    <video:player_loc>https://www.youtube.com/embed/bMa-FyxADmc?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/algebra-2/exponential-and-logarithmic-functions/logarithm-and-logarithm-functions</loc>
                <lastmod>2021-11-12T14:28:19&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/8apr0pubRJY?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Logarithm and logarithm functions</video:title>
                    <video:description>Base 10 logarithms</video:description>
                    <video:player_loc>https://www.youtube.com/embed/8apr0pubRJY?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/algebra-2/exponential-and-logarithmic-functions/logarithm-property</loc>
                <lastmod>2022-12-02T11:01:20&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/w9N86WvHwUs?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Logarithm property</video:title>
                    <video:description>Video lesson</video:description>
                    <video:player_loc>https://www.youtube.com/embed/w9N86WvHwUs?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/algebra-2/sequences-and-series/arithmetic-sequences-and-series</loc>
                <lastmod>2021-05-25T15:59:28&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/Hd1NUXWgiWg?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Arithmetic sequences and series</video:title>
                    <video:description>Find the 20th value of the following sequence 1,4,7,10&#x2026;.</video:description>
                    <video:player_loc>https://www.youtube.com/embed/Hd1NUXWgiWg?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/algebra-2/sequences-and-series/geometric-sequences-and-series</loc>
                <lastmod>2021-05-25T15:59:29&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/CJhY9WKcLkc?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Geometric sequences and series</video:title>
                    <video:description>Use the formula for the sum of a geometric series to determine the sum when a1=4 and r=2 and we have 12 terms.</video:description>
                    <video:player_loc>https://www.youtube.com/embed/CJhY9WKcLkc?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/algebra-2/sequences-and-series/binomial-theorem</loc>
                <lastmod>2021-05-25T15:59:30&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/DkRTFUnfVlY?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Binomial theorem</video:title>
                    <video:description>Video lesson</video:description>
                    <video:player_loc>https://www.youtube.com/embed/DkRTFUnfVlY?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/algebra-2/discrete-mathematics-and-probability/counting-principle</loc>
                <lastmod>2022-12-06T12:15:37&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/nPa-T8vjZDA?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Counting principle</video:title>
                    <video:description>Throw a die and flip a coin.</video:description>
                    <video:player_loc>https://www.youtube.com/embed/nPa-T8vjZDA?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/algebra-2/discrete-mathematics-and-probability/permutations-and-combinations</loc>
                <lastmod>2021-05-25T15:53:50&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/DJlOxOmmp9Y?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Permutations and combinations</video:title>
                    <video:description>Four friends are going to sit around a table with 6 chairs. In how many ways could the friends sit?</video:description>
                    <video:player_loc>https://www.youtube.com/embed/DJlOxOmmp9Y?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/algebra-2/discrete-mathematics-and-probability/probabilities</loc>
                <lastmod>2021-11-12T14:45:53&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/K4DyDSjy6ZA?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Probabilities</video:title>
                    <video:description>What is the probability of not throwing a 6 when throwing a die?</video:description>
                    <video:player_loc>https://www.youtube.com/embed/K4DyDSjy6ZA?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/algebra-2/trigonometry/trigonometric-functions</loc>
                <lastmod>2021-11-12T14:54:00&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/YVU0tx2AljA?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Trigonometric functions</video:title>
                    <video:description>If we are given one angle in a right triangle \(\theta = 20^{\circ}\) and we know that the measure of the hypotenuse is 3, what are the measures of the two other legs?</video:description>
                    <video:player_loc>https://www.youtube.com/embed/YVU0tx2AljA?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/algebra-2/trigonometry/angles</loc>
                <lastmod>2022-12-07T10:46:13&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/XHIDCyE5iOg?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Angles</video:title>
                    <video:description>Convert \(45^{\circ}\) to radians</video:description>
                    <video:player_loc>https://www.youtube.com/embed/XHIDCyE5iOg?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/algebra-2/trigonometry/law-of-sines</loc>
                <lastmod>2022-12-08T09:54:01&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/rwuujbv3DxU?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Law of sines</video:title>
                    <video:description>The example above in videoformat</video:description>
                    <video:player_loc>https://www.youtube.com/embed/rwuujbv3DxU?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/algebra-2/trigonometry/law-of-cosines</loc>
                <lastmod>2022-12-08T09:54:51&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/umKu0NUN3mk?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Law of cosines</video:title>
                    <video:description>The example above in videoformat</video:description>
                    <video:player_loc>https://www.youtube.com/embed/umKu0NUN3mk?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/algebra-2/trigonometry/circular-functions</loc>
                <lastmod>2022-12-08T10:05:28&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/_jcqIweIB1Y?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Circular functions</video:title>
                    <video:description>Solve the given equation using the unit circle Sin &#x472; = -1</video:description>
                    <video:player_loc>https://www.youtube.com/embed/_jcqIweIB1Y?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/algebra-2/trigonometry/inverse-functions</loc>
                <lastmod>2022-12-08T13:22:31&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/xXA0XZsIM9U?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Inverse functions</video:title>
                    <video:description>Solve the following equation tan &#x472;=0.5</video:description>
                    <video:player_loc>https://www.youtube.com/embed/xXA0XZsIM9U?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/algebra-2/trigonometry/trigonometric-identities</loc>
                <lastmod>2022-12-08T14:10:59&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/Os1XP3tnZlE?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Trigonometric identities</video:title>
                    <video:description>Show that the following statement must be true 1&#x2B;cos 2&#x472;= 2cos2&#x472;</video:description>
                    <video:player_loc>https://www.youtube.com/embed/Os1XP3tnZlE?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/geometry/points-lines-planes-and-angles/an-introduction-to-geometry</loc>
                <lastmod>2021-07-25T16:46:59&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/z-rD1CuVBa0?fs=1&amp;amp;hl=sv_SE/sddefault.jpg</video:thumbnail_loc>
                    <video:title>An introduction to geometry</video:title>
                    <video:description>Plot a point, a line, a line segment and an angle in a coordinate plane.</video:description>
                    <video:player_loc>https://www.youtube.com/embed/z-rD1CuVBa0?fs=1&amp;amp;hl=sv_SE</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/geometry/points-lines-planes-and-angles/measure-line-segments</loc>
                <lastmod>2021-05-25T15:59:52&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/vkkx66DHGo0?fs=1&amp;amp;hl=sv_SE/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Measure line segments</video:title>
                    <video:description>Measure the length of the line segment.</video:description>
                    <video:player_loc>https://www.youtube.com/embed/vkkx66DHGo0?fs=1&amp;amp;hl=sv_SE</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/geometry/points-lines-planes-and-angles/finding-distances-and-midpoints</loc>
                <lastmod>2018-05-07T09:28:16&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/aBc_6ot0Aic?fs=1&amp;amp;hl=sv_SE/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Finding distances and midpoints</video:title>
                    <video:description>Find the midpoint of the line segment.</video:description>
                    <video:player_loc>https://www.youtube.com/embed/aBc_6ot0Aic?fs=1&amp;amp;hl=sv_SE</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/geometry/points-lines-planes-and-angles/measure-and-classify-an-angle</loc>
                <lastmod>2021-05-25T15:59:52&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/ebr7iIKQK-I?fs=1&amp;amp;hl=sv_SE/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Measure and classify an angle</video:title>
                    <video:description>Measure the size of the angle</video:description>
                    <video:player_loc>https://www.youtube.com/embed/ebr7iIKQK-I?fs=1&amp;amp;hl=sv_SE</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/geometry/points-lines-planes-and-angles/polygons</loc>
                <lastmod>2021-05-25T15:59:55&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/HqzxcjnFCaU?fs=1&amp;amp;hl=sv_SE/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Polygons</video:title>
                    <video:description>Determine whether the figures are polygons or not</video:description>
                    <video:player_loc>https://www.youtube.com/embed/HqzxcjnFCaU?fs=1&amp;amp;hl=sv_SE</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/geometry/proof/conjecture</loc>
                <lastmod>2018-05-08T08:28:49&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/vuUdFcxCQaU?fs=1&amp;amp;hl=sv_SE/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Conjecture</video:title>
                    <video:description>Make a conjecture for the following figure</video:description>
                    <video:player_loc>https://www.youtube.com/embed/vuUdFcxCQaU?fs=1&amp;amp;hl=sv_SE</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/geometry/proof/working-with-logic</loc>
                <lastmod>2021-05-25T15:59:57&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/5fjPT3vUtKE?fs=1&amp;amp;hl=sv_SE/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Working with logic</video:title>
                    <video:description>p &#x39B; t p V r ~p V q r &#x39B; q ~r V ~q&#xA0;&#xA0;&#xA0;&#xA0;</video:description>
                    <video:player_loc>https://www.youtube.com/embed/5fjPT3vUtKE?fs=1&amp;amp;hl=sv_SE</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/geometry/proof/if-then-statement</loc>
                <lastmod>2021-05-25T15:59:58&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/BQ-4bRnX7bw?fs=1&amp;amp;hl=sv_SE/sddefault.jpg</video:thumbnail_loc>
                    <video:title>If-then statement</video:title>
                    <video:description>&quot;If you eat a whole pint of ice cream, then you won&#x27;t be hungry&quot;</video:description>
                    <video:player_loc>https://www.youtube.com/embed/BQ-4bRnX7bw?fs=1&amp;amp;hl=sv_SE</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/geometry/proof/proofs-using-algebra</loc>
                <lastmod>2021-05-25T16:00:00&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/ocPcEnL2pG4?fs=1&amp;amp;hl=sv_SE/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Proofs using algebra</video:title>
                    <video:description>Solve the following algebraic equation using logic</video:description>
                    <video:player_loc>https://www.youtube.com/embed/ocPcEnL2pG4?fs=1&amp;amp;hl=sv_SE</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/geometry/perpendicular-and-parallel/angles-parallel-lines-and-transversals</loc>
                <lastmod>2017-06-16T00:01:34&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/fRihRLaR0mY?fs=1&amp;amp;hl=sv_SE/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Angles, parallel lines and transversals</video:title>
                    <video:description>Find the value of x in the following figure</video:description>
                    <video:player_loc>https://www.youtube.com/embed/fRihRLaR0mY?fs=1&amp;amp;hl=sv_SE</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/geometry/triangles/congruent-triangles</loc>
                <lastmod>2021-05-25T16:00:02&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/sB4XIrpe7Mk?fs=1&amp;amp;hl=sv_SE/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Congruent triangles</video:title>
                    <video:description>Find the values of x and y so that the triangles are congruent.</video:description>
                    <video:player_loc>https://www.youtube.com/embed/sB4XIrpe7Mk?fs=1&amp;amp;hl=sv_SE</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/geometry/triangles/more-about-triangles</loc>
                <lastmod>2021-05-25T16:00:04&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/UZS2cB20QFQ?fs=1&amp;amp;hl=sv_SE/sddefault.jpg</video:thumbnail_loc>
                    <video:title>More about triangles</video:title>
                    <video:description>Find the measure of the angles</video:description>
                    <video:player_loc>https://www.youtube.com/embed/UZS2cB20QFQ?fs=1&amp;amp;hl=sv_SE</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/geometry/triangles/inequalities</loc>
                <lastmod>2021-05-25T16:00:05&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/j_W5EkCRpiI?fs=1&amp;amp;hl=sv_SE/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Inequalities</video:title>
                    <video:description>List the sides of the triangle in the order from shortest to longest.</video:description>
                    <video:player_loc>https://www.youtube.com/embed/j_W5EkCRpiI?fs=1&amp;amp;hl=sv_SE</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/geometry/similarity/polygons</loc>
                <lastmod>2017-06-15T23:59:41&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/481h1a-Gea8?fs=1&amp;amp;hl=sv_SE/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Polygons</video:title>
                    <video:description>Find the ratio between the two similar figures</video:description>
                    <video:player_loc>https://www.youtube.com/embed/481h1a-Gea8?fs=1&amp;amp;hl=sv_SE</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/geometry/similarity/triangles</loc>
                <lastmod>2021-05-25T16:00:07&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/URKuQGCQyFk?fs=1&amp;amp;hl=sv_SE/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Triangles</video:title>
                    <video:description>Find the value of x in the triangle</video:description>
                    <video:player_loc>https://www.youtube.com/embed/URKuQGCQyFk?fs=1&amp;amp;hl=sv_SE</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/geometry/right-triangles-and-trigonometry/mean-and-geometry</loc>
                <lastmod>2017-06-15T23:55:56&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/uvTPRHpAyZ4?fs=1&amp;amp;hl=sv_SE/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Mean and geometry</video:title>
                    <video:description>Find the value of x in the triangle.</video:description>
                    <video:player_loc>https://www.youtube.com/embed/uvTPRHpAyZ4?fs=1&amp;amp;hl=sv_SE</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/geometry/right-triangles-and-trigonometry/the-converse-of-the-pythagorean-theorem-and-special-triangles</loc>
                <lastmod>2021-05-25T16:00:10&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/CihDPs41xzY?fs=1&amp;amp;hl=sv_SE/sddefault.jpg</video:thumbnail_loc>
                    <video:title>The converse of the Pythagorean theorem and special triangles</video:title>
                    <video:description>Find the value of x in the right triangle.</video:description>
                    <video:player_loc>https://www.youtube.com/embed/CihDPs41xzY?fs=1&amp;amp;hl=sv_SE</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/geometry/quadrilaterals/angles</loc>
                <lastmod>2017-06-15T23:55:24&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/UOI7aD8YFNc?fs=1&amp;amp;hl=sv_SE/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Angles</video:title>
                    <video:description>Find the sum of the measures of the interior angles in an hexagon</video:description>
                    <video:player_loc>https://www.youtube.com/embed/UOI7aD8YFNc?fs=1&amp;amp;hl=sv_SE</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/geometry/quadrilaterals/properties-of-parallelograms</loc>
                <lastmod>2021-05-25T16:00:10&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/sY6VIKumVNE?fs=1&amp;amp;hl=sv_SE/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Properties of parallelograms</video:title>
                    <video:description>Find the length of EF in the parallelogram</video:description>
                    <video:player_loc>https://www.youtube.com/embed/sY6VIKumVNE?fs=1&amp;amp;hl=sv_SE</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/geometry/transformations/common-types-of-transformation</loc>
                <lastmod>2021-05-25T15:59:11&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/acr8iNWWh4g?fs=1&amp;amp;hl=sv_SE/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Common types of transformation</video:title>
                    <video:description>Determine which of the triangles that is a reflection, a rotation and a dilation</video:description>
                    <video:player_loc>https://www.youtube.com/embed/acr8iNWWh4g?fs=1&amp;amp;hl=sv_SE</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/geometry/transformations/vectors</loc>
                <lastmod>2021-05-25T16:00:11&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/7xrA5IBd-jw?fs=1&amp;amp;hl=sv_SE/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Vectors</video:title>
                    <video:description>Add the two vectors</video:description>
                    <video:player_loc>https://www.youtube.com/embed/7xrA5IBd-jw?fs=1&amp;amp;hl=sv_SE</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/geometry/transformations/transformation-using-matrices</loc>
                <lastmod>2021-05-25T16:00:12&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/9Bqvw9V0rm0?fs=1&amp;amp;hl=sv_SE/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Transformation using matrices</video:title>
                    <video:description>Rotate the vector A 90&#xB0; counter clockwise&#xA0; and draw both vectors in the coordinate plane</video:description>
                    <video:player_loc>https://www.youtube.com/embed/9Bqvw9V0rm0?fs=1&amp;amp;hl=sv_SE</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/geometry/circles/basic-information-about-circles</loc>
                <lastmod>2022-03-31T12:27:55&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/-0zPJUqysR8?fs=1&amp;amp;hl=sv_SE/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Basic information about circles</video:title>
                    <video:description>What&#x27;s the angle of the circle arc if we divide a cicle in \(8\) equally sized pieces</video:description>
                    <video:player_loc>https://www.youtube.com/embed/-0zPJUqysR8?fs=1&amp;amp;hl=sv_SE</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/geometry/circles/inscribed-angles-and-polygons</loc>
                <lastmod>2023-08-28T10:04:21&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/Qk8h_z_9WSc?fs=1&amp;amp;hl=sv_SE/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Inscribed angles and polygons</video:title>
                    <video:description>Find the value of the angle x in the figure.</video:description>
                    <video:player_loc>https://www.youtube.com/embed/Qk8h_z_9WSc?fs=1&amp;amp;hl=sv_SE</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/geometry/circles/advanced-information-about-circles</loc>
                <lastmod>2023-08-28T10:04:45&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/AJKCWVXBx6A?fs=1&amp;amp;hl=sv_SE/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Advanced information about circles</video:title>
                    <video:description>Find the value of t in the figure</video:description>
                    <video:player_loc>https://www.youtube.com/embed/AJKCWVXBx6A?fs=1&amp;amp;hl=sv_SE</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/geometry/area/parallelogram-triangles-etc</loc>
                <lastmod>2023-08-28T10:02:39&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/MeEvF8eswd4?fs=1&amp;amp;hl=sv_SE/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Parallelogram, triangles etc</video:title>
                    <video:description>Find the area of the triangle</video:description>
                    <video:player_loc>https://www.youtube.com/embed/MeEvF8eswd4?fs=1&amp;amp;hl=sv_SE</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/geometry/area/the-surface-area-and-the-volume-of-pyramids-prisms-cylinders-and-cones</loc>
                <lastmod>2023-08-28T10:03:18&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/tCLMBruTgNo?fs=1&amp;amp;hl=sv_SE/sddefault.jpg</video:thumbnail_loc>
                    <video:title>The surface area and the volume of pyramids, prisms, cylinders and cones</video:title>
                    <video:description>Find the surface area of a cylinder with the radius 4 and height 8</video:description>
                    <video:player_loc>https://www.youtube.com/embed/tCLMBruTgNo?fs=1&amp;amp;hl=sv_SE</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/wSiqvMC0vhw?fs=1&amp;amp;hl=sv_SE/sddefault.jpg</video:thumbnail_loc>
                    <video:title>The surface area and the volume of pyramids, prisms, cylinders and cones</video:title>
                    <video:description>Find the volume of a cone with height 5 and the radius 3</video:description>
                    <video:player_loc>https://www.youtube.com/embed/wSiqvMC0vhw?fs=1&amp;amp;hl=sv_SE</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/sat/section-1-questions-1-12/what-is-the-difference-between-x-squared-and-square-root-of-x</loc>
                <lastmod>2022-11-16T12:08:07&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/vexYSvOnRgg?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>What is the difference between x squared and square root of x?</video:title>
                    <video:description>&#xA;81&#xA;\(9-\sqrt{3}\)&#xA;27&#xA;78&#xA;84&#xA;</video:description>
                    <video:player_loc>https://www.youtube.com/embed/vexYSvOnRgg?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/sat/section-1-questions-1-12/least-value</loc>
                <lastmod>2022-11-16T12:20:48&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/Df-Gy2hZpZY?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Least value</video:title>
                    <video:description>&#xA;\(\frac{3}{b-1}\)&#xA;\(\frac{3}{b}\)&#xA;\(\frac{3}{b&#x2B;1}\)&#xA;\(\frac{b}{3}\)&#xA;\(\frac{b&#x2B;1}{3}\)&#xA;</video:description>
                    <video:player_loc>https://www.youtube.com/embed/Df-Gy2hZpZY?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/sat/section-1-questions-1-12/maximum-possible-length-between-the-circular-peripheral-points</loc>
                <lastmod>2022-11-16T12:38:21&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/LAQbgfdnUJo?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Maximum possible length between the circular peripheral points?</video:title>
                    <video:description>&#xA;13&#xA;16&#xA;20&#xA;24&#xA;26&#xA;</video:description>
                    <video:player_loc>https://www.youtube.com/embed/LAQbgfdnUJo?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/sat/section-1-questions-13-24/greatest-possible-number</loc>
                <lastmod>2022-11-16T12:49:46&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/8dfacHehCOM?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Greatest possible number?</video:title>
                    <video:description>&#xA;8&#xA;9&#xA;10&#xA;11&#xA;12&#xA;</video:description>
                    <video:player_loc>https://www.youtube.com/embed/8dfacHehCOM?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/sat/section-1-questions-13-24/what-is-the-value-of-m-for-all-values-of-x</loc>
                <lastmod>2022-11-16T13:01:14&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/qjWJXW8cjtc?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>What is the value of m for all values of x?</video:title>
                    <video:description>&#xA;1&#xA;2&#xA;3&#xA;4&#xA;Cannot be determined from the information given.&#xA;</video:description>
                    <video:player_loc>https://www.youtube.com/embed/qjWJXW8cjtc?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/sat/section-1-questions-13-24/how-many-books-does-the-school-need-to-order</loc>
                <lastmod>2022-11-16T13:08:09&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/zkOtEuYJrMk?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>How many books does the school need to order?</video:title>
                    <video:description>&#xA;\(y&#x2B;x\)&#xA;\(y&#x2B;2&#x2B;x\)&#xA;\(yx&#x2B;2\)&#xA;\(y&#x2B;2x\)&#xA;\(y(2&#x2B;x)\)&#xA;</video:description>
                    <video:player_loc>https://www.youtube.com/embed/zkOtEuYJrMk?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/sat/section-1-questions-13-24/how-many-of-the-coin-tosses-must-have-resulted-in-heads</loc>
                <lastmod>2022-11-16T13:42:49&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/0rjEqdp2p-M?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>How many of the coin tosses must have resulted in heads?</video:title>
                    <video:description>&#xA;10&#xA;45&#xA;55&#xA;60&#xA;65&#xA;</video:description>
                    <video:player_loc>https://www.youtube.com/embed/0rjEqdp2p-M?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/sat/section-1-questions-13-24/how-many-points-that-the-triangle-and-the-circle-have-in-common</loc>
                <lastmod>2022-11-16T14:14:50&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/mGlQ_MfmyTM?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>How many points that the triangle and the circle have in common?</video:title>
                    <video:description>&#xA;3&#xA;4&#xA;5&#xA;6&#xA;7&#xA;</video:description>
                    <video:player_loc>https://www.youtube.com/embed/mGlQ_MfmyTM?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/sat/section-1-questions-13-24/multiply-x-4-x-4</loc>
                <lastmod>2022-11-16T14:26:17&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/GygLJO1stkA?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Multiply (x&#x2B;4)(x-4)</video:title>
                    <video:description>&#xA;\(x^{2}&#x2B;8x\)&#xA;\(x^{2}&#x2B;8x-16\)&#xA;\(x^{2}&#x2B;16\)&#xA;\(x^{2}-16\)&#xA;\(x^{2}-8x\)&#xA;</video:description>
                    <video:player_loc>https://www.youtube.com/embed/GygLJO1stkA?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/sat/section-1-questions-13-24/find-the-value-of-algebraic-expression</loc>
                <lastmod>2022-11-16T14:33:05&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/eMRUNKB6H0g?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Find the value of algebraic expression</video:title>
                    <video:description>&#xA;-4&#xA;-2&#xA;-1&#xA;0&#xA;2&#xA;</video:description>
                    <video:player_loc>https://www.youtube.com/embed/eMRUNKB6H0g?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/sat/section-1-questions-13-24/which-of-the-following-cannot-be-the-number-of-classes</loc>
                <lastmod>2022-11-16T14:41:06&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/ns6GpIDfva0?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Which of the following cannot be the number of classes?</video:title>
                    <video:description>&#xA;4&#xA;5&#xA;6&#xA;8&#xA;10&#xA;</video:description>
                    <video:player_loc>https://www.youtube.com/embed/ns6GpIDfva0?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/sat/section-1-questions-13-24/solve-the-inequality</loc>
                <lastmod>2022-11-16T14:48:41&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/FJBUJJ9clfg?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Solve the inequality</video:title>
                    <video:description>&#xA;\(a&amp;gt;-1\)&#xA;\(a&amp;lt;-1\)&#xA;\(a&amp;gt;1\)&#xA;\(a&amp;lt;1\)&#xA;\(a=1\)&#xA;</video:description>
                    <video:player_loc>https://www.youtube.com/embed/FJBUJJ9clfg?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/sat/section-1-questions-13-24/find-the-angle-of-a-triangle</loc>
                <lastmod>2022-11-16T14:58:05&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/e_Scwz3YGe4?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Find the angle of a triangle</video:title>
                    <video:description>&#xA;40&#xA;38&#xA;36&#xA;34&#xA;30&#xA;</video:description>
                    <video:player_loc>https://www.youtube.com/embed/e_Scwz3YGe4?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/sat/section-1-questions-13-24/which-of-the-following-points-lies-on-the-line-m</loc>
                <lastmod>2022-11-16T15:04:01&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/co-z1K6cFhg?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Which of the following points lies on the line m?</video:title>
                    <video:description>&#xA;(-1, 2)&#xA;(1, 1)&#xA;(2, 1)&#xA;(4, 3)&#xA;(7, 5)&#xA;</video:description>
                    <video:player_loc>https://www.youtube.com/embed/co-z1K6cFhg?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/sat/section-1-questions-13-24/find-the-seventh-term</loc>
                <lastmod>2022-11-16T15:06:45&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/fI66RpmEEqA?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Find the seventh term</video:title>
                    <video:description>&#xA;11&#xA;12&#xA;13&#xA;14&#xA;15&amp;lt;&#xA;</video:description>
                    <video:player_loc>https://www.youtube.com/embed/fI66RpmEEqA?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/sat/section-2-questions-1-12/which-quantity-is-greater</loc>
                <lastmod>2022-11-17T09:59:57&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/_0ZjXHUsL7g?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>Which quantity is greater?</video:title>
                    <video:description>(A): If the quantity in Column A is greater;(B): If the quantity in Column B is greater;(C): If the two quantities are equal;(D): If the relationship cannot be determined from the information given.</video:description>
                    <video:player_loc>https://www.youtube.com/embed/_0ZjXHUsL7g?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/sat/section-2-questions-1-12/what-is-15-of-50-000-seats</loc>
                <lastmod>2022-12-14T13:02:42&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/SH8m9XQyD4w?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>What is 15% of 50 000 seats?</video:title>
                    <video:description>Column A: The number of empty seats.Column B: 750</video:description>
                    <video:player_loc>https://www.youtube.com/embed/SH8m9XQyD4w?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/sat/section-2-questions-1-12/3-when-the-denominator-is-less-than-one</loc>
                <lastmod>2022-12-14T13:30:46&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/WAGGdr3iAiY?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>3. When the denominator is less than one</video:title>
                    <video:description>3. When the denominator is less than one</video:description>
                    <video:player_loc>https://www.youtube.com/embed/WAGGdr3iAiY?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/sat/section-2-questions-1-12/4-which-quantity-is-greater</loc>
                <lastmod>2022-12-14T13:24:05&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/HKSGFXnXtWA?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>4. Which quantity is greater?</video:title>
                    <video:description>4. Which quantity is greater?</video:description>
                    <video:player_loc>https://www.youtube.com/embed/HKSGFXnXtWA?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/sat/section-2-questions-1-12/5-which-quantity-is-greater</loc>
                <lastmod>2022-12-14T13:31:20&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/lWli3z5xfl0?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>5. Which quantity is greater?</video:title>
                    <video:description>5. Which quantity is greater?</video:description>
                    <video:player_loc>https://www.youtube.com/embed/lWli3z5xfl0?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/sat/section-2-questions-1-12/6-which-quantity-is-greater</loc>
                <lastmod>2022-12-14T13:31:53&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/WWntaQOttNU?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>6. Which quantity is greater?</video:title>
                    <video:description>6. Which quantity is greater?</video:description>
                    <video:player_loc>https://www.youtube.com/embed/WWntaQOttNU?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/sat/section-2-questions-1-12/7-which-quantity-is-greater</loc>
                <lastmod>2022-12-14T13:32:21&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/Cp8BMGwZIHk?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>7. Which quantity is greater?</video:title>
                    <video:description>7. Which quantity is greater?</video:description>
                    <video:player_loc>https://www.youtube.com/embed/Cp8BMGwZIHk?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/sat/section-2-questions-1-12/8-which-quantity-is-greater</loc>
                <lastmod>2022-12-14T13:32:39&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/87ae2nxpzQ8?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>8. Which quantity is greater?</video:title>
                    <video:description>8. Which quantity is greater?</video:description>
                    <video:player_loc>https://www.youtube.com/embed/87ae2nxpzQ8?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/sat/section-2-questions-1-12/9-which-quantity-is-greater</loc>
                <lastmod>2022-12-14T13:33:06&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/is9O9gayFgU?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>9. Which quantity is greater?</video:title>
                    <video:description>9. Which quantity is greater?</video:description>
                    <video:player_loc>https://www.youtube.com/embed/is9O9gayFgU?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/sat/section-2-questions-1-12/10-which-quantity-is-greater</loc>
                <lastmod>2022-12-14T13:33:31&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/eqfu6OXRyzo?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>10. Which quantity is greater?</video:title>
                    <video:description>10. Which quantity is greater?</video:description>
                    <video:player_loc>https://www.youtube.com/embed/eqfu6OXRyzo?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/sat/section-2-questions-1-12/11-which-quantity-is-greater</loc>
                <lastmod>2022-12-14T13:34:29&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/onPpA98hrC0?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>11. Which quantity is greater?</video:title>
                    <video:description>11. Which quantity is greater?</video:description>
                    <video:player_loc>https://www.youtube.com/embed/onPpA98hrC0?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/sat/section-2-questions-1-12/12-which-quantity-is-greater</loc>
                <lastmod>2022-12-14T13:36:18&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/xIyul4BG8xg?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>12. Which quantity is greater?</video:title>
                    <video:description>12. Which quantity is greater?</video:description>
                    <video:player_loc>https://www.youtube.com/embed/xIyul4BG8xg?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/sat/section-2-questions-13-24/13-which-quantity-is-greater</loc>
                <lastmod>2022-12-14T13:42:34&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/vTOPJFPuzoI?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>13. Which quantity is greater?</video:title>
                    <video:description>13. Which quantity is greater?</video:description>
                    <video:player_loc>https://www.youtube.com/embed/vTOPJFPuzoI?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/sat/section-2-questions-13-24/14-which-quantity-is-greater</loc>
                <lastmod>2022-12-14T13:43:09&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/ajEDQoQ_a44?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>14. Which quantity is greater?</video:title>
                    <video:description>14. Which quantity is greater?</video:description>
                    <video:player_loc>https://www.youtube.com/embed/ajEDQoQ_a44?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/sat/section-2-questions-13-24/15-which-quantity-is-greater</loc>
                <lastmod>2022-12-14T13:44:03&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/deZHsNdW2Zg?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>15. Which quantity is greater?</video:title>
                    <video:description>15. Which quantity is greater?</video:description>
                    <video:player_loc>https://www.youtube.com/embed/deZHsNdW2Zg?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/sat/section-2-questions-13-24/16-what-is-the-value-of-m-n</loc>
                <lastmod>2022-12-14T13:45:25&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/VE_bMqE16_Q?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>16. What is the value of m/n?</video:title>
                    <video:description>16. What is the value of m/n?</video:description>
                    <video:player_loc>https://www.youtube.com/embed/VE_bMqE16_Q?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/sat/section-2-questions-13-24/17-what-is-the-average-speed</loc>
                <lastmod>2022-12-14T13:50:43&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/m0Be-O8KFuc?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>17. What is the average speed?</video:title>
                    <video:description>17. What is the average speed?</video:description>
                    <video:player_loc>https://www.youtube.com/embed/m0Be-O8KFuc?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/sat/section-2-questions-13-24/18-what-is-the-average-of-the-remaining-numbers</loc>
                <lastmod>2022-12-14T13:57:02&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/OCwqhm1vNDQ?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>18. What is the average of the remaining numbers?</video:title>
                    <video:description>18. What is the average of the remaining numbers?</video:description>
                    <video:player_loc>https://www.youtube.com/embed/OCwqhm1vNDQ?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/sat/section-2-questions-13-24/19-what-is-the-value-of-3x-4</loc>
                <lastmod>2022-12-14T14:04:35&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/y9TRDHtjdQQ?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>19. What is the value of 3x&#x2B;4?</video:title>
                    <video:description>19. What is the value of 3x&#x2B;4?</video:description>
                    <video:player_loc>https://www.youtube.com/embed/y9TRDHtjdQQ?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/sat/section-2-questions-13-24/20-what-is-the-value-of-x-y</loc>
                <lastmod>2022-12-14T14:06:14&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/yxpCRnPlWQo?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>20. What is the value of x&#x2B;y?</video:title>
                    <video:description>20. What is the value of x&#x2B;y?</video:description>
                    <video:player_loc>https://www.youtube.com/embed/yxpCRnPlWQo?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/sat/section-2-questions-13-24/21-what-is-one-possible-length-of-the-third-side</loc>
                <lastmod>2022-12-14T14:07:36&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/E8tTLU3aKwI?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>21. What is one possible length of the third side?</video:title>
                    <video:description>21. What is one possible length of the third side?</video:description>
                    <video:player_loc>https://www.youtube.com/embed/E8tTLU3aKwI?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/sat/section-2-questions-13-24/22-what-is-the-probability-that-the-trousers-are-either-blue-or-black</loc>
                <lastmod>2022-12-14T14:09:24&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/d9glwT1I__A?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>22. What is the probability that the trousers are either blue or black?</video:title>
                    <video:description>22. What is the probability that the trousers are either blue or black?</video:description>
                    <video:player_loc>https://www.youtube.com/embed/d9glwT1I__A?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/sat/section-2-questions-13-24/23-what-is-the-value-of-x-y-z</loc>
                <lastmod>2022-12-14T14:14:27&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/SrdpqEODiCk?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>23. What is the value of x&#x2B;y-z?</video:title>
                    <video:description>23. What is the value of x&#x2B;y-z?</video:description>
                    <video:player_loc>https://www.youtube.com/embed/SrdpqEODiCk?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/sat/section-2-questions-13-24/24-how-many-apples-are-equal-to-14-oranges</loc>
                <lastmod>2022-12-14T14:16:46&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/6OLHpPQAQUk?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>24. How many apples are equal to 14 oranges?</video:title>
                    <video:description>24. How many apples are equal to 14 oranges?</video:description>
                    <video:player_loc>https://www.youtube.com/embed/6OLHpPQAQUk?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/sat/section-3/1-what-is-the-total-cost-of-traveling-450-miles-in-2-days</loc>
                <lastmod>2022-12-14T14:21:19&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/Z48NjShn6Ks?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>1. What is the total cost of traveling 450 miles in 2 days?</video:title>
                    <video:description>A car rental agency charges $18 a day plus $0,12 per mile for its rental cars. If these charges include tax, what is the total cost of traveling 450 miles in 2 days?</video:description>
                    <video:player_loc>https://www.youtube.com/embed/Z48NjShn6Ks?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/sat/section-3/2-what-are-all-possible-values-of-m</loc>
                <lastmod>2022-12-14T14:24:35&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/yWDZczOGddc?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>2. What are all possible values of m?</video:title>
                    <video:description>2. What are all possible values of m?</video:description>
                    <video:player_loc>https://www.youtube.com/embed/yWDZczOGddc?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/sat/section-3/3-what-is-x-2-y-6-in-terms-of-y</loc>
                <lastmod>2022-12-14T14:30:06&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/Wf6kAO1U_JQ?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>3. What is x/2 &#x2B; y/6 in terms of y?</video:title>
                    <video:description>3. What is x/2 &#x2B; y/6 in terms of y?</video:description>
                    <video:player_loc>https://www.youtube.com/embed/Wf6kAO1U_JQ?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/sat/section-3/4-what-is-the-90th-digit-of-x-counting-from-left</loc>
                <lastmod>2022-12-14T14:34:36&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/zsdwrhSfxXw?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>4. What is the 90th digit of x, counting from left?</video:title>
                    <video:description>4. What is the 90th digit of x, counting from left?</video:description>
                    <video:player_loc>https://www.youtube.com/embed/zsdwrhSfxXw?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/sat/section-3/5-how-long-would-it-take-6-friends-to-wash-all-the-windows</loc>
                <lastmod>2022-12-14T16:15:48&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/SMPZZPPvepg?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>5. How long would it take 6 friends to wash all the windows?</video:title>
                    <video:description>5. How long would it take 6 friends to wash all the windows?</video:description>
                    <video:player_loc>https://www.youtube.com/embed/SMPZZPPvepg?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/sat/section-3/6-what-is-the-remainder-when-3x-is-divided-by-7</loc>
                <lastmod>2022-12-14T16:29:42&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/yhwCKhItsV4?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>6. What is the remainder when 3x is divided by 7?</video:title>
                    <video:description>When \(x\) is divided by 7, the remainder is 3. What is the remainder when \(3x\) is divided by 7?</video:description>
                    <video:player_loc>https://www.youtube.com/embed/yhwCKhItsV4?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/sat/section-3/7-what-the-sum-of-the-equation-solutions</loc>
                <lastmod>2022-12-14T16:32:20&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/pO7RaPdaafg?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>7. What the sum of the equation solutions?</video:title>
                    <video:description>7. What the sum of the equation solutions?</video:description>
                    <video:player_loc>https://www.youtube.com/embed/pO7RaPdaafg?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/sat/section-3/8-what-percent-of-the-selling-price-is-the-store-s-profit</loc>
                <lastmod>2022-12-14T16:41:12&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/0ZNRPezRKqc?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>8. What percent of the selling price is the store&#x27;s profit?</video:title>
                    <video:description>A store buys a pound of apples for 75 cents and then the store sells it for a dollar. What percent of the selling price is the store&#x27;s profit?</video:description>
                    <video:player_loc>https://www.youtube.com/embed/0ZNRPezRKqc?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/sat/section-3/9-how-many-minutes-will-it-take-to-run-50-laps-at-the-same-speed</loc>
                <lastmod>2022-12-14T17:06:13&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/STZAA6Ohb-M?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>9. How many minutes will it take to run 50 laps at the same speed?</video:title>
                    <video:description>A runner complete one lap of a track in 48 seconds. How many minutes will it take him to run 50 laps at the same speed?</video:description>
                    <video:player_loc>https://www.youtube.com/embed/STZAA6Ohb-M?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/sat/section-3/10-what-is-the-value-of-c</loc>
                <lastmod>2022-12-14T17:10:15&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/Cu0_XddV2eg?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>10. What is the value of c?</video:title>
                    <video:description>If one solution to the equation: $$4x^{2}&#x2B;(2c-4)&#x2B;4c=0\:\text{is}\:x=2$$ What is the value of c?</video:description>
                    <video:player_loc>https://www.youtube.com/embed/Cu0_XddV2eg?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/act/problems-1-20/1-percentages-of-animals-on-a-farm</loc>
                <lastmod>2022-12-15T10:50:18&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/bfSDPO9JoOY?fs=1&amp;amp;hl=sv_SE/sddefault.jpg</video:thumbnail_loc>
                    <video:title>1. Percentages of animals on a farm</video:title>
                    <video:description>(A) 20(B) 22(C) 24(D) 26(E) 28</video:description>
                    <video:player_loc>https://www.youtube.com/embed/bfSDPO9JoOY?fs=1&amp;amp;hl=sv_SE</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/act/problems-1-20/2-what-is-the-value-of-c-that-satisfies-these-relations</loc>
                <lastmod>2022-12-15T10:59:36&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/ymxo76-H_IM?fs=1&amp;amp;hl=sv_SE/sddefault.jpg</video:thumbnail_loc>
                    <video:title>2. What is the value of c that satisfies these relations?</video:title>
                    <video:description>Let c be a real number that satisfies the relations \(2c-5&amp;gt; 2\) and \(3c&#x2B;3&amp;lt;18\). Which of the values below could c take?</video:description>
                    <video:player_loc>https://www.youtube.com/embed/ymxo76-H_IM?fs=1&amp;amp;hl=sv_SE</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/act/problems-1-20/3-what-is-the-price-of-half-a-barrel-of-gasoline</loc>
                <lastmod>2022-12-15T11:17:26&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/kp4BHwwCTQI?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>3. What is the price of half a barrel of gasoline?</video:title>
                    <video:description>The retail price of gasoline is $3.00 per gallon. What is the price of half a barrel of gasoline if one barrel equals 42 gallons?</video:description>
                    <video:player_loc>https://www.youtube.com/embed/kp4BHwwCTQI?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/act/problems-1-20/4-what-is-the-area-of-the-triangle-dbc</loc>
                <lastmod>2022-12-16T11:09:31&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/O_PzzrffyMI?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>4. What is the area of the triangle DBC?</video:title>
                    <video:description>4. What is the area of the triangle DBC?</video:description>
                    <video:player_loc>https://www.youtube.com/embed/O_PzzrffyMI?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/act/problems-1-20/5-the-third-angle-of-a-triangle</loc>
                <lastmod>2022-12-16T11:21:13&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/GJDfq56KtMg?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>5. The third angle of a triangle</video:title>
                    <video:description>5. The third angle of a triangle</video:description>
                    <video:player_loc>https://www.youtube.com/embed/GJDfq56KtMg?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/act/problems-1-20/6-the-area-of-square-inside-circle</loc>
                <lastmod>2022-12-16T11:21:28&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/wZ_SEMvGV4s?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>6. The area of square inside circle</video:title>
                    <video:description>6. The area of square inside circle</video:description>
                    <video:player_loc>https://www.youtube.com/embed/wZ_SEMvGV4s?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/act/problems-1-20/7-radius-of-a-given-circle</loc>
                <lastmod>2022-12-16T11:21:45&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/6zGigQBtMFQ?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>7. Radius of a given circle</video:title>
                    <video:description>7. Radius of a given circle</video:description>
                    <video:player_loc>https://www.youtube.com/embed/6zGigQBtMFQ?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/act/problems-1-20/8-simplify-the-trigonometric-expression</loc>
                <lastmod>2022-12-16T11:31:49&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/4MSpHtXn--E?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>8. Simplify the trigonometric expression</video:title>
                    <video:description>8. Simplify the trigonometric expression</video:description>
                    <video:player_loc>https://www.youtube.com/embed/4MSpHtXn--E?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/act/problems-1-20/9-probability-of-picking-a-figure-has-four-right-angles</loc>
                <lastmod>2022-12-20T14:41:44&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/Rhoc6j6REg0?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>9. Probability of picking a figure has four right angles</video:title>
                    <video:description>9. Probability of picking a figure has four right angles</video:description>
                    <video:player_loc>https://www.youtube.com/embed/Rhoc6j6REg0?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/act/problems-1-20/10-two-perpendicular-lines</loc>
                <lastmod>2022-12-20T14:41:58&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/d9U0iccp6W8?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>10. Two perpendicular lines</video:title>
                    <video:description>10. Two perpendicular lines</video:description>
                    <video:player_loc>https://www.youtube.com/embed/d9U0iccp6W8?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/act/problems-1-20/11-find-x-value</loc>
                <lastmod>2022-12-20T14:42:07&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/vmPiir7m1kI?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>11. Find x value</video:title>
                    <video:description>11. Find x value</video:description>
                    <video:player_loc>https://www.youtube.com/embed/vmPiir7m1kI?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/act/problems-1-20/12-how-many-miles-will-the-blade-travel</loc>
                <lastmod>2022-12-20T14:42:15&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/xOB-2wIaBBA?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>12. How many miles will the blade travel?</video:title>
                    <video:description>12. How many miles will the blade travel?</video:description>
                    <video:player_loc>https://www.youtube.com/embed/xOB-2wIaBBA?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/act/problems-1-20/13-what-is-x</loc>
                <lastmod>2022-12-20T14:42:24&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/7jtnTOGH_V0?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>13. What is x?</video:title>
                    <video:description>13. What is x?</video:description>
                    <video:player_loc>https://www.youtube.com/embed/7jtnTOGH_V0?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/act/problems-1-20/14-select-right-values-for-x</loc>
                <lastmod>2022-12-20T14:43:41&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/rl8czPrTS_k?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>14. Select right values for x</video:title>
                    <video:description>14. Select right values for x</video:description>
                    <video:player_loc>https://www.youtube.com/embed/rl8czPrTS_k?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/act/problems-1-20/15-what-is-the-sum-of-the-two-largest-numbers</loc>
                <lastmod>2022-12-20T14:43:49&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/FFZRec0IU_8?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>15. What is the sum of the two largest numbers?</video:title>
                    <video:description>15. What is the sum of the two largest numbers?</video:description>
                    <video:player_loc>https://www.youtube.com/embed/FFZRec0IU_8?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/act/problems-1-20/16-what-is-f-x-2</loc>
                <lastmod>2022-12-20T14:43:59&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/1J6J0NhsCnI?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>16. What is f(x&#x2B;2)?</video:title>
                    <video:description>16. What is f(x&#x2B;2)?</video:description>
                    <video:player_loc>https://www.youtube.com/embed/1J6J0NhsCnI?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/act/problems-1-20/17-what-is-the-right-statements-for-m</loc>
                <lastmod>2022-12-20T14:44:14&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/hFyKxpcjkkQ?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>17. What is the right statements for m?</video:title>
                    <video:description>17. What is the right statements for m?</video:description>
                    <video:player_loc>https://www.youtube.com/embed/hFyKxpcjkkQ?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/act/problems-1-20/18-solve-for-a</loc>
                <lastmod>2022-12-20T14:44:22&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/8Qr0s2rz09c?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>18. Solve for a</video:title>
                    <video:description>18. Solve for a</video:description>
                    <video:player_loc>https://www.youtube.com/embed/8Qr0s2rz09c?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/act/problems-1-20/19-find-the-value-of-c-7-3</loc>
                <lastmod>2022-12-20T14:44:34&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/M7Q3v21eV4c?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>19. Find the value of C(7, 3)</video:title>
                    <video:description>19. Find the value of C(7, 3)</video:description>
                    <video:player_loc>https://www.youtube.com/embed/M7Q3v21eV4c?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/act/problems-1-20/20-which-number-added-to-the-set</loc>
                <lastmod>2022-12-20T14:51:48&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/RUT0BOVx5Ag?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>20. Which number added to the set?</video:title>
                    <video:description>20. Which number added to the set?</video:description>
                    <video:player_loc>https://www.youtube.com/embed/RUT0BOVx5Ag?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/act/problems-21-40/21-which-equations-system-has-no-solution</loc>
                <lastmod>2022-12-20T15:24:10&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/rX0HtZTlP_Y?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>21. Which equations system has no solution?</video:title>
                    <video:description>21. Which equations system has no solution?</video:description>
                    <video:player_loc>https://www.youtube.com/embed/rX0HtZTlP_Y?fs=1&amp;amp;hl=sv_SE&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/act/problems-21-40/22-what-is-the-value-of-the-angle-y</loc>
                <lastmod>2022-12-20T15:25:27&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/klhacIQUtxs?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>22. What is the value of the angle y?</video:title>
                    <video:description>22. What is the value of the angle y?</video:description>
                    <video:player_loc>https://www.youtube.com/embed/klhacIQUtxs?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/act/problems-21-40/23-what-is-the-value-of-x</loc>
                <lastmod>2022-12-20T16:17:29&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/O-2mzz2obMI?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>23. What is the value of x?</video:title>
                    <video:description>23. What is the value of x?</video:description>
                    <video:player_loc>https://www.youtube.com/embed/O-2mzz2obMI?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/act/problems-21-40/24-what-is-possible-sum-of-those-6-numbers</loc>
                <lastmod>2022-12-20T16:29:34&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/MF0Z0Mgoj9s?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>24. What is possible sum of those 6 numbers?</video:title>
                    <video:description>If the average (arithmetic mean) of 6 numbers is between 7 and 8, which of the following numbers is possible for the sum of those 6 numbers?</video:description>
                    <video:player_loc>https://www.youtube.com/embed/MF0Z0Mgoj9s?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/act/problems-21-40/25-which-set-has-divisible-sum-by-each-numbers</loc>
                <lastmod>2022-12-20T16:36:30&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/cpMvTFeBKSs?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>25. Which set has divisible sum by each numbers?</video:title>
                    <video:description>25. Which set has divisible sum by each numbers?</video:description>
                    <video:player_loc>https://www.youtube.com/embed/cpMvTFeBKSs?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/act/problems-21-40/26-simplify-the-expression</loc>
                <lastmod>2022-12-21T13:27:39&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/rchI7bWos4o?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>26. Simplify the expression</video:title>
                    <video:description>26. Simplify the expression</video:description>
                    <video:player_loc>https://www.youtube.com/embed/rchI7bWos4o?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/act/problems-21-40/27-product-of-the-polynomials</loc>
                <lastmod>2022-12-23T10:21:35&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/KVSAKgdIW2o?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>27. Product of the polynomials</video:title>
                    <video:description>27. Product of the polynomials</video:description>
                    <video:player_loc>https://www.youtube.com/embed/KVSAKgdIW2o?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/act/problems-21-40/28-division-and-remainder</loc>
                <lastmod>2022-12-23T10:27:18&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/CBLlp-ECdjw?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>28. Division and remainder</video:title>
                    <video:description>28. Division and remainder</video:description>
                    <video:player_loc>https://www.youtube.com/embed/CBLlp-ECdjw?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/act/problems-21-40/29-what-is-the-correct-statement</loc>
                <lastmod>2022-12-23T10:29:43&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/ZW2JjUai5Mg?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>29. What is the correct statement?</video:title>
                    <video:description>29. What is the correct statement?</video:description>
                    <video:player_loc>https://www.youtube.com/embed/ZW2JjUai5Mg?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/act/problems-21-40/30-subtracting-negative-from-negative</loc>
                <lastmod>2022-12-23T14:05:54&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/GIZYelMTSbk?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>30. Subtracting negative from negative</video:title>
                    <video:description>30. Subtracting negative from negative</video:description>
                    <video:player_loc>https://www.youtube.com/embed/GIZYelMTSbk?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/act/problems-21-40/31-which-value-is-not-possible</loc>
                <lastmod>2022-12-23T14:10:15&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/BkTzWSd7Ubw?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>31. Which value is not possible?</video:title>
                    <video:description>31. Which value is not possible?</video:description>
                    <video:player_loc>https://www.youtube.com/embed/BkTzWSd7Ubw?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/act/problems-21-40/32-what-is-the-value-of-cos-theta</loc>
                <lastmod>2022-12-23T14:11:46&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/C8NQOMqpnGs?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>32. What is the value of cos theta?</video:title>
                    <video:description>32. What is the value of cos theta?</video:description>
                    <video:player_loc>https://www.youtube.com/embed/C8NQOMqpnGs?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/act/problems-21-40/33-select-the-correct-value</loc>
                <lastmod>2022-12-23T14:11:37&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/3pilDMG8vMU?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>33. Select the correct value</video:title>
                    <video:description>33. Select the correct value</video:description>
                    <video:player_loc>https://www.youtube.com/embed/3pilDMG8vMU?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/act/problems-21-40/34-what-is-the-larger-number</loc>
                <lastmod>2022-12-23T14:14:12&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/kLcLebadPIE?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>34. What is the larger number?</video:title>
                    <video:description>34. What is the larger number?</video:description>
                    <video:player_loc>https://www.youtube.com/embed/kLcLebadPIE?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/act/problems-21-40/35-what-is-the-area-of-the-smaller-cube</loc>
                <lastmod>2022-12-23T14:15:58&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/H4pKvLp7VDU?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>35. What is the area of the smaller cube?</video:title>
                    <video:description>35. What is the area of the smaller cube?</video:description>
                    <video:player_loc>https://www.youtube.com/embed/H4pKvLp7VDU?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/act/problems-21-40/36-select-the-correct-statement</loc>
                <lastmod>2022-12-23T14:17:28&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/EwZwutAl9wI?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>36. Select the correct statement</video:title>
                    <video:description>36. Select the correct statement</video:description>
                    <video:player_loc>https://www.youtube.com/embed/EwZwutAl9wI?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/act/problems-21-40/37-what-is-the-value-of-x</loc>
                <lastmod>2022-12-23T14:18:37&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/nsKQxZ5rbMU?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>37. What is the value of x?</video:title>
                    <video:description>37. What is the value of x?</video:description>
                    <video:player_loc>https://www.youtube.com/embed/nsKQxZ5rbMU?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/act/problems-21-40/38-what-is-the-value-of-xy-2</loc>
                <lastmod>2022-12-23T14:20:17&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/-FyJUG1brrU?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>38. What is the value of xy^2?</video:title>
                    <video:description>38. What is the value of xy^2?</video:description>
                    <video:player_loc>https://www.youtube.com/embed/-FyJUG1brrU?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/act/problems-21-40/39-what-is-the-circumference-of-a-semicircle</loc>
                <lastmod>2022-12-23T14:25:52&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/_ieimOy1A1U?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>39. What is the circumference of a semicircle?</video:title>
                    <video:description>39. What is the circumference of a semicircle?</video:description>
                    <video:player_loc>https://www.youtube.com/embed/_ieimOy1A1U?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/act/problems-21-40/40-what-is-the-perimeter-of-the-triangle</loc>
                <lastmod>2022-12-23T14:31:11&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/ZQGt7K5ABBg?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>40. What is the perimeter of the triangle?</video:title>
                    <video:description>(F) 14(G) 16(H) 18(J) 20(K) 22</video:description>
                    <video:player_loc>https://www.youtube.com/embed/ZQGt7K5ABBg?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/act/problems-41-60/41-find-x</loc>
                <lastmod>2022-12-23T15:00:29&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/hSgW8696538?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>41. Find x</video:title>
                    <video:description>41. Find x</video:description>
                    <video:player_loc>https://www.youtube.com/embed/hSgW8696538?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/act/problems-41-60/42-how-many-percent-was-the-price-raised</loc>
                <lastmod>2022-12-23T15:27:58&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/mVNoNAebI5c?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>42. How many percent was the price raised?</video:title>
                    <video:description>42. How many percent was the price raised?</video:description>
                    <video:player_loc>https://www.youtube.com/embed/mVNoNAebI5c?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/act/problems-41-60/43-what-percent-is-the-area-decreased</loc>
                <lastmod>2022-12-23T15:32:11&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/vRyHWNmflcY?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>43. What percent is the area decreased?</video:title>
                    <video:description>43. What percent is the area decreased?</video:description>
                    <video:player_loc>https://www.youtube.com/embed/vRyHWNmflcY?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/act/problems-41-60/44-what-is-the-length-of-dc-side</loc>
                <lastmod>2022-12-23T15:34:03&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/knSAUbUV8No?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>44. What is the length of DC side?</video:title>
                    <video:description>44. What is the length of DC side?</video:description>
                    <video:player_loc>https://www.youtube.com/embed/knSAUbUV8No?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/act/problems-41-60/45-simplify-the-expression</loc>
                <lastmod>2022-12-23T15:35:38&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/uARvt02tUUU?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>45. Simplify the expression</video:title>
                    <video:description>45. Simplify the expression</video:description>
                    <video:player_loc>https://www.youtube.com/embed/uARvt02tUUU?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/act/problems-41-60/46-how-many-inches-are-5-yards</loc>
                <lastmod>2022-12-23T15:36:54&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/yos93GuTYZA?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>46. How many inches are 5 yards?</video:title>
                    <video:description>46. How many inches are 5 yards?</video:description>
                    <video:player_loc>https://www.youtube.com/embed/yos93GuTYZA?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/act/problems-41-60/47-multiplication-of-primes</loc>
                <lastmod>2022-12-23T15:40:35&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/We6dMlRPi6Q?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>47. Multiplication of primes</video:title>
                    <video:description>47. Multiplication of primes</video:description>
                    <video:player_loc>https://www.youtube.com/embed/We6dMlRPi6Q?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/act/problems-41-60/49-what-is-the-value-of-t-2</loc>
                <lastmod>2022-12-23T15:56:30&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/NSzM0H95VbM?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>49. What is the value of t^2?</video:title>
                    <video:description>49. What is the value of t^2?</video:description>
                    <video:player_loc>https://www.youtube.com/embed/NSzM0H95VbM?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/act/problems-41-60/50-how-much-will-be-earned-in-the-fourth-month</loc>
                <lastmod>2022-12-23T15:59:35&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/pTkMMdmv0Kw?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>50. How much will be earned in the fourth month?</video:title>
                    <video:description>50. How much will be earned in the fourth month?</video:description>
                    <video:player_loc>https://www.youtube.com/embed/pTkMMdmv0Kw?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/act/problems-41-60/51-what-is-the-expression-in-square-inches</loc>
                <lastmod>2022-12-23T16:02:43&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/Ff69ArLp5AI?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>51. What is the expression in square inches?</video:title>
                    <video:description>51. What is the expression in square inches?</video:description>
                    <video:player_loc>https://www.youtube.com/embed/Ff69ArLp5AI?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/act/problems-41-60/52-find-the-value-of-the-expression</loc>
                <lastmod>2022-12-23T16:07:34&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/fn8JzbMGHEg?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>52. Find the value of the expression</video:title>
                    <video:description>52. Find the value of the expression</video:description>
                    <video:player_loc>https://www.youtube.com/embed/fn8JzbMGHEg?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/act/problems-41-60/53-the-difference-between-the-perimeter-of-two-triangles</loc>
                <lastmod>2022-12-23T16:09:38&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/QCQ51-dJ6Wg?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>53. The difference between the perimeter of two triangles</video:title>
                    <video:description>53. The difference between the perimeter of two triangles</video:description>
                    <video:player_loc>https://www.youtube.com/embed/QCQ51-dJ6Wg?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/act/problems-41-60/54-what-should-be-the-next-score-to-have-an-average-of-5</loc>
                <lastmod>2022-12-23T16:21:13&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/fhppBcdTE3s?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>54. What should be the next score to have an average of 5?</video:title>
                    <video:description>54. What should be the next score to have an average of 5?</video:description>
                    <video:player_loc>https://www.youtube.com/embed/fhppBcdTE3s?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/act/problems-41-60/55-the-distinct-numbers-between-1-and-50</loc>
                <lastmod>2022-12-23T16:24:14&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/go2NLLd6dTQ?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>55. The distinct numbers between 1 and 50</video:title>
                    <video:description>55. The distinct numbers between 1 and 50</video:description>
                    <video:player_loc>https://www.youtube.com/embed/go2NLLd6dTQ?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/act/problems-41-60/56-what-should-be-the-next-score</loc>
                <lastmod>2022-12-23T16:27:22&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/cuu4pXdyCkY?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>56. What should be the next score?</video:title>
                    <video:description>56. What should be the next score?</video:description>
                    <video:player_loc>https://www.youtube.com/embed/cuu4pXdyCkY?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/act/problems-41-60/57-find-the-value-of-the-expression</loc>
                <lastmod>2022-12-23T16:29:10&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/ic9Q2NvPBVE?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>57. Find the value of the expression</video:title>
                    <video:description>57. Find the value of the expression</video:description>
                    <video:player_loc>https://www.youtube.com/embed/ic9Q2NvPBVE?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/act/problems-41-60/58-what-is-the-probability-of-choosing-a-red-pearl</loc>
                <lastmod>2022-12-23T16:33:03&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/KBUCES94dAg?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>58. What is the probability of choosing a red pearl?</video:title>
                    <video:description>58. What is the probability of choosing a red pearl?</video:description>
                    <video:player_loc>https://www.youtube.com/embed/KBUCES94dAg?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/act/problems-41-60/59-what-is-the-value-of-x</loc>
                <lastmod>2022-12-23T16:34:49&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/XdA2TO7vYas?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>59. What is the value of x?</video:title>
                    <video:description>59. What is the value of x?</video:description>
                    <video:player_loc>https://www.youtube.com/embed/XdA2TO7vYas?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
        <url>
            <loc>https://www.mathplanet.com/education/act/problems-41-60/60-solve-the-equations-system</loc>
                <lastmod>2022-12-23T16:37:17&#x2B;00:00</lastmod>
                <video:video>
                    <video:thumbnail_loc>https://img.youtube.com/vi/4TRCgEA_uUo?fs=1&amp;amp;hl=en_US&amp;amp;rel=0/sddefault.jpg</video:thumbnail_loc>
                    <video:title>60. Solve the equations system</video:title>
                    <video:description>60. Solve the equations system</video:description>
                    <video:player_loc>https://www.youtube.com/embed/4TRCgEA_uUo?fs=1&amp;amp;hl=en_US&amp;amp;rel=0</video:player_loc>
                    <video:publication_date>2011-02-08T09:00:00&#x2B;00:00</video:publication_date>
                </video:video>
          
        </url>
</urlset>
