{"id":79,"date":"2023-07-17T19:47:03","date_gmt":"2023-07-17T19:47:03","guid":{"rendered":"https:\/\/mathority.org\/ko\/%eb%b0%b1%eb%b6%84%ec%9c%a8-%ea%b3%84%ec%82%b0%ea%b8%b0\/"},"modified":"2023-07-17T19:47:03","modified_gmt":"2023-07-17T19:47:03","slug":"%eb%b0%b1%eb%b6%84%ec%9c%a8-%ea%b3%84%ec%82%b0%ea%b8%b0","status":"publish","type":"post","link":"https:\/\/mathority.org\/ko\/%eb%b0%b1%eb%b6%84%ec%9c%a8-%ea%b3%84%ec%82%b0%ea%b8%b0\/","title":{"rendered":"\ubc31\ubd84\uc728\uc744 \uacc4\uc0b0\ud558\ub294 \ubc29\ubc95"},"content":{"rendered":"<p><strong>\ubc31\ubd84\uc728(%)\uc740<\/strong> \uc804\uccb4\uc5d0 \ub300\ud55c \uc591\uc758 \ube44\ub840\ub97c \ub098\ud0c0\ub0b4\ub294 \uc218\ud559 \uac1c\ub150\uc73c\ub85c, \ubc31\ubd84\uc728\ub85c \ud45c\uc2dc\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ub530\ub77c\uc11c \uc774 \uae00\uc5d0\uc11c\ub294 \ubc31\ubd84\uc728\uc5d0 \ub300\ud574 \uc54c\uc544\uc57c \ud560 \ubaa8\ub4e0 \uac83\uc744 \uc124\uba85\ud558\uace0 \ub2e4\uc74c \uc139\uc158\uc5d0\uc11c\ub294 \ubc31\ubd84\uc728 \uacc4\uc0b0\uae30\ub3c4 \ucc3e\uc744 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<h2 class=\"wp-block-heading\" id=\"calculadora-de-porcentajes\"> <span id=\"Calculadora_de_porcentajes\">\ubc31\ubd84\uc728 \uacc4\uc0b0\uae30<\/span><\/h2>\n<p> \uc544\ub798\uc5d0\ub294 \uc54c\ub824\uc9c4 \uc218\ub7c9\uc758 \ubc31\ubd84\uc728\uacfc \uc54c\ub824\uc9c4 \ubc31\ubd84\uc728\uc758 \ud569\uacc4\ub97c \uc5bb\uc744 \uc218 \uc788\ub294 <strong>\ub450 \uac00\uc9c0 \ubc31\ubd84\uc728 \uacc4\uc0b0\uae30\uac00<\/strong> \uc788\uc2b5\ub2c8\ub2e4. \ub450 \uac00\uc9c0 \ubaa8\ub450 \ub9e4\uc6b0 \uc9c1\uad00\uc801\uc774\uba70 \ub355\ubd84\uc5d0 <a href=\"https:\/\/mathority.org\/ko\/\u1107\u1162\u11a8\u1107\u116e\u11ab\u110b\u1172\u11af-\u1106\u116e\u11ab\u110c\u1166\/\" target=\"_blank\" rel=\"noreferrer noopener\">\ubc31\ubd84\uc728 \ubb38\uc81c\ub97c<\/a> \ud574\uacb0\ud560 \uc218 \uc788\ub2e4\ub294 \uac83\uc744 \uc54c\uac8c \ub420 \uac83\uc785\ub2c8\ub2e4.<\/p>\n<h3 class=\"wp-block-heading\" id=\"calcular-el-porcentaje-de-una-cantidad-conocida\"> \uc54c\ub824\uc9c4 \uc218\ub7c9\uc758 \ubc31\ubd84\uc728\uc744 \uacc4\uc0b0\ud569\ub2c8\ub2e4.<\/h3>\n<p><title> \ubc31\ubd84\uc728 \uacc4\uc0b0\uae30<\/title><script language=\"javascript\">\n    function calculaPorcentajes(){\n        var valorInicial = document.getElementById(\"cantidad\").value;\n        valorInicial = valorInicial.toString().replace(',', '.');\n        var valorPorcentaje = document.getElementById(\"porcentaje\").value;\n        valorPorcentaje = valorPorcentaje.toString().replace(',', '.');\n        var resultado = Math.floor(valorInicial*valorPorcentaje)\/100;\n        resultado = resultado.toString().replace('.', ',');\n     document.getElementById(\"resultado\").value=resultado;\n}\n<\/script><\/p>\n<form name=\"Formulario porcentajes\">\uc591:<input type=\"text\" name=\"Cantidad\" id=\"cantidad\" maxlength=\"5\" size=\"5\"> \ubc31\ubd84\uc728: <input type=\"text\" name=\"Porcentaje\" id=\"porcentaje\" maxlength=\"5\" size=\"5\"><input onclick=\"calculaPorcentajes()\" type=\"button\" value=\"Calcular\"><\/p>\n<p> \uacb0\uacfc: <input type=\"text\" name=\"Resultado\" id=\"resultado\" readonly=\"readonly\" maxlength=\"5\" size=\"5\"><\/p>\n<\/form>\n<h3 class=\"wp-block-heading\" id=\"calcular-el-total-conociendo-un-porcentaje\"> \ubc31\ubd84\uc728\uc744 \uc54c\uace0 \uc804\uccb4\ub97c \uacc4\uc0b0\ud569\ub2c8\ub2e4.<\/h3>\n<p><script language=\"javascript\">\n    function calculaTantoPorCiento(){\n        var valorPorcentajeInicial = document.getElementById(\"TantoPorCiento\").value;\n        valorPorcentajeInicial = valorPorcentajeInicial.toString().replace(',', '.');\n        var valorCantidadEquivalente = document.getElementById(\"CantidadPorcentaje\").value;\n        valorCantidadEquivalente = valorCantidadEquivalente.toString().replace(',', '.');\n        var resultado = Math.floor(100*valorCantidadEquivalente)\/valorPorcentajeInicial;\n        resultado = resultado.toString().replace('.', ',');\n       document.getElementById(\"ResultadoTantoPorCiento\").value=resultado;\n}\n<\/script><\/p>\n<form name=\"Formulario tanto por ciento\">\ubc31\ubd84\uc728:<input type=\"text\" name=\"TantoPorCiento\" id=\"TantoPorCiento\" maxlength=\"5\" size=\"5\"> \ud574\ub2f9 \uae08\uc561: <input type=\"text\" name=\"CantidadPorcentaje\" id=\"CantidadPorcentaje\" maxlength=\"5\" size=\"5\"><input onclick=\"calculaTantoPorCiento()\" type=\"button\" value=\"Calcular\"><\/p>\n<p> \uacb0\uacfc: <input type=\"text\" name=\"ResultadoTantoPorCiento\" id=\"ResultadoTantoPorCiento\" readonly=\"readonly\" maxlength=\"6\" size=\"6\"><\/p>\n<\/form>\n<h2 class=\"wp-block-heading\" id=\"que-es-el-porcentaje\"> <span id=\"Que_es_el_porcentaje\">\ubc31\ubd84\uc728\uc740 \uc5bc\ub9c8\uc785\ub2c8\uae4c?<\/span><\/h2>\n<p> \ubc31\ubd84\uc728\uc740 \uc124\uc815\ub41c \ub450 \uc218\ub7c9 \uc0ac\uc774\uc758 \ube44\ub840\uc131\uc744 \ub098\ud0c0\ub0b4\ub294 \uac12\uc785\ub2c8\ub2e4. \uc218\ud559\uc801\uc73c\ub85c \ub9d0\ud558\uba74 \ucd08\uae30 \uae08\uc561\uacfc \ucd1d\uc561\uc744 \ub098\ub208 \uac12\uc5d0 100\uc744 \uacf1\ud55c \uac12\uc785\ub2c8\ub2e4. \uc608\ub97c \ub4e4\uc5b4, \ucd1d 10\uac1c \ub2e8\uc704 \uc911 3\uac1c \ub2e8\uc704\uc758 \ube44\uc728\uc744 \uc54c\uace0 \uc2f6\ub2e4\uba74 \ub2e4\uc74c \uacc4\uc0b0\uc744 \uc218\ud589\ud558\uba74 \ub429\ub2c8\ub2e4: <strong>(3\/10) x 100 = 30%<\/strong> . \ubc31\ubd84\uc728\uc744 \uacc4\uc0b0\ud558\ub824\uba74 \uc774 \ub9e4\uc6b0 \uac04\ub2e8\ud55c \uacf5\uc2dd\ub9cc \uc54c\uba74 \ub429\ub2c8\ub2e4(\ub098\uc911\uc5d0 \uc124\uba85\ud558\uaca0\uc2b5\ub2c8\ub2e4). \uadf8\ub7f0 \ub2e4\uc74c \uacc4\uc0b0\ud558\ub824\ub294 \ubcc0\uc218\uc5d0 \ub530\ub77c \uc774\ub97c \uc870\uc815\ud574\uc57c \ud569\ub2c8\ub2e4. \ubbf8\uc9c0\uc218\ub294 \uc138 \uac00\uc9c0 \uac12(\ucd5c\uc885 \uae08\uc561, \ucd08\uae30 \uae08\uc561 \ub610\ub294 \ubc31\ubd84\uc728) \uc911 \ud558\ub098\uc77c \uc218 \uc788\uae30 \ub54c\ubb38\uc785\ub2c8\ub2e4.<\/p>\n<h3 class=\"wp-block-heading\" id=\"calculo-del-tanto-por-ciento\"> \ubc31\ubd84\uc728 \uacc4\uc0b0<\/h3>\n<p> \ubc31\ubd84\uc728\uc740 <a href=\"https:\/\/mathority.org\/ko\/\u110f\u1173\u1100\u1175\/\" target=\"_blank\" rel=\"noreferrer noopener\">\ube44\uc728<\/a> \uc774\ub098 \ubc31\ubd84\uc728\uc744 \ud45c\ud604\ud558\ub294 \ubc29\ubc95\uc785\ub2c8\ub2e4. \uc774 \ud615\uc2dd\uc758 \uad00\uacc4\ub97c \uc54c\ub824\uba74 \uc774\uc804 \uc608\uc5d0\uc11c \ud588\ub358 \uac83\ucc98\ub7fc \uccab \ubc88\uc9f8 \ub098\ub217\uc148\uc5d0 100\uc744 \uacf1\ud558\uba74 \ub429\ub2c8\ub2e4. \ud558\uc9c0\ub9cc \uc774\uac83\uc740 1\uc5d0 \ub108\ubb34 \ub9ce\ub2e4, 10\uc5d0 \ub108\ubb34 \ub9ce\ub2e4\u2026\ub85c \ud45c\ud604\ub420 \uc218\ub3c4 \uc788\uc2b5\ub2c8\ub2e4. \ubc31\uc5d0\uc11c 1 \ub610\ub294 10\uc73c\ub85c \ubc11\uc218\ub97c \ubc14\uafb8\uba74 \ub429\ub2c8\ub2e4.<\/p>\n<h2 class=\"wp-block-heading\" id=\"formula-para-calcular-porcentaje\"> <span id=\"Formula_para_calcular_porcentaje\">\ubc31\ubd84\uc728 \uacc4\uc0b0 \uacf5\uc2dd<\/span><\/h2>\n<p> \ubc31\ubd84\uc728\uc744 \uacc4\uc0b0\ud560 \ub54c \ub450 \uac00\uc9c0 \uc0c1\ud669\uc5d0 \ucc98\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc218\ub7c9\uc5d0 \ud574\ub2f9\ud558\ub294 \ubc31\ubd84\uc728\uc744 \uc5bb\uace0 \uc2f6\uac70\ub098 \ubc31\ubd84\uc728\uc5d0\uc11c \uc815\uc218 \uc22b\uc790 \uac12\uc744 \uc5bb\uace0 \uc2f6\uc2b5\ub2c8\ub2e4. \ub450 \uacbd\uc6b0 \ubaa8\ub450 &#8221; <strong>(\ucd08\uae30 \uac12 \/ \ucd5c\uc885 \uac12) x 100 = %<\/strong> &#8220;\ub77c\ub294 \ub3d9\uc77c\ud55c \uacf5\uc2dd\uc744 \uc0ac\uc6a9\ud558\uc9c0\ub9cc \ub2e4\ub978 \ubcc0\uc218\ub97c \uc0ac\uc6a9\ud569\ub2c8\ub2e4. \ub530\ub77c\uc11c \uc544\ub798\uc5d0\uc11c\ub294 \uac01 \uacbd\uc6b0\ub97c \ubcc4\ub3c4\ub85c \uc124\uba85\ud558\uaca0\uc2b5\ub2c8\ub2e4.<\/p>\n<h3 class=\"wp-block-heading\" id=\"calcular-el-porcentaje-entre-dos-cantidades\"> \ub450 \uae08\uc561 \uc0ac\uc774\uc758 \ubc31\ubd84\uc728\uc744 \uacc4\uc0b0\ud569\ub2c8\ub2e4.<\/h3>\n<p> \ubc31\ubd84\uc728\uc744 \uacc4\uc0b0\ud558\ub824\uba74 \ub2e4\uc74c \uc608\uc758 \ub2e8\uacc4\ub97c \ub530\ub77c\uc57c \ud569\ub2c8\ub2e4.<\/p>\n<ul>\n<li> \uba3c\uc800 \ud569\uacc4\uc758 \uc22b\uc790 \uac12\uacfc \ube44\uc728\uc744 \uacc4\uc0b0\ud558\ub824\ub294 \uac12\uc744 \uc54c\uc544\uc57c \ud569\ub2c8\ub2e4. \uc774 \uc608\uc5d0\uc11c\ub294 400(\ucd1d\uc561)\uacfc 100(\ub450 \ubc88\uc9f8 \uac12)\uc744 \uc0ac\uc6a9\ud569\ub2c8\ub2e4.<\/li>\n<li> \ub530\ub77c\uc11c \uc774\ub97c \ub2e4\uc74c\uacfc \uac19\uc740 \uc218\ud559\uc801 \ud45c\ud604\uc774\ub098 \uacf5\uc2dd\uc73c\ub85c \ud45c\ud604\ud569\ub2c8\ub2e4: (100\/400) x 100 = 25%<\/li>\n<li> \uc774 \uacb0\uacfc\ub294 \ubc31\ubd84\uc728\ub85c \ud45c\ud604\ub41c \ube44\uc728\uc774\uba70, \ubcf4\uc2dc\ub2e4\uc2dc\ud53c \uc774\ub294 3\uc758 \ubc95\uce59\uc5d0 \uc9c0\ub098\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.<\/li>\n<\/ul>\n<h3 class=\"wp-block-heading\" id=\"como-sacar-el-porcentaje\"> \ubc31\ubd84\uc728\uc744 \uc5bb\ub294 \ubc29\ubc95\uc740 \ubb34\uc5c7\uc785\ub2c8\uae4c?<\/h3>\n<p> \uc22b\uc790\uc758 \ubc31\ubd84\uc728\uc744 \uc5bb\uc73c\ub824\uba74 \ub2e4\uc74c \uc608\uc758 \ub2e8\uacc4\ub97c \ub530\ub77c\uc57c \ud569\ub2c8\ub2e4.<\/p>\n<ul>\n<li> \uc2dc\uc791\ud558\ub824\uba74 \ubc31\ubd84\uc728 \uac12\uc5d0 \ucd1d\uacc4(25% x 400 = 10,000)\ub97c \uacf1\ud574\uc57c \ud569\ub2c8\ub2e4.<\/li>\n<li> \uadf8\ub7f0 \ub2e4\uc74c \uc774 \uc791\uc5c5\uc758 \uacb0\uacfc\ub97c 10000\/100 = 100\uc73c\ub85c \ub098\ub204\uc5b4 \ubc31\ubd84\uc728\uc5d0 \ube44\ub840\ud558\ub294 \uac12\uc744 \uc5bb\uc2b5\ub2c8\ub2e4.<\/li>\n<\/ul>\n<h2 class=\"wp-block-heading\" id=\"tipos-de-porcentajes\"> <span id=\"Tipos_de_porcentajes\">\ubc31\ubd84\uc728\uc758 \uc885\ub958<\/span><\/h2>\n<p> \ud560\uc778\uacfc \uc99d\uac00\ub77c\ub294 \ub450 \uac00\uc9c0 \uc720\ud615\uc758 \ubc31\ubd84\uc728\uc744 \ucc3e\uc744 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uadf8 \uc774\ub984\uc740 \ubcf8\uc9c8\uc801\uc73c\ub85c <strong>\ucd5c\uc885 \uac12\uacfc \ucd08\uae30 \uac12 \uc0ac\uc774\uc758 \ubcc0\ud654\uc778<\/strong> \ucc28\uc774\uc810\uc5d0 \ub300\ud55c \ub2e8\uc11c\ub97c \uc81c\uacf5\ud569\ub2c8\ub2e4. \uc774\ub7ec\ud55c \ubd84\ub958\ub294 \ubaa8\ub450 \ud328\ud134\uc744 \uc2dd\ubcc4\ud558\ub294 \ub370 \ub3c4\uc6c0\uc774 \ub418\uae30 \ub54c\ubb38\uc5d0 \ud1b5\uacc4\uc5d0 \ub9e4\uc6b0 \uc720\uc6a9\ud558\ub2e4\ub294 \uc810\uc5d0 \uc720\uc758\ud574\uc57c \ud569\ub2c8\ub2e4. \ub530\ub77c\uc11c \ub370\uc774\ud130 \uc785\ub825\uc744 \uad6c\uc131\ud569\ub2c8\ub2e4. \ud1b5\uacc4\uc5d0\ub9cc \uc801\uc6a9\ub418\ub294 \uac83\uc774 \uc544\ub2c8\ub77c <a href=\"https:\/\/mathority.org\/ko\/\u1107\u116e\u1100\u1161\u1100\u1161\u110e\u1175\u1109\u1166-\u1100\u1168\u1109\u1161\u11ab\/\" target=\"_blank\" rel=\"noreferrer noopener\">VAT \uacc4\uc0b0<\/a> \uc2dc \uc774\uc790\uc728\uacfc \ud568\uaed8 \uacbd\uc81c\uc5d0\ub3c4 \uc801\uc6a9\ub429\ub2c8\ub2e4.<\/p>\n<h3 class=\"wp-block-heading\" id=\"porcentaje-de-descuento\"> \ud560\uc778\uc728<\/h3>\n<p> \uc774 \ud074\ub798\uc2a4\uc758 \ubc31\ubd84\uc728\ub85c \uc778\ud574 \ucd5c\uc885 \uac12\uc774 \ucd08\uae30 \uac12\uc5d0 \ube44\ud574 \uac10\uc18c\ud569\ub2c8\ub2e4. \ubc31\ubd84\uc728\uc774 \ud560\uc778\uc778\uc9c0 \ud655\uc778\ud558\ub824\uba74 \ub05d\uc5d0\uc11c \ucd08\uae30 \uac12\uc744 \ube7c\uba74 \ub429\ub2c8\ub2e4. \ucc28\uc774 \uacb0\uacfc\uac00 \uc591\uc218\uc774\uba74 \ubc31\ubd84\uc728 \uac10\uc18c\ub77c\ub294 \uac83\uc744 \uc54c \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<h3 class=\"wp-block-heading\" id=\"porcentaje-de-incremento\"> \ube44\uc728\uc744 \ub192\uc5ec\ub77c<\/h3>\n<p> \uc774 \uc720\ud615\uc758 \ubc31\ubd84\uc728\uc5d0\ub294 \ucd08\uae30 \uac12\uc744 \uc904\uc774\ub294 \ub300\uc2e0 \uc99d\uac00\uc2dc\ud0a4\ub294 \uac83\uc774 \ud3ec\ud568\ub418\uba70, \ubc31\ubd84\uc728\uc5d0 100\uc744 \ub354\ud558\uc5ec \uc774\ub97c \ub2ec\uc131\ud569\ub2c8\ub2e4. \uac12\uc758 100%\ub294 \ub3d9\uc77c\ud55c \uac12\uc774\ubbc0\ub85c(\uc608: $20\uc758 100%\ub294 $20\uc640 \uac19\uc2b5\ub2c8\ub2e4.) \ubc31\ubd84\uc728\uc774 100%\ub97c \ucd08\uacfc\ud558\uba74 \ucd5c\uc885 \uac12\uc740 \ucd08\uae30 \uac12\uc744 \ucd08\uacfc\ud569\ub2c8\ub2e4.<\/p>\n<h2 class=\"wp-block-heading\" id=\"herramientas-para-calcular-porcentajes\"> <span id=\"Herramientas_para_calcular_porcentajes\">\ubc31\ubd84\uc728 \uacc4\uc0b0 \ub3c4\uad6c<\/span><\/h2>\n<p> \uc624\ub298\ub0a0 \uc6b0\ub9ac\ub294 \uacc4\uc0b0\uae30, Excel, \ubaa8\ubc14\uc77c \uc7a5\uce58\uc6a9 \ud2b9\uc815 \ud504\ub85c\uadf8\ub7a8 \ub4f1 \ubc31\ubd84\uc728\uc744 \ub354 \uc27d\uac8c \uacc4\uc0b0\ud560 \uc218 \uc788\ub294 \ub9ce\uc740 \ub3c4\uad6c\ub97c \uac00\uc9c0\uace0 \uc788\uc2b5\ub2c8\ub2e4. \uc774\uac83\uc774 \ubc14\ub85c \uc774\ub7ec\ud55c \uc720\ud615\uc758 \uacc4\uc0b0\uc744 \uc218\ud589\ud558\uae30 \uc704\ud574 \ub530\ub77c\uc57c \ud560 \uc808\ucc28\ub97c \ubaa8\ub4e0 \uc0ac\ub78c\uc5d0\uac8c \uc124\uba85\ud558\ub824\ub294 \uc774\uc720\uc785\ub2c8\ub2e4.<\/p>\n<h3 class=\"wp-block-heading\" id=\"como-usar-excel-para-calcular-porcentajes\"> Excel\uc744 \uc0ac\uc6a9\ud558\uc5ec \ubc31\ubd84\uc728\uc744 \uacc4\uc0b0\ud558\ub294 \ubc29\ubc95\uc740 \ubb34\uc5c7\uc785\ub2c8\uae4c?<\/h3>\n<p> \uc774 \uacc4\uc0b0 \ub3c4\uad6c\uc5d0\ub294 \uc77c\uc0c1 \uc0dd\ud65c\uc5d0 \ub3c4\uc6c0\uc774 \ub420 \uc218 \uc788\ub294 \uc218\ub9ce\uc740 \uae30\ub2a5\uc774 \uc788\uc73c\uba70 \uadf8 \uc911 \ud558\ub098\ub294 \ubc31\ubd84\uc728 \uacc4\uc0b0\uc785\ub2c8\ub2e4. \uc774 \uc635\uc158\uc740 <strong>\uc0ac\uc6a9\ud558\uae30 \ub9e4\uc6b0 \uc27d\uc2b5\ub2c8\ub2e4<\/strong> . \uba87 \ubc88\uc758 \ud074\ub9ad\ub9cc\uc73c\ub85c \uacb0\uacfc\ub97c \uc5bb\uc744 \uc218 \uc788\uae30 \ub54c\ubb38\uc785\ub2c8\ub2e4.<\/p>\n<ul>\n<li> \uccab \ubc88\uc9f8\ub294 \ub2e4\uc591\ud55c \ucd1d \uac00\uce58 \ub610\ub294 \uac00\uaca9(\uae08\uc735 \uc138\uacc4\uc5d0 \uc801\uc6a9\ud558\ub294 \uacbd\uc6b0)\uc5d0 \uc5f4\uc744 \ud560\ub2f9\ud558\ub294 \uac83\uc73c\ub85c \uad6c\uc131\ub429\ub2c8\ub2e4. \ub530\ub77c\uc11c \uc774 \uac12\uc744 A\uc5f4\uc5d0 \uc4f0\uace0 B\uc5f4\uc5d0 \ubc31\ubd84\uc728\uc744 \uc790\uc138\ud788 \uc124\uba85\ud558\uaca0\uc2b5\ub2c8\ub2e4.<\/li>\n<li> \ub2e4\uc74c\uc73c\ub85c C\uc5f4\uc5d0 A1*(1-B1) \uc218\uc2dd\uc744 \ucd94\uac00\ud569\ub2c8\ub2e4. \uc774 \ucf54\ub4dc\ub97c \uc0ac\uc6a9\ud558\uba74 \uccab \ubc88\uc9f8 \ud589 \uac12\uc758 \ubc31\ubd84\uc728\uc744 \uc801\uc6a9\ud569\ub2c8\ub2e4.<\/li>\n<li> \uac00\uaca9\uc774 \uc5ec\ub7ec \uac1c\uc778 \uacbd\uc6b0 \uacf5\uc2dd \uc0c1\uc790\ub97c \uc544\ub798\uc758 \ub2e4\ub978 \uc0c1\uc790\ub85c \ub4dc\ub798\uadf8\ud558\uac70\ub098 \uac04\ub2e8\ud788 \uc8fc\ubb38\uc744 \ubcf5\uc0ac\ud558\uc5ec \ubd99\uc5ec\ub123\uc744 \uc218 \uc788\uc2b5\ub2c8\ub2e4. <\/li>\n<\/ul>\n<h3 class=\"wp-block-heading\" id=\"como-calcular-porcentajes-con-una-calculadora-cientifica\"> \uacf5\ud559\uc6a9 \uacc4\uc0b0\uae30\ub85c \ubc31\ubd84\uc728\uc744 \uacc4\uc0b0\ud558\ub294 \ubc29\ubc95\uc740 \ubb34\uc5c7\uc785\ub2c8\uae4c?<\/h3>\n<p> <a href=\"https:\/\/mathority.org\/ko\" target=\"_blank\" rel=\"noreferrer noopener\">\uacfc\ud559\uc6a9 \uacc4\uc0b0\uae30\ub97c \uc0ac\uc6a9<\/a> \ud558\uba74 \ub450 \uac00\uc9c0 \ubc29\ubc95\uc73c\ub85c \ubc31\ubd84\uc728\uc744 \uacc4\uc0b0\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc774\uc804\uc758 \ubaa8\ub4e0 \uc608\uc5d0\uc11c \uc0ac\uc6a9\ud55c \uacf5\uc2dd\uc744 \uc0ac\uc6a9\ud558\uac70\ub098 <strong>&#8220;%&#8221; \ud0a4\ub97c<\/strong> \uc0ac\uc6a9\ud558\ub294 \uac83\uc785\ub2c8\ub2e4. \ub450 \ubc88\uc9f8 \ubc29\ubc95\uc744 \uc0ac\uc6a9\ud558\ub824\uba74 &#8220;60&#8221; + &#8220;+&#8221; + &#8220;15&#8221; + &#8220;%&#8221; \ud0a4 \uc2dc\ud000\uc2a4\ub97c \uc785\ub825\ud574\uc57c \ud558\uba70 \uc774\ub807\uac8c \ud558\uba74 60\uc758 15%\uac00 \ubc18\ud658\ub429\ub2c8\ub2e4. \ub610\ud55c, \uc2dc\uc911\uc5d0 \ub098\uc640 \uc788\ub294 \uac00\uc7a5 \uc9c4\ubcf4\ub41c \uacc4\uc0b0\uae30\uc5d0\ub294 \ub9e4\uc6b0 \ubcf5\uc7a1\ud55c \ubc31\ubd84\uc728 \uacc4\uc0b0\uc774 \uac00\ub2a5\ud55c \ud1b5\uacc4 \ubd84\uc11d \uae30\ub2a5\uc774 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<h3 class=\"wp-block-heading\" id=\"operaciones-con-porcentajes-en-la-calculadora\"> \uacc4\uc0b0\uae30\uc5d0\uc11c \ubc31\ubd84\uc728\uc744 \uc0ac\uc6a9\ud55c \uc791\uc5c5<\/h3>\n<p> \uacc4\uc0b0\uae30\uc758 \ub610 \ub2e4\ub978 \ub9e4\uc6b0 \ud765\ubbf8\ub85c\uc6b4 \uc635\uc158\uc740 \uac00\uc7a5 \uae30\ubcf8\uc801\uc778 \uc5f0\uc0b0\uc758 \uae30\ud638\ub97c \uc4f0\uba74 <strong>\ubc31\ubd84\uc728\uc744 \ub354\ud558\uace0 \ube84<\/strong> \uc218 \uc788\ub2e4\ub294 \uac83\uc785\ub2c8\ub2e4: (+) (-) (x) (\/). \uc774\ub807\uac8c \ud558\uba74 \ub354 \uc9e7\uc740 \uc2dc\uac04\uc5d0 \ub354 \ub9ce\uc740 \uc218\uc758 \uc5f0\uc18d \uacc4\uc0b0\uc744 \uc218\ud589\ud560 \uc218 \uc788\uc5b4 \uacc4\uc0b0 \ud6a8\uc728\uc131\uc774 \ub192\uc544\uc9d1\ub2c8\ub2e4. \ub610\ud55c \ub3d9\uc77c\ud55c \uac12\uc5d0 \ub300\ud574 \ub9ce\uc740 \ubc31\ubd84\uc728 \uacc4\uc0b0\uc744 \uc218\ud589\ud574\uc57c \ud558\ub294 \uacbd\uc6b0\uc5d0\ub3c4 \ub9e4\uc6b0 \uc720\uc6a9\ud569\ub2c8\ub2e4.<\/p>\n<h2 class=\"wp-block-heading\" id=\"ejercicios-de-porcentajes\"> <span id=\"Ejercicios_de_porcentajes\">\ubc31\ubd84\uc728 \uc5f0\uc2b5<\/span><\/h2>\n<p> \ub2e4\uc74c\uc73c\ub85c, \uc774 \uae00\uc5d0\uc11c \uc124\uba85\ud55c \uc774\ub860\uc744 \uc801\uc6a9\ud560 \uc218 \uc788\ub3c4\ub85d \ub450 \uac00\uc9c0 \ubcf5\uc2b5 \uc5f0\uc2b5\uc744 \uc900\ube44\ud588\uc2b5\ub2c8\ub2e4. \uadf8\ub7ec\ub098 \ub354 \ub9ce\uc740 \ubb38\uc81c\ub97c \uc6d0\ud55c\ub2e4\uba74 <a href=\"https:\/\/mathority.org\/ko\/\u1107\u1162\u11a8\u1107\u116e\u11ab\u110b\u1172\u11af-\u1106\u116e\u11ab\u110c\u1166\/\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">\uc774 \ub9c1\ud06c\ub97c<\/a> \ud1b5\ud574 10\uac1c\uc758 \ubb38\uc81c\ub97c \ub354 \ucc3e\uc744 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<h3 class=\"wp-block-heading\" id=\"ejercicio-de-porcentajes-facil\"> \uc26c\uc6b4 \uc6b4\ub3d9 \ube44\uc728<\/h3>\n<p> <strong>\uc9c8\ubb38:<\/strong> \ud55c \ud559\uad50\uc758 \ud559\uc0dd 160\uba85 \uc911 44%\uac00 \uc218\ud559\uc744 \uc88b\uc544\ud558\uace0 30%\ub294 \uae30\uc220\uc744 \uc88b\uc544\ud558\uba70 \ub098\uba38\uc9c0\ub294 \uc5ed\uc0ac\ub97c \uc88b\uc544\ud569\ub2c8\ub2e4. \uc774\uc57c\uae30\ub97c \uc88b\uc544\ud558\ub294 \ud559\uc0dd\uc774 \uba87 \uba85\uc778\uc9c0 \uacc4\uc0b0\ud574 \ubcf4\uc138\uc694.<\/p>\n<p> <strong>\ud574\uacb0 \ubc29\ubc95:<\/strong> \uc5ed\uc0ac \ud559\uc0dd\uc5d0 \ud574\ub2f9\ud558\ub294 \ube44\uc728\uc740 26%(100% \u2013 44% \u2013 30%)\uc785\ub2c8\ub2e4. \ub530\ub77c\uc11c \uc6b0\ub9ac\ub294 \uc774 \ubc31\ubd84\uc728\uc5d0 \ud574\ub2f9\ud558\ub294 \ud559\uc0dd \uc218(26% x 160 = 4160)\ub97c \uc5bb\uae30 \uc704\ud574 \uc77c\ubc18\uc801\uc778 \uacf5\uc2dd\uc744 \uc801\uc6a9\ud574\uc57c \ud569\ub2c8\ub2e4. \ub9c8\uc9c0\ub9c9\uc73c\ub85c \uc774 \uac12\uc744 100\uc73c\ub85c \ub098\ub20c \uc218 \uc788\uc2b5\ub2c8\ub2e4: 4160 \/ 100 = 41.6. \uc6b0\ub9ac\ub294 \uc774 \uc22b\uc790\ub97c \ub300\ub7b5 42\uba85\uc758 \ud559\uc0dd\uc73c\ub85c \ucd94\uc815\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<h3 class=\"wp-block-heading\" id=\"ejercicio-de-porcentaje-con-iva\"> VAT\ub97c \uc0ac\uc6a9\ud55c \ubc31\ubd84\uc728 \ud589\uc0ac<\/h3>\n<p> <strong>\uc9c8\ubb38:<\/strong> \uc6b0\ub9ac\ub294 \u20ac1000 + VAT \uac00\uaca9\uc758 \ucef4\ud4e8\ud130\ub97c \uc0ac\uace0 \uc2f6\uc2b5\ub2c8\ub2e4. \ucd1d \uc5bc\ub9c8\ub97c \uc9c0\ubd88\ud574\uc57c \ud569\ub2c8\uae4c?<\/p>\n<p> <strong>\ud574\uacb0\ucc45:<\/strong> \ucd08\uae30 \uac00\uaca9(\u20ac1,000)\uc758 121%\ub97c \uac04\ub2e8\ud788 \uacc4\uc0b0\ud574 \ubcf4\uc138\uc694: 1,000 \/ 100 x 121 = \u20ac1,210<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\ubc31\ubd84\uc728(%)\uc740 \uc804\uccb4\uc5d0 \ub300\ud55c \uc591\uc758 \ube44\ub840\ub97c \ub098\ud0c0\ub0b4\ub294 \uc218\ud559 \uac1c\ub150\uc73c\ub85c, \ubc31\ubd84\uc728\ub85c \ud45c\uc2dc\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ub530\ub77c\uc11c \uc774 \uae00\uc5d0\uc11c\ub294 \ubc31\ubd84\uc728\uc5d0 \ub300\ud574 \uc54c\uc544\uc57c \ud560 \ubaa8\ub4e0 \uac83\uc744 \uc124\uba85\ud558\uace0 \ub2e4\uc74c \uc139\uc158\uc5d0\uc11c\ub294 \ubc31\ubd84\uc728 \uacc4\uc0b0\uae30\ub3c4 \ucc3e\uc744 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ubc31\ubd84\uc728 \uacc4\uc0b0\uae30 \uc544\ub798\uc5d0\ub294 \uc54c\ub824\uc9c4 \uc218\ub7c9\uc758 \ubc31\ubd84\uc728\uacfc \uc54c\ub824\uc9c4 \ubc31\ubd84\uc728\uc758 \ud569\uacc4\ub97c \uc5bb\uc744 \uc218 \uc788\ub294 \ub450 \uac00\uc9c0 \ubc31\ubd84\uc728 \uacc4\uc0b0\uae30\uac00 \uc788\uc2b5\ub2c8\ub2e4. \ub450 \uac00\uc9c0 \ubaa8\ub450 \ub9e4\uc6b0 \uc9c1\uad00\uc801\uc774\uba70 \ub355\ubd84\uc5d0 \ubc31\ubd84\uc728 \ubb38\uc81c\ub97c \ud574\uacb0\ud560 &hellip;<\/p>\n<p class=\"read-more\"> <a class=\"\" href=\"https:\/\/mathority.org\/ko\/%eb%b0%b1%eb%b6%84%ec%9c%a8-%ea%b3%84%ec%82%b0%ea%b8%b0\/\"> <span class=\"screen-reader-text\">\ubc31\ubd84\uc728\uc744 \uacc4\uc0b0\ud558\ub294 \ubc29\ubc95<\/span> \ub354 \ubcf4\uae30 &raquo;<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"","footnotes":""},"categories":[27,10],"tags":[],"class_list":["post-79","post","type-post","status-publish","format-standard","hentry","category-27","category-10"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v21.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>\ubc31\ubd84\uc728\uc744 \uacc4\uc0b0\ud558\ub294 \ubc29\ubc95 - Mathority<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/mathority.org\/ko\/\ubc31\ubd84\uc728-\uacc4\uc0b0\uae30\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\ubc31\ubd84\uc728\uc744 \uacc4\uc0b0\ud558\ub294 \ubc29\ubc95 - Mathority\" \/>\n<meta property=\"og:description\" content=\"\ubc31\ubd84\uc728(%)\uc740 \uc804\uccb4\uc5d0 \ub300\ud55c \uc591\uc758 \ube44\ub840\ub97c \ub098\ud0c0\ub0b4\ub294 \uc218\ud559 \uac1c\ub150\uc73c\ub85c, \ubc31\ubd84\uc728\ub85c \ud45c\uc2dc\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ub530\ub77c\uc11c \uc774 \uae00\uc5d0\uc11c\ub294 \ubc31\ubd84\uc728\uc5d0 \ub300\ud574 \uc54c\uc544\uc57c \ud560 \ubaa8\ub4e0 \uac83\uc744 \uc124\uba85\ud558\uace0 \ub2e4\uc74c \uc139\uc158\uc5d0\uc11c\ub294 \ubc31\ubd84\uc728 \uacc4\uc0b0\uae30\ub3c4 \ucc3e\uc744 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ubc31\ubd84\uc728 \uacc4\uc0b0\uae30 \uc544\ub798\uc5d0\ub294 \uc54c\ub824\uc9c4 \uc218\ub7c9\uc758 \ubc31\ubd84\uc728\uacfc \uc54c\ub824\uc9c4 \ubc31\ubd84\uc728\uc758 \ud569\uacc4\ub97c \uc5bb\uc744 \uc218 \uc788\ub294 \ub450 \uac00\uc9c0 \ubc31\ubd84\uc728 \uacc4\uc0b0\uae30\uac00 \uc788\uc2b5\ub2c8\ub2e4. \ub450 \uac00\uc9c0 \ubaa8\ub450 \ub9e4\uc6b0 \uc9c1\uad00\uc801\uc774\uba70 \ub355\ubd84\uc5d0 \ubc31\ubd84\uc728 \ubb38\uc81c\ub97c \ud574\uacb0\ud560 &hellip; \ubc31\ubd84\uc728\uc744 \uacc4\uc0b0\ud558\ub294 \ubc29\ubc95 \ub354 \ubcf4\uae30 &raquo;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/mathority.org\/ko\/\ubc31\ubd84\uc728-\uacc4\uc0b0\uae30\/\" \/>\n<meta property=\"article:published_time\" content=\"2023-07-17T19:47:03+00:00\" \/>\n<meta name=\"author\" content=\"Mathority \ud300\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Mathority \ud300\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/mathority.org\/ko\/%eb%b0%b1%eb%b6%84%ec%9c%a8-%ea%b3%84%ec%82%b0%ea%b8%b0\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/mathority.org\/ko\/%eb%b0%b1%eb%b6%84%ec%9c%a8-%ea%b3%84%ec%82%b0%ea%b8%b0\/\"},\"author\":{\"name\":\"Mathority \ud300\",\"@id\":\"https:\/\/mathority.org\/ko\/#\/schema\/person\/b7f677c20b58bb738a8602832db8c1c7\"},\"headline\":\"\ubc31\ubd84\uc728\uc744 \uacc4\uc0b0\ud558\ub294 \ubc29\ubc95\",\"datePublished\":\"2023-07-17T19:47:03+00:00\",\"dateModified\":\"2023-07-17T19:47:03+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/mathority.org\/ko\/%eb%b0%b1%eb%b6%84%ec%9c%a8-%ea%b3%84%ec%82%b0%ea%b8%b0\/\"},\"wordCount\":18,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/mathority.org\/ko\/#organization\"},\"articleSection\":[\"\uc0b0\uc218\",\"\uc218\ud559\uc801 \uc124\uba85\"],\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/mathority.org\/ko\/%eb%b0%b1%eb%b6%84%ec%9c%a8-%ea%b3%84%ec%82%b0%ea%b8%b0\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/mathority.org\/ko\/%eb%b0%b1%eb%b6%84%ec%9c%a8-%ea%b3%84%ec%82%b0%ea%b8%b0\/\",\"url\":\"https:\/\/mathority.org\/ko\/%eb%b0%b1%eb%b6%84%ec%9c%a8-%ea%b3%84%ec%82%b0%ea%b8%b0\/\",\"name\":\"\ubc31\ubd84\uc728\uc744 \uacc4\uc0b0\ud558\ub294 \ubc29\ubc95 - Mathority\",\"isPartOf\":{\"@id\":\"https:\/\/mathority.org\/ko\/#website\"},\"datePublished\":\"2023-07-17T19:47:03+00:00\",\"dateModified\":\"2023-07-17T19:47:03+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/mathority.org\/ko\/%eb%b0%b1%eb%b6%84%ec%9c%a8-%ea%b3%84%ec%82%b0%ea%b8%b0\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/mathority.org\/ko\/%eb%b0%b1%eb%b6%84%ec%9c%a8-%ea%b3%84%ec%82%b0%ea%b8%b0\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/mathority.org\/ko\/%eb%b0%b1%eb%b6%84%ec%9c%a8-%ea%b3%84%ec%82%b0%ea%b8%b0\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/mathority.org\/ko\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\ubc31\ubd84\uc728\uc744 \uacc4\uc0b0\ud558\ub294 \ubc29\ubc95\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/mathority.org\/ko\/#website\",\"url\":\"https:\/\/mathority.org\/ko\/\",\"name\":\"Mathority\",\"description\":\"\ud638\uae30\uc2ec\uacfc \uacc4\uc0b0\uc774 \ub9cc\ub098\ub294 \uacf3!\",\"publisher\":{\"@id\":\"https:\/\/mathority.org\/ko\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/mathority.org\/ko\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"ko-KR\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/mathority.org\/ko\/#organization\",\"name\":\"Mathority\",\"url\":\"https:\/\/mathority.org\/ko\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/mathority.org\/ko\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/mathority.org\/ko\/wp-content\/uploads\/2023\/10\/mathority-logo.png\",\"contentUrl\":\"https:\/\/mathority.org\/ko\/wp-content\/uploads\/2023\/10\/mathority-logo.png\",\"width\":703,\"height\":151,\"caption\":\"Mathority\"},\"image\":{\"@id\":\"https:\/\/mathority.org\/ko\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/mathority.org\/ko\/#\/schema\/person\/b7f677c20b58bb738a8602832db8c1c7\",\"name\":\"Mathority \ud300\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/mathority.org\/ko\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/dd3f98feaeb54f342e72193f2059ae90dc3178f59adb7c82b33fc7d71c6ee19d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/dd3f98feaeb54f342e72193f2059ae90dc3178f59adb7c82b33fc7d71c6ee19d?s=96&d=mm&r=g\",\"caption\":\"Mathority \ud300\"},\"sameAs\":[\"http:\/\/mathority.org\/ko\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\ubc31\ubd84\uc728\uc744 \uacc4\uc0b0\ud558\ub294 \ubc29\ubc95 - Mathority","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:\/\/mathority.org\/ko\/\ubc31\ubd84\uc728-\uacc4\uc0b0\uae30\/","og_locale":"ko_KR","og_type":"article","og_title":"\ubc31\ubd84\uc728\uc744 \uacc4\uc0b0\ud558\ub294 \ubc29\ubc95 - Mathority","og_description":"\ubc31\ubd84\uc728(%)\uc740 \uc804\uccb4\uc5d0 \ub300\ud55c \uc591\uc758 \ube44\ub840\ub97c \ub098\ud0c0\ub0b4\ub294 \uc218\ud559 \uac1c\ub150\uc73c\ub85c, \ubc31\ubd84\uc728\ub85c \ud45c\uc2dc\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ub530\ub77c\uc11c \uc774 \uae00\uc5d0\uc11c\ub294 \ubc31\ubd84\uc728\uc5d0 \ub300\ud574 \uc54c\uc544\uc57c \ud560 \ubaa8\ub4e0 \uac83\uc744 \uc124\uba85\ud558\uace0 \ub2e4\uc74c \uc139\uc158\uc5d0\uc11c\ub294 \ubc31\ubd84\uc728 \uacc4\uc0b0\uae30\ub3c4 \ucc3e\uc744 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ubc31\ubd84\uc728 \uacc4\uc0b0\uae30 \uc544\ub798\uc5d0\ub294 \uc54c\ub824\uc9c4 \uc218\ub7c9\uc758 \ubc31\ubd84\uc728\uacfc \uc54c\ub824\uc9c4 \ubc31\ubd84\uc728\uc758 \ud569\uacc4\ub97c \uc5bb\uc744 \uc218 \uc788\ub294 \ub450 \uac00\uc9c0 \ubc31\ubd84\uc728 \uacc4\uc0b0\uae30\uac00 \uc788\uc2b5\ub2c8\ub2e4. \ub450 \uac00\uc9c0 \ubaa8\ub450 \ub9e4\uc6b0 \uc9c1\uad00\uc801\uc774\uba70 \ub355\ubd84\uc5d0 \ubc31\ubd84\uc728 \ubb38\uc81c\ub97c \ud574\uacb0\ud560 &hellip; \ubc31\ubd84\uc728\uc744 \uacc4\uc0b0\ud558\ub294 \ubc29\ubc95 \ub354 \ubcf4\uae30 &raquo;","og_url":"https:\/\/mathority.org\/ko\/\ubc31\ubd84\uc728-\uacc4\uc0b0\uae30\/","article_published_time":"2023-07-17T19:47:03+00:00","author":"Mathority \ud300","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Mathority \ud300"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/mathority.org\/ko\/%eb%b0%b1%eb%b6%84%ec%9c%a8-%ea%b3%84%ec%82%b0%ea%b8%b0\/#article","isPartOf":{"@id":"https:\/\/mathority.org\/ko\/%eb%b0%b1%eb%b6%84%ec%9c%a8-%ea%b3%84%ec%82%b0%ea%b8%b0\/"},"author":{"name":"Mathority \ud300","@id":"https:\/\/mathority.org\/ko\/#\/schema\/person\/b7f677c20b58bb738a8602832db8c1c7"},"headline":"\ubc31\ubd84\uc728\uc744 \uacc4\uc0b0\ud558\ub294 \ubc29\ubc95","datePublished":"2023-07-17T19:47:03+00:00","dateModified":"2023-07-17T19:47:03+00:00","mainEntityOfPage":{"@id":"https:\/\/mathority.org\/ko\/%eb%b0%b1%eb%b6%84%ec%9c%a8-%ea%b3%84%ec%82%b0%ea%b8%b0\/"},"wordCount":18,"commentCount":0,"publisher":{"@id":"https:\/\/mathority.org\/ko\/#organization"},"articleSection":["\uc0b0\uc218","\uc218\ud559\uc801 \uc124\uba85"],"inLanguage":"ko-KR","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/mathority.org\/ko\/%eb%b0%b1%eb%b6%84%ec%9c%a8-%ea%b3%84%ec%82%b0%ea%b8%b0\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/mathority.org\/ko\/%eb%b0%b1%eb%b6%84%ec%9c%a8-%ea%b3%84%ec%82%b0%ea%b8%b0\/","url":"https:\/\/mathority.org\/ko\/%eb%b0%b1%eb%b6%84%ec%9c%a8-%ea%b3%84%ec%82%b0%ea%b8%b0\/","name":"\ubc31\ubd84\uc728\uc744 \uacc4\uc0b0\ud558\ub294 \ubc29\ubc95 - Mathority","isPartOf":{"@id":"https:\/\/mathority.org\/ko\/#website"},"datePublished":"2023-07-17T19:47:03+00:00","dateModified":"2023-07-17T19:47:03+00:00","breadcrumb":{"@id":"https:\/\/mathority.org\/ko\/%eb%b0%b1%eb%b6%84%ec%9c%a8-%ea%b3%84%ec%82%b0%ea%b8%b0\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/mathority.org\/ko\/%eb%b0%b1%eb%b6%84%ec%9c%a8-%ea%b3%84%ec%82%b0%ea%b8%b0\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/mathority.org\/ko\/%eb%b0%b1%eb%b6%84%ec%9c%a8-%ea%b3%84%ec%82%b0%ea%b8%b0\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/mathority.org\/ko\/"},{"@type":"ListItem","position":2,"name":"\ubc31\ubd84\uc728\uc744 \uacc4\uc0b0\ud558\ub294 \ubc29\ubc95"}]},{"@type":"WebSite","@id":"https:\/\/mathority.org\/ko\/#website","url":"https:\/\/mathority.org\/ko\/","name":"Mathority","description":"\ud638\uae30\uc2ec\uacfc \uacc4\uc0b0\uc774 \ub9cc\ub098\ub294 \uacf3!","publisher":{"@id":"https:\/\/mathority.org\/ko\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/mathority.org\/ko\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"ko-KR"},{"@type":"Organization","@id":"https:\/\/mathority.org\/ko\/#organization","name":"Mathority","url":"https:\/\/mathority.org\/ko\/","logo":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/mathority.org\/ko\/#\/schema\/logo\/image\/","url":"https:\/\/mathority.org\/ko\/wp-content\/uploads\/2023\/10\/mathority-logo.png","contentUrl":"https:\/\/mathority.org\/ko\/wp-content\/uploads\/2023\/10\/mathority-logo.png","width":703,"height":151,"caption":"Mathority"},"image":{"@id":"https:\/\/mathority.org\/ko\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/mathority.org\/ko\/#\/schema\/person\/b7f677c20b58bb738a8602832db8c1c7","name":"Mathority \ud300","image":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/mathority.org\/ko\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/dd3f98feaeb54f342e72193f2059ae90dc3178f59adb7c82b33fc7d71c6ee19d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/dd3f98feaeb54f342e72193f2059ae90dc3178f59adb7c82b33fc7d71c6ee19d?s=96&d=mm&r=g","caption":"Mathority \ud300"},"sameAs":["http:\/\/mathority.org\/ko"]}]}},"yoast_meta":{"yoast_wpseo_title":"","yoast_wpseo_metadesc":"","yoast_wpseo_canonical":""},"_links":{"self":[{"href":"https:\/\/mathority.org\/ko\/wp-json\/wp\/v2\/posts\/79","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mathority.org\/ko\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/mathority.org\/ko\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/mathority.org\/ko\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mathority.org\/ko\/wp-json\/wp\/v2\/comments?post=79"}],"version-history":[{"count":0,"href":"https:\/\/mathority.org\/ko\/wp-json\/wp\/v2\/posts\/79\/revisions"}],"wp:attachment":[{"href":"https:\/\/mathority.org\/ko\/wp-json\/wp\/v2\/media?parent=79"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mathority.org\/ko\/wp-json\/wp\/v2\/categories?post=79"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mathority.org\/ko\/wp-json\/wp\/v2\/tags?post=79"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}