{"id":443,"date":"2026-08-24T17:25:32","date_gmt":"2026-08-24T17:25:32","guid":{"rendered":"https:\/\/wiztutoring.com\/?page_id=443"},"modified":"2026-08-24T18:54:02","modified_gmt":"2026-08-24T18:54:02","slug":"math-tutoring-warren-mi","status":"publish","type":"page","link":"https:\/\/wiztutoring.com\/?page_id=443","title":{"rendered":"Math Tutoring"},"content":{"rendered":"\n<p><\/p>\n\n\n\n<style>\n\/* =========================================================\n   WIZ TUTORING - MATH TUTORING PAGE\n   ========================================================= *\/\n\n.wiz-math-page,\n.wiz-math-page * {\n    box-sizing: border-box;\n}\n\n.wiz-math-page {\n    width: 100%;\n    max-width: 1240px;\n    margin: 0 auto;\n    padding: 0 28px;\n    font-family: inherit;\n    color: #202428;\n    font-size: 17px;\n    line-height: 1.7;\n}\n\n.wiz-math-page h2,\n.wiz-math-page h3 {\n    color: #1f2529;\n    line-height: 1.25;\n}\n\n.wiz-math-page h2 {\n    font-size: 34px;\n    margin: 0 0 18px;\n}\n\n.wiz-math-page h3 {\n    font-size: 21px;\n    margin: 0 0 10px;\n}\n\n.wiz-math-page p {\n    margin: 0 0 16px;\n}\n\n\n\/* =========================================================\n   GENERAL SECTIONS\n   ========================================================= *\/\n\n.wiz-section {\n    padding: 70px 0;\n}\n\n.wiz-section-light {\n    background: #f6f7f8;\n    border-radius: 18px;\n    padding: 65px 45px;\n    margin: 20px 0;\n}\n\n.wiz-center {\n    max-width: 850px;\n    margin: 0 auto;\n    text-align: center;\n}\n\n.wiz-section-intro {\n    color: #60666b;\n    font-size: 17px;\n}\n\n\n\/* =========================================================\n   HERO\n   ========================================================= *\/\n\n.wiz-hero {\n    margin: 28px 0 25px;\n    padding: 75px 50px;\n    background: linear-gradient(135deg, #f5f7f8, #ffffff);\n    border: 1px solid #e4e7e9;\n    border-radius: 20px;\n    text-align: center;\n}\n\n.wiz-hero h2 {\n    font-size: 44px;\n    margin-bottom: 16px;\n}\n\n.wiz-hero-tagline {\n    font-size: 23px;\n    font-weight: 700;\n    margin-bottom: 18px !important;\n}\n\n.wiz-hero-description {\n    max-width: 820px;\n    margin: 0 auto 28px !important;\n    color: #565d62;\n    font-size: 18px;\n}\n\n\n\/* =========================================================\n   BUTTONS\n   ========================================================= *\/\n\n.wiz-button {\n    display: inline-block;\n    background: #252b2f;\n    color: #ffffff !important;\n    text-decoration: none !important;\n    padding: 14px 28px;\n    margin: 6px;\n    border: 2px solid #252b2f;\n    border-radius: 30px;\n    font-weight: 700;\n    transition: 0.2s ease;\n}\n\n.wiz-button:hover {\n    background: #111518;\n    border-color: #111518;\n    color: #ffffff !important;\n}\n\n.wiz-button-outline {\n    background: transparent;\n    color: #252b2f !important;\n}\n\n.wiz-button-outline:hover {\n    background: #252b2f;\n    color: #ffffff !important;\n}\n\n\n\/* =========================================================\n   LEARNING GAP PROGRESSION\n   ========================================================= *\/\n\n.wiz-progression {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 28px;\n    margin: 42px 0;\n}\n\n.wiz-step {\n    position: relative;\n    min-height: 140px;\n    padding: 25px 18px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    text-align: center;\n    border-radius: 14px;\n    font-size: 18px;\n    font-weight: 700;\n    color: #1d1d1d;\n}\n\n.wiz-step:not(:last-child)::after {\n    content: \"\u2192\";\n    position: absolute;\n    right: -22px;\n    top: 50%;\n    transform: translateY(-50%);\n    color: #555;\n    font-size: 28px;\n    font-weight: 700;\n}\n\n.wiz-step-1 {\n    background: #ffd25a;\n}\n\n.wiz-step-2 {\n    background: #ff8b28;\n}\n\n.wiz-step-3 {\n    background: #f4547a;\n}\n\n.wiz-step-4 {\n    background: #ef2d4f;\n}\n\n\n\/* =========================================================\n   SUBJECT CARDS\n   ========================================================= *\/\n\n.wiz-subject-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 22px;\n    margin-top: 34px;\n}\n\n.wiz-card {\n    background: #ffffff;\n    border: 1px solid #dde1e3;\n    border-radius: 14px;\n    padding: 30px;\n    min-height: 175px;\n    transition: 0.2s ease;\n}\n\n.wiz-card:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 8px 22px rgba(0,0,0,0.06);\n}\n\n.wiz-card h3 {\n    font-size: 22px;\n}\n\n.wiz-card p {\n    color: #5e6469;\n}\n\n\n\/* =========================================================\n   HOW IT WORKS\n   ========================================================= *\/\n\n.wiz-process {\n    max-width: 900px;\n    margin: 38px auto 0;\n}\n\n.wiz-process-row {\n    display: grid;\n    grid-template-columns: 62px 1fr;\n    gap: 20px;\n    align-items: center;\n    padding: 20px 22px;\n    margin-bottom: 16px;\n    background: #ffffff;\n    border: 1px solid #dfe3e5;\n    border-radius: 12px;\n}\n\n.wiz-process-number {\n    width: 50px;\n    height: 50px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: #252b2f;\n    color: #ffffff;\n    border-radius: 50%;\n    font-size: 20px;\n    font-weight: 700;\n}\n\n.wiz-process-row h3 {\n    margin-bottom: 4px;\n}\n\n.wiz-process-row p {\n    margin: 0;\n    color: #60666b;\n}\n\n\n\/* =========================================================\n   TWO-COLUMN SUPPORT SECTION\n   ========================================================= *\/\n\n.wiz-two-column {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 24px;\n    margin-top: 34px;\n}\n\n.wiz-info-box {\n    padding: 30px;\n    background: #ffffff;\n    border: 1px solid #dfe3e5;\n    border-radius: 14px;\n}\n\n.wiz-info-box p {\n    color: #60666b;\n}\n\n\n\/* =========================================================\n   WHY CHOOSE WIZ\n   ========================================================= *\/\n\n.wiz-benefits {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 18px;\n    margin-top: 34px;\n}\n\n.wiz-benefit {\n    min-height: 105px;\n    padding: 25px 18px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: #f5f6f7;\n    border: 1px solid #e0e3e5;\n    border-radius: 12px;\n    text-align: center;\n    font-weight: 700;\n}\n\n\n\/* =========================================================\n   FAQ\n   ========================================================= *\/\n\n.wiz-faq {\n    max-width: 900px;\n    margin: 0 auto;\n}\n\n.wiz-faq details {\n    background: #ffffff;\n    border: 1px solid #dfe3e5;\n    border-radius: 10px;\n    padding: 18px 20px;\n    margin-bottom: 12px;\n}\n\n.wiz-faq summary {\n    cursor: pointer;\n    font-size: 18px;\n    font-weight: 700;\n}\n\n.wiz-faq details p {\n    margin: 13px 0 2px;\n    color: #5d6368;\n}\n\n\n\/* =========================================================\n   FINAL CTA\n   ========================================================= *\/\n\n.wiz-final-cta {\n    margin: 35px 0 50px;\n    padding: 65px 35px;\n    background: #f2f4f5;\n    border: 1px solid #dfe3e5;\n    border-radius: 20px;\n    text-align: center;\n}\n\n.wiz-final-cta h2 {\n    font-size: 36px;\n}\n\n.wiz-final-cta p {\n    max-width: 700px;\n    margin: 0 auto 24px;\n    color: #60666b;\n}\n\n\n\/* =========================================================\n   MOBILE\n   ========================================================= *\/\n\n@media (max-width: 800px) {\n\n    .wiz-math-page {\n        padding: 0 16px;\n        font-size: 16px;\n    }\n\n    .wiz-section {\n        padding: 48px 0;\n    }\n\n    .wiz-section-light {\n        padding: 45px 20px;\n    }\n\n    .wiz-hero {\n        padding: 50px 20px;\n    }\n\n    .wiz-hero h2 {\n        font-size: 32px;\n    }\n\n    .wiz-hero-tagline {\n        font-size: 20px;\n    }\n\n    .wiz-progression {\n        grid-template-columns: 1fr;\n        gap: 32px;\n    }\n\n    .wiz-step {\n        min-height: 110px;\n    }\n\n    .wiz-step:not(:last-child)::after {\n        content: \"\u2193\";\n        top: auto;\n        right: auto;\n        bottom: -31px;\n        left: 50%;\n        transform: translateX(-50%);\n    }\n\n    .wiz-subject-grid,\n    .wiz-two-column,\n    .wiz-benefits {\n        grid-template-columns: 1fr;\n    }\n\n    .wiz-card {\n        min-height: auto;\n    }\n\n    .wiz-process-row {\n        grid-template-columns: 52px 1fr;\n        padding: 18px;\n    }\n\n    .wiz-process-number {\n        width: 44px;\n        height: 44px;\n    }\n\n    .wiz-final-cta {\n        padding: 48px 20px;\n    }\n\n    .wiz-final-cta h2 {\n        font-size: 29px;\n    }\n}\n<\/style>\n\n\n<div class=\"wiz-math-page\">\n\n\n<!-- ================= HERO ================= -->\n\n<section class=\"wiz-hero\">\n\n    <h2>Math Tutoring in Warren, MI<\/h2>\n\n    <p class=\"wiz-hero-tagline\">\n        Build Strong Math Skills. Close Learning Gaps. Gain Confidence.\n    <\/p>\n\n    <p class=\"wiz-hero-description\">\n        Wiz Tutoring provides personalized math tutoring for students in\n        grades 2\u201312. We help students strengthen foundational skills,\n        understand challenging concepts, address learning gaps, and build\n        the skills needed for continued progress in math.\n    <\/p>\n\n    <a class=\"wiz-button\" href=\"\/contact\/\">\n        Schedule an Assessment\n    <\/a>\n\n<\/section>\n\n\n\n<!-- ================= PARENT PROBLEM ================= -->\n\n<section class=\"wiz-section\">\n\n    <div class=\"wiz-center\">\n\n        <h2>Is Your Child Struggling With Math?<\/h2>\n\n        <p class=\"wiz-section-intro\">\n            Sometimes, spending more time on homework isn&#8217;t enough.\n            A student may struggle because important skills from earlier\n            grades were never fully mastered. These learning gaps can make\n            new math concepts increasingly difficult.\n        <\/p>\n\n    <\/div>\n\n\n    <div class=\"wiz-progression\">\n\n        <div class=\"wiz-step wiz-step-1\">\n            Weak Foundational Skills\n        <\/div>\n\n        <div class=\"wiz-step wiz-step-2\">\n            Difficulty With Pre-Algebra\n        <\/div>\n\n        <div class=\"wiz-step wiz-step-3\">\n            Difficulty With Algebra\n        <\/div>\n\n        <div class=\"wiz-step wiz-step-4\">\n            Difficulty With Higher-Level Math\n        <\/div>\n\n    <\/div>\n\n\n    <div class=\"wiz-center\">\n\n        <p>\n            At Wiz Tutoring, we look beyond the current homework assignment.\n            We work to identify areas where a student needs additional support\n            so tutoring can focus on both current schoolwork and important\n            underlying skills.\n        <\/p>\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ================= SUBJECTS ================= -->\n\n<section class=\"wiz-section-light\">\n\n    <div class=\"wiz-center\">\n\n        <h2>Math Tutoring for Grades 2\u201312<\/h2>\n\n        <p class=\"wiz-section-intro\">\n            Students can receive support with foundational math skills,\n            school coursework, and advanced middle and high school mathematics.\n        <\/p>\n\n    <\/div>\n\n\n    <div class=\"wiz-subject-grid\">\n\n        <div class=\"wiz-card\">\n            <h3>Elementary Math<\/h3>\n            <p>\n                Build strong foundational skills in arithmetic, fractions,\n                decimals, measurement, and problem solving.\n            <\/p>\n        <\/div>\n\n\n        <div class=\"wiz-card\">\n            <h3>Middle School Math<\/h3>\n            <p>\n                Strengthen skills in fractions, ratios, proportions,\n                equations, geometry, and other middle school math concepts.\n            <\/p>\n        <\/div>\n\n\n        <div class=\"wiz-card\">\n            <h3>Pre-Algebra<\/h3>\n            <p>\n                Build confidence with integers, expressions, equations,\n                ratios, proportions, exponents, and foundational algebra skills.\n            <\/p>\n        <\/div>\n\n\n        <div class=\"wiz-card\">\n            <h3>Algebra 1<\/h3>\n            <p>\n                Get support with equations, inequalities, functions,\n                graphing, systems of equations, polynomials, and quadratics.\n            <\/p>\n        <\/div>\n\n\n        <div class=\"wiz-card\">\n            <h3>Geometry<\/h3>\n            <p>\n                Strengthen understanding of angles, triangles, transformations,\n                similarity, congruence, circles, coordinate geometry, and proofs.\n            <\/p>\n        <\/div>\n\n\n        <div class=\"wiz-card\">\n            <h3>Algebra 2<\/h3>\n            <p>\n                Build proficiency with functions, polynomials, radicals,\n                exponentials, logarithms, rational expressions, and advanced algebra.\n            <\/p>\n        <\/div>\n\n\n        <div class=\"wiz-card\">\n            <h3>Trigonometry<\/h3>\n            <p>\n                Develop understanding of trigonometric ratios, functions,\n                identities, graphs, and problem-solving applications.\n            <\/p>\n        <\/div>\n\n\n        <div class=\"wiz-card\">\n            <h3>Precalculus<\/h3>\n            <p>\n                Prepare for advanced mathematics with targeted support in\n                functions, trigonometry, graphing, and Precalculus concepts.\n            <\/p>\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ================= HOW IT WORKS ================= -->\n\n<section class=\"wiz-section\">\n\n    <div class=\"wiz-center\">\n\n        <h2>How Math Tutoring Works at Wiz<\/h2>\n\n        <p class=\"wiz-section-intro\">\n            Effective tutoring starts by understanding what the student\n            already knows, where the difficulty begins, and what should\n            be strengthened next.\n        <\/p>\n\n    <\/div>\n\n\n    <div class=\"wiz-process\">\n\n        <div class=\"wiz-process-row\">\n            <div class=\"wiz-process-number\">1<\/div>\n            <div>\n                <h3>Assess<\/h3>\n                <p>\n                    Determine the student&#8217;s current strengths and areas\n                    that need additional attention.\n                <\/p>\n            <\/div>\n        <\/div>\n\n\n        <div class=\"wiz-process-row\">\n            <div class=\"wiz-process-number\">2<\/div>\n            <div>\n                <h3>Identify Learning Gaps<\/h3>\n                <p>\n                    Find earlier skills that may be making current\n                    mathematics more difficult.\n                <\/p>\n            <\/div>\n        <\/div>\n\n\n        <div class=\"wiz-process-row\">\n            <div class=\"wiz-process-number\">3<\/div>\n            <div>\n                <h3>Create a Learning Plan<\/h3>\n                <p>\n                    Focus tutoring and practice on the student&#8217;s\n                    individual learning needs.\n                <\/p>\n            <\/div>\n        <\/div>\n\n\n        <div class=\"wiz-process-row\">\n            <div class=\"wiz-process-number\">4<\/div>\n            <div>\n                <h3>Learn &amp; Practice<\/h3>\n                <p>\n                    Work on concepts with tutor support and targeted\n                    independent practice.\n                <\/p>\n            <\/div>\n        <\/div>\n\n\n        <div class=\"wiz-process-row\">\n            <div class=\"wiz-process-number\">5<\/div>\n            <div>\n                <h3>Track Progress<\/h3>\n                <p>\n                    Monitor completed skills and identify areas\n                    that still need attention.\n                <\/p>\n            <\/div>\n        <\/div>\n\n\n        <div class=\"wiz-process-row\">\n            <div class=\"wiz-process-number\">6<\/div>\n            <div>\n                <h3>Adjust<\/h3>\n                <p>\n                    Update the learning focus as students build\n                    stronger skills and progress.\n                <\/p>\n            <\/div>\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ================= SCHOOL SUPPORT ================= -->\n\n<section class=\"wiz-section-light\">\n\n    <div class=\"wiz-center\">\n\n        <h2>Schoolwork Help + Long-Term Skill Building<\/h2>\n\n        <p class=\"wiz-section-intro\">\n            Sometimes students need immediate help with schoolwork.\n            Other students need deeper support with skills they have\n            struggled with for months or even years.\n        <\/p>\n\n    <\/div>\n\n\n    <div class=\"wiz-two-column\">\n\n        <div class=\"wiz-info-box\">\n\n            <h3>Help With Current Schoolwork<\/h3>\n\n            <p>\n                Students can receive support with difficult lessons,\n                homework, assignments, quizzes, upcoming tests, and\n                challenging school topics.\n            <\/p>\n\n        <\/div>\n\n\n        <div class=\"wiz-info-box\">\n\n            <h3>Strengthen Underlying Skills<\/h3>\n\n            <p>\n                When earlier math skills are weak, tutoring can target\n                those areas so students develop a stronger foundation\n                for future mathematics.\n            <\/p>\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ================= WHY WIZ ================= -->\n\n<section class=\"wiz-section\">\n\n    <div class=\"wiz-center\">\n\n        <h2>Why Choose Wiz for Math Tutoring?<\/h2>\n\n        <p class=\"wiz-section-intro\">\n            Our goal is to give students targeted academic support while\n            helping families understand where additional learning may be needed.\n        <\/p>\n\n    <\/div>\n\n\n    <div class=\"wiz-benefits\">\n\n        <div class=\"wiz-benefit\">\n            Math Support for Grades 2\u201312\n        <\/div>\n\n        <div class=\"wiz-benefit\">\n            Foundational Skill Building\n        <\/div>\n\n        <div class=\"wiz-benefit\">\n            Algebra &amp; Geometry Support\n        <\/div>\n\n        <div class=\"wiz-benefit\">\n            Homework &amp; School Support\n        <\/div>\n\n        <div class=\"wiz-benefit\">\n            In-Person &amp; Online Options\n        <\/div>\n\n        <div class=\"wiz-benefit\">\n            Progress-Focused Learning\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ================= FAQ ================= -->\n\n<section class=\"wiz-section-light\">\n\n    <div class=\"wiz-faq\">\n\n        <div class=\"wiz-center\">\n\n            <h2>Frequently Asked Questions<\/h2>\n\n            <p class=\"wiz-section-intro\">\n                Common questions parents ask about math tutoring at Wiz.\n            <\/p>\n\n        <\/div>\n\n\n        <details>\n            <summary>What grades do you provide math tutoring for?<\/summary>\n\n            <p>\n                Wiz Tutoring provides math tutoring for students\n                in grades 2\u201312.\n            <\/p>\n        <\/details>\n\n\n        <details>\n            <summary>What math subjects do you tutor?<\/summary>\n\n            <p>\n                Tutoring is available for elementary math, middle school math,\n                Pre-Algebra, Algebra 1, Geometry, Algebra 2, Trigonometry,\n                Precalculus, and other grade-level mathematics.\n            <\/p>\n        <\/details>\n\n\n        <details>\n            <summary>Can you help my child with school homework?<\/summary>\n\n            <p>\n                Yes. Tutors can provide support with current schoolwork\n                while also helping students strengthen the skills they need\n                to become more independent.\n            <\/p>\n        <\/details>\n\n\n        <details>\n            <summary>What if my child is behind in math?<\/summary>\n\n            <p>\n                Difficulty with current material may sometimes be related\n                to skills that were not fully mastered earlier.\n                Identifying where the difficulty begins can help determine\n                what should receive additional attention.\n            <\/p>\n        <\/details>\n\n\n        <details>\n            <summary>Do you offer in-person math tutoring?<\/summary>\n\n            <p>\n                Yes. In-person tutoring is available at our Warren location,\n                along with online tutoring options.\n            <\/p>\n        <\/details>\n\n\n        <details>\n            <summary>Do you provide SAT Math preparation?<\/summary>\n\n            <p>\n                Yes. Wiz Tutoring provides SAT Math preparation in addition\n                to regular math tutoring.\n            <\/p>\n        <\/details>\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ================= FINAL CTA ================= -->\n\n<section class=\"wiz-final-cta\">\n\n    <h2>Find Out Where Your Child Needs Help<\/h2>\n\n    <p>\n        Talk with Wiz Tutoring about your child&#8217;s current math needs\n        and the areas where additional academic support may help.\n    <\/p>\n\n    <a class=\"wiz-button\" href=\"\/contact\/\">\n        Schedule an Assessment\n    <\/a>\n\n    <a class=\"wiz-button wiz-button-outline\" href=\"\/contact\/\">\n        Contact Wiz Tutoring\n    <\/a>\n\n<\/section>\n\n\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Math Tutoring in Warren, MI Build Strong Math Skills. Close Learning Gaps. Gain Confidence. Wiz Tutoring provides personalized math tutoring for students in grades 2\u201312. [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"om_disable_all_campaigns":false,"_mi_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v20.4 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Math Tutoring in Warren, MI - Wiz Tutoring<\/title>\n<meta name=\"description\" content=\"Math tutoring in Warren, MI for students in grades 2-12. Get personalized help with elementary math, Algebra, Geometry, Trigonometry, Precalculus and more.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/wiztutoring.com\/?page_id=443\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Math Tutoring in Warren, MI - Wiz Tutoring\" \/>\n<meta property=\"og:description\" content=\"Math tutoring in Warren, MI for students in grades 2-12. Get personalized help with elementary math, Algebra, Geometry, Trigonometry, Precalculus and more.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/wiztutoring.com\/?page_id=443\" \/>\n<meta property=\"og:site_name\" content=\"Wiztutoring\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/edufbwebpage\" \/>\n<meta property=\"article:modified_time\" content=\"2026-08-24T18:54:02+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/wiztutoring.com\/?page_id=443\",\"url\":\"https:\/\/wiztutoring.com\/?page_id=443\",\"name\":\"Math Tutoring in Warren, MI - Wiz Tutoring\",\"isPartOf\":{\"@id\":\"https:\/\/wiztutoring.com\/#website\"},\"datePublished\":\"2026-08-24T17:25:32+00:00\",\"dateModified\":\"2026-08-24T18:54:02+00:00\",\"description\":\"Math tutoring in Warren, MI for students in grades 2-12. Get personalized help with elementary math, Algebra, Geometry, Trigonometry, Precalculus and more.\",\"breadcrumb\":{\"@id\":\"https:\/\/wiztutoring.com\/?page_id=443#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/wiztutoring.com\/?page_id=443\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/wiztutoring.com\/?page_id=443#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/wiztutoring.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Math Tutoring\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/wiztutoring.com\/#website\",\"url\":\"https:\/\/wiztutoring.com\/\",\"name\":\"Wiztutoring\",\"description\":\"Math &amp; More\",\"publisher\":{\"@id\":\"https:\/\/wiztutoring.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/wiztutoring.com\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/wiztutoring.com\/#organization\",\"name\":\"Wiz Tutoring LLC\",\"url\":\"https:\/\/wiztutoring.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/wiztutoring.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/wiztutoring.com\/wp-content\/uploads\/2026\/06\/cropped-cropped-cropped-wiz_tutoring_logo_transparent_same_size.png\",\"contentUrl\":\"https:\/\/wiztutoring.com\/wp-content\/uploads\/2026\/06\/cropped-cropped-cropped-wiz_tutoring_logo_transparent_same_size.png\",\"width\":408,\"height\":122,\"caption\":\"Wiz Tutoring LLC\"},\"image\":{\"@id\":\"https:\/\/wiztutoring.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/edufbwebpage\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Math Tutoring in Warren, MI - Wiz Tutoring","description":"Math tutoring in Warren, MI for students in grades 2-12. Get personalized help with elementary math, Algebra, Geometry, Trigonometry, Precalculus and more.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/wiztutoring.com\/?page_id=443","og_locale":"en_US","og_type":"article","og_title":"Math Tutoring in Warren, MI - Wiz Tutoring","og_description":"Math tutoring in Warren, MI for students in grades 2-12. Get personalized help with elementary math, Algebra, Geometry, Trigonometry, Precalculus and more.","og_url":"https:\/\/wiztutoring.com\/?page_id=443","og_site_name":"Wiztutoring","article_publisher":"https:\/\/www.facebook.com\/edufbwebpage","article_modified_time":"2026-08-24T18:54:02+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/wiztutoring.com\/?page_id=443","url":"https:\/\/wiztutoring.com\/?page_id=443","name":"Math Tutoring in Warren, MI - Wiz Tutoring","isPartOf":{"@id":"https:\/\/wiztutoring.com\/#website"},"datePublished":"2026-08-24T17:25:32+00:00","dateModified":"2026-08-24T18:54:02+00:00","description":"Math tutoring in Warren, MI for students in grades 2-12. Get personalized help with elementary math, Algebra, Geometry, Trigonometry, Precalculus and more.","breadcrumb":{"@id":"https:\/\/wiztutoring.com\/?page_id=443#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/wiztutoring.com\/?page_id=443"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/wiztutoring.com\/?page_id=443#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/wiztutoring.com\/"},{"@type":"ListItem","position":2,"name":"Math Tutoring"}]},{"@type":"WebSite","@id":"https:\/\/wiztutoring.com\/#website","url":"https:\/\/wiztutoring.com\/","name":"Wiztutoring","description":"Math &amp; More","publisher":{"@id":"https:\/\/wiztutoring.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/wiztutoring.com\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/wiztutoring.com\/#organization","name":"Wiz Tutoring LLC","url":"https:\/\/wiztutoring.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/wiztutoring.com\/#\/schema\/logo\/image\/","url":"https:\/\/wiztutoring.com\/wp-content\/uploads\/2026\/06\/cropped-cropped-cropped-wiz_tutoring_logo_transparent_same_size.png","contentUrl":"https:\/\/wiztutoring.com\/wp-content\/uploads\/2026\/06\/cropped-cropped-cropped-wiz_tutoring_logo_transparent_same_size.png","width":408,"height":122,"caption":"Wiz Tutoring LLC"},"image":{"@id":"https:\/\/wiztutoring.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/edufbwebpage"]}]}},"_links":{"self":[{"href":"https:\/\/wiztutoring.com\/index.php?rest_route=\/wp\/v2\/pages\/443"}],"collection":[{"href":"https:\/\/wiztutoring.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/wiztutoring.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/wiztutoring.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/wiztutoring.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=443"}],"version-history":[{"count":8,"href":"https:\/\/wiztutoring.com\/index.php?rest_route=\/wp\/v2\/pages\/443\/revisions"}],"predecessor-version":[{"id":488,"href":"https:\/\/wiztutoring.com\/index.php?rest_route=\/wp\/v2\/pages\/443\/revisions\/488"}],"wp:attachment":[{"href":"https:\/\/wiztutoring.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=443"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}