미지수 괄호 문제 풀이 추가

This commit is contained in:
2026-05-29 23:47:10 +09:00
parent 335898b721
commit f3d051cdd1
16 changed files with 1789 additions and 105 deletions
+4 -3
View File
@@ -32,8 +32,9 @@ const subjects: Subject[] = [
},
{
label: "미지수 괄호 풀기",
description: "미지수가 들어간 괄호식은 이후 단계에서 추가됩니다.",
disabled: true,
description: "괄호 안에 미지수 x가 들어간 식의 부호 변화를 연습합니다.",
href: "/variable-parentheses",
disabled: false,
},
];
@@ -90,7 +91,7 @@ export default function Home() {
</div>
<div className="border-l-4 border-emerald-700 pl-4 text-sm leading-6 text-slate-600">
<p> .</p>
<p> .</p>
</div>
</section>
</main>