{"id":126,"date":"2023-07-16T19:46:47","date_gmt":"2023-07-16T19:46:47","guid":{"rendered":"https:\/\/mathority.org\/ko\/%eb%b6%84%ec%88%98-%ea%b3%84%ec%82%b0%ea%b8%b0\/"},"modified":"2023-07-16T19:46:47","modified_gmt":"2023-07-16T19:46:47","slug":"%eb%b6%84%ec%88%98-%ea%b3%84%ec%82%b0%ea%b8%b0","status":"publish","type":"post","link":"https:\/\/mathority.org\/ko\/%eb%b6%84%ec%88%98-%ea%b3%84%ec%82%b0%ea%b8%b0\/","title":{"rendered":"\ubd84\uc218 \uacc4\uc0b0\uae30"},"content":{"rendered":"<p>\uc774 <strong>\uc628\ub77c\uc778 \ubd84\uc218 \uacc4\uc0b0\uae30\ub294<\/strong> \ubd84\uc218 \uacc4\uc0b0\uacfc \uad00\ub828\ub41c \uc5f0\uc2b5\ubb38\uc81c\ub97c \uc218\uc815\ud560 \uc218 \uc788\uac8c \ud574\uc8fc\uae30 \ub54c\ubb38\uc5d0 \ub9e4\uc6b0 \uc720\uc6a9\ud55c \ud559\uc2b5 \ub3c4\uad6c\uc785\ub2c8\ub2e4. \uc774\ub807\uac8c \ud558\uba74 \ub300\ubd84\uc218\ub97c \uc0ac\uc6a9\ud558\uc5ec \ub2e4\uc591\ud55c \uc5f0\uc0b0\uc744 \ud574\uacb0\ud558\ub294 \ubc29\ubc95\uc744 \uc544\uc8fc \uc27d\uac8c \ubc30\uc6b8 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc774 \uacc4\uc0b0\uae30\uac00 \uc5b4\ub5bb\uac8c \uc791\ub3d9\ud558\ub294\uc9c0 \ubaa8\ub974\uc2e0\ub2e4\uba74 \uc804\uccb4 \uc791\ub3d9 \ubc29\ubc95\uc744 \uc124\uba85\ud558\ub294 \ub2e4\uc74c \uc139\uc158\uc73c\ub85c \uc2a4\ud06c\ub864\ud558\ub294 \uac83\uc774 \uc88b\uc2b5\ub2c8\ub2e4.<\/p>\n<p><title> \ubd84\uc218 \uacc4\uc0b0\uae30<\/title><script language=\"javascript\"><\/p>\n<p>  var numeradorNuevo = 0;\n  var denominadorNuevo = 0;<\/p>\n<p>  function calcularFracciones() {\n    var numerador = document.getElementById('numerador').value;\n    var numerador2 = document.getElementById('numerador2').value;\n    var denominador = document.getElementById('denominador').value;\n    var denominador2 = document.getElementById('denominador2').value;\n    var operacion = document.getElementById('operacion').value;<\/p>\n<p>    if (operacion == \"+\") {\n      numeradorNuevo = (numerador*denominador2)+(numerador2*denominador);\n      denominadorNuevo = denominador*denominador2;\n    }\n    else if (operacion == \"-\") {\n      numeradorNuevo = (numerador*denominador2)-(numerador2*denominador);\n      denominadorNuevo = denominador*denominador2;\n    }\n    else if (operacion == \"x\") {\n      numeradorNuevo = numerador*numerador2;\n      denominadorNuevo = denominador*denominador2;\n    }\n    else {\n      numeradorNuevo = numerador*denominador2;\n      denominadorNuevo = denominador*numerador2;\n    }<\/p>\n<p>    var arr = new Array();\n    arr[0] = Math.abs(numeradorNuevo);arr[1] = Math.abs(denominadorNuevo);\n    var valorUtil = valoresFraccion(arr);\n    numeradorNuevo = numeradorNuevo \/ valorUtil;\n    denominadorNuevo = denominadorNuevo \/ valorUtil;<\/p>\n<p>    document.getElementById(\"resultado\").value = numeradorNuevo + \" \/ \" + denominadorNuevo;\n  }<\/p>\n<p>  function valoresFraccion(arr) {\n    var feq=0;\n    var flag=false;\n    var fbaix=fraccionIrreducible(arr);\n    for(var i=fbaix;i>0;i--){\n      var res=0;\n      for(var j=0;j<arr.length;j++){\n        if(arr[j]%i!=0)\n          res=1;\n      }\n      if(res==0){\n        feq=i;\n        break;\n      }\n    }\n    return feq;\n  }\n  function fraccionIrreducible(array_input) {\n  var fbaixa = parseInt(array_input[0]);\n  var llarg = array_input.length;\n  for (var i = 1; i < llarg; i++){\n    array_input[i]=parseInt(array_input[i]);\n     if (array_input[i] < fbaixa) {\n      fbaixa = array_input[i];\n    }\n  }\n  return fbaixa;\n  }\n\n  <\/script><\/p>\n<form onsubmit=\"javascript: calcularFracciones();return (false);\"><input type=\"text\" id=\"numerador\" size=\"3\" placeholder=\"64\"><input type=\"text\" id=\"numerador2\" size=\"3\" placeholder=\"32\"><br \/> \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500<select name=\"operacion\" id=\"operacion\"><option value=\"+\"> +<\/option><option value=\"-\"> -<\/option><option value=\"x\"> \uc5d1\uc2a4<\/option><option value=\"\u00f7\"> \u00b6<\/option><\/select> \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 <br \/><input type=\"text\" id=\"denominador\" size=\"3\" placeholder=\"16\"><input type=\"text\" id=\"denominador2\" size=\"3\" placeholder=\"8\"><\/p>\n<p><input type=\"submit\" value=\"\uacc4\uc0b0\ud558\ub2e4\"><\/p>\n<p> \uacb0\uacfc = <input type=\"text\" readonly=\"\" class=\"result\" id=\"resultado\" size=\"15\"><\/p>\n<\/form>\n<h2 class=\"wp-block-heading\" id=\"como-funciona-esta-calculadora-de-fracciones\"> <span id=\"Como_funciona_esta_calculadora_de_fracciones\">\uc774 \ubd84\uc218 \uacc4\uc0b0\uae30\ub294 \uc5b4\ub5bb\uac8c \uc791\ub3d9\ud558\ub098\uc694?<\/span><\/h2>\n<p> \uc774 \uacc4\uc0b0\uae30\uc758 \uc791\ub3d9\uc740 \ub9e4\uc6b0 \uac04\ub2e8\ud569\ub2c8\ub2e4. 4\uac1c\uc758 \uac12\uc744 \uc785\ub825\ud558\uace0 \uc791\ub3d9\uc744 \uc120\ud0dd\ud558\uae30\ub9cc \ud558\uba74 \ub429\ub2c8\ub2e4. 4\uac1c\uc758 \uac12\uc740 \ubd84\uc218\uc758 2\uac1c\uc758 \ubd84\uc790\uc640 2\uac1c\uc758 \ubd84\ubaa8\uc5d0 \ud574\ub2f9\ud558\uace0, \uc5f0\uc0b0\uc740 \uc218\ud589\ud558\ub824\ub294 \uacc4\uc0b0\uc5d0 \ud574\ub2f9\ud569\ub2c8\ub2e4. \ubcf4\ub2e4 \uc815\ud655\ud558\uac8c\ub294 <strong>4\uac00\uc9c0 \uae30\ubcf8 \uc0b0\uc220 \uc5f0\uc0b0(\ub367\uc148, \ube84\uc148, \uacf1\uc148, \ub098\ub217\uc148)\uc5d0 \ud574\ub2f9\ud558\ub294 4\uac1c\uc758 \uc5f0\uc0b0\uc790\ub97c<\/strong> \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<h3 class=\"wp-block-heading\" id=\"suma-y-resta-de-fracciones\"> \ubd84\uc218 \ub354\ud558\uae30\uc640 \ube7c\uae30<\/h3>\n<p> <strong>\ubd84\uc218\uc758 \ub367\uc148\uc774\ub098 \ube84\uc148\uc744<\/strong> \ud558\ub824\uba74 \uacf5\ud1b5\ubd84\ubaa8\ub97c \ucc3e\uc544\uc57c \ud558\ubbc0\ub85c, \ubd84\ubaa8\uc758 \ucd5c\uc18c\uacf5\ubc30\uc218\ub97c \uacc4\uc0b0\ud574\uc57c \ud569\ub2c8\ub2e4. \ub2e4\uc74c\uc73c\ub85c, <strong>\uacf5\ud1b5\ubd84\ubaa8\ub97c<\/strong> \uc5bb\uae30 \uc704\ud574 \ubd84\ubaa8\uc5d0 \uacf1\ud55c \uac83\uacfc \uac19\uc740 \uc22b\uc790\ub97c \ub450 \ubd84\uc790\uc5d0 \uacf1\ud574\uc57c \ud569\ub2c8\ub2e4. \ub9c8\uc9c0\ub9c9\uc73c\ub85c, \ub367\uc148\uc774\ub098 \ube84\uc148\uc744 \ud478\ub294\uc9c0\uc5d0 \ub530\ub77c \uc5bb\uc740 \ubd84\uc790\ub97c \ub354\ud558\uac70\ub098 \ube7c\uc57c \ud569\ub2c8\ub2e4. \uacf5\ud1b5 \ubd84\ubaa8\ub97c \ucc3e\ub294 \ub370 \ub3c4\uc6c0\uc774 \ub418\ub294 <a href=\"https:\/\/mathority.org\/ko\/\u110e\u116c\u1109\u1169-\u1100\u1169\u11bc\u1107\u1162\u1109\u116e\u1105\u1173\u11af-\u1100\u1168\u1109\u1161\u11ab\u1112\u1161\u1103\u1161\/\" target=\"_blank\" rel=\"noreferrer noopener\">\ucd5c\uc18c \uacf5\ubc30\uc218 \uacc4\uc0b0\uae30\ub97c<\/a> \ub9c8\uc74c\ub300\ub85c \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<h3 class=\"wp-block-heading\" id=\"multiplicacion-y-division-de-fracciones\"> \ubd84\uc218\uc758 \uacf1\uc148\uacfc \ub098\ub217\uc148<\/h3>\n<p> <strong>\ubd84\uc218\ub97c \uacf1<\/strong> \ud558\ub824\uba74 \ubd84\uc790\uc640 \ubd84\ubaa8\ub97c \ud568\uaed8 \uacf1\ud574\uc57c \ud569\ub2c8\ub2e4. <strong>\ubd84\uc218\ub97c \ub098\ub204<\/strong> \ub824\uba74 \uacf1\uc148\uc744 \ud574\uc57c \ud569\ub2c8\ub2e4(\uccab \ubc88\uc9f8 \ubd84\uc790\ub294 \ub450 \ubc88\uc9f8 \ubd84\ubaa8\ub85c, \ub450 \ubc88\uc9f8 \ubd84\uc790\ub294 \uccab \ubc88\uc9f8 \ubd84\ubaa8\ub85c). \uc774 \ub450 \uac00\uc9c0 \uc5f0\uc0b0\uc744 \ud480\ub824\uba74 \ub450 \ubc88\uc758 \uacf1\uc148\ub9cc \uc218\ud589\ud558\uba74 \ub418\ubbc0\ub85c \ub367\uc148\uacfc \ube84\uc148\ubcf4\ub2e4 \uc27d\ub2e4\uace0 \uac04\uc8fc\ub429\ub2c8\ub2e4.<\/p>\n<h2 class=\"wp-block-heading\" id=\"ventajas-de-usar-la-calculadora-de-fracciones\"> <span id=\"Ventajas_de_usar_la_calculadora_de_fracciones\">\ubd84\uc218 \uacc4\uc0b0\uae30 \uc0ac\uc6a9\uc758 \uc774\uc810<\/span><\/h2>\n<p> \uc774 \uc2a4\ud0c0\uc77c\uc758 \uacc4\uc0b0\uae30\ub85c \uc218\ud559\uc744 \uc218\ud589\ud558\uba74 \ub9ce\uc740 \uc774\uc810\uc774 \uc788\uc2b5\ub2c8\ub2e4. \uc544\ub798\uc5d0\uc11c \uadf8 \uc911 \uc138 \uac00\uc9c0\ub97c \ub2e4\ub8e8\uaca0\uc2b5\ub2c8\ub2e4. \uccab \ubc88\uc9f8\ub294 \uacc4\uc0b0 \ud504\ub85c\uc138\uc2a4\ub97c \uc790\ub3d9\ud654\ud558\uc5ec \uc791\uc5c5 \uc911 <strong>\uc2dc\uac04\uc744 \ucd5c\uc801\ud654<\/strong> \ud560 \uc218 \uc788\ub2e4\ub294 \uac83\uc785\ub2c8\ub2e4. \ub450 \ubc88\uc9f8\ub294 <strong>\uc815\ud655\ud558\uace0 \ub2e8\uc21c\ud654\ub41c \uacb0\uacfc\ub97c<\/strong> \uc81c\uacf5\ud558\ubbc0\ub85c \uacb0\uacfc\ub97c \ub354 \uc27d\uac8c \ud574\uc11d\ud560 \uc218 \uc788\ub2e4\ub294 \uac83\uc785\ub2c8\ub2e4. \uc138 \ubc88\uc9f8\ub294 \uc74c\uc218 \ubd84\uc218\ub97c \uc0ac\uc6a9\ud558\uc5ec \uc5f0\uc0b0\uc744 \ud480 \uc218 \uc788\uc73c\ubbc0\ub85c <strong>\ub9ce\uc740 \ub2e4\uc591\uc131\uc744<\/strong> \uc81c\uacf5\ud55c\ub2e4\ub294 \uac83\uc785\ub2c8\ub2e4.<\/p>\n<h2 class=\"wp-block-heading\" id=\"otros-articulos-relacionados-con-los-numeros-fraccionarios\"> <span id=\"Otros_articulos_relacionados_con_los_numeros_fraccionarios\">\ub300\ubd84\uc218\uc640 \uad00\ub828\ub41c \uae30\ud0c0 \uae30\uc0ac<\/span><\/h2>\n<p> \ub2e4\uc74c\uc740 \ubd84\uc218 \uc8fc\uc81c\uc640 \uad00\ub828\ub41c \uae30\uc0ac \ubaa9\ub85d\uc785\ub2c8\ub2e4. \uac1c\uc778\uc801\uc73c\ub85c\ub294 \ubd84\uc218\uc5d0 \uad00\ud55c \ubaa8\ub4e0 \uac1c\ub150\uc744 \uc774\ud574\ud558\ub294 \ub370 \ub3c4\uc6c0\uc774 \ub418\ub294 <strong>\ub9e4\uc6b0 \ud3ec\uad04\uc801\uc778 \uc124\uba85<\/strong> \uc774\ubbc0\ub85c \ud55c \ubc88 \uc0b4\ud3b4\ubcf4\uc2dc\uae30\ub97c \uad8c\ud569\ub2c8\ub2e4. \ub610\ud55c, \uc6b0\ub9ac\uac00 \uc81c\uacf5\ud558\ub294 \uc774\ub860\uacfc \uc57d\uac04\uc758 \uc2e4\uc2b5\uc744 \uacb0\ud569\ud558\uba74 \uac1c\ub150\uc744 \ub9e4\uc6b0 \ube60\ub974\uac8c \uc2b5\ub4dd\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<ul>\n<li> <a href=\"https:\/\/mathority.org\/ko\/\u1107\u116e\u11ab\u1109\u116e\/\" target=\"_blank\" rel=\"noreferrer noopener\">\ubd84\uc218\ub780 \ubb34\uc5c7\uc785\ub2c8\uae4c<\/a> ? \uc774 \uccab \ubc88\uc9f8 \uae30\uc0ac\uc5d0\uc11c\ub294 \uc815\uc758\ubd80\ud130 \ubd84\uc218\ub85c \uc218\ud589\ud560 \uc218 \uc788\ub294 \ubaa8\ub4e0 \uc5f0\uc0b0, \ubd84\uc218 \uc720\ud615 \ubc0f \ubd84\ub958\uc5d0 \uc774\ub974\uae30\uae4c\uc9c0 \ubd84\uc218\uc5d0 \ub300\ud55c \ubaa8\ub4e0 \uac83\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.<\/li>\n<li> <a href=\"https:\/\/mathority.org\/ko\/\u1103\u1173\u11bc\u1100\u1161-\u1107\u116e\u11ab\u1109\u116e\/\" target=\"_blank\" rel=\"noreferrer noopener\">\ub4f1\uac00 \ubd84\uc218<\/a> \u2013 \ub610 \ub2e4\ub978 \uc8fc\uc694 \uac1c\ub150\uc740 \uc218\ud559\uc801 \uacc4\uc0b0\uc744 \ub2e8\uc21c\ud654\ud558\uae30 \uc704\ud55c \uae30\ucd08\ub97c \ud615\uc131\ud558\ub294 \ub4f1\uac00 \ubd84\uc218\uc758 \uac1c\ub150\uc785\ub2c8\ub2e4. \ubcf4\uc2dc\ub2e4\uc2dc\ud53c, \uc791\ub3d9 \ubc29\uc2dd\uc744 \uc544\ub294 \uac83\uc774 \ub9e4\uc6b0 \uc911\uc694\ud569\ub2c8\ub2e4.<\/li>\n<li> <a href=\"https:\/\/mathority.org\/ko\/\u1107\u116e\u11ab\u1109\u116e\u1105\u1173\u11af-\u1103\u1161\u11ab\u1109\u116e\u11ab\u1112\u116a\u1112\u1161\u1103\u1161\/\" target=\"_blank\" rel=\"noreferrer noopener\">\ubd84\uc218 \ub2e8\uc21c\ud654<\/a> : \uc774\uc804 \uac1c\ub150\uacfc \ub9c8\ucc2c\uac00\uc9c0\ub85c \uc218\ud559\uc801 \uacc4\uc0b0\uc758 \ub2e8\uc21c\ud654\ub97c \uc774\ud574\ud558\ub294 \ub370 \ud544\uc218\uc801\uc785\ub2c8\ub2e4. \uc774 \ud2b9\uc815 \uae30\uc0ac\ub294 \ubd84\uc218\uc5d0 \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95\uc5d0 \ub9de\ucdb0\uc838 \uc788\uc9c0\ub9cc.<\/li>\n<li> <a href=\"https:\/\/mathority.org\/ko\/\u1106\u116e\u1105\u1175\u1109\u116e\/\" target=\"_blank\" rel=\"noreferrer noopener\">\uae30\uc57d\ubd84\uc218<\/a> : \uc774 \ub2e4\ub978 \uc720\ud615\uc758 \ubd84\uc218\ub294 \ub354 \uc774\uc0c1 \ub2e8\uc21c\ud654\ud560 \uc218 \uc5c6\uc5b4 \ub354 \uac04\ub2e8\ud55c \ud45c\ud604\uc774 \uc5c6\ub294 \ubd84\uc218\ub97c \ub098\ud0c0\ub0c5\ub2c8\ub2e4. \uc774\uac83\ub4e4\uc740 \ub4f1\uac00 \ubd84\uc218\uc640 \uc77c\uc885\uc758 \uac1c\ub150\uc801 \uad00\uacc4\ub97c \uac00\uc9c0\uace0 \uc788\uc2b5\ub2c8\ub2e4.<\/li>\n<li> <a href=\"https:\/\/mathority.org\/ko\/\u1107\u116e\u11ab\u1109\u116e-\u110b\u1167\u11ab\u1109\u1173\u11b8\/\" target=\"_blank\" rel=\"noreferrer noopener\">\ubd84\uc218\uc5d0 \ub300\ud55c \uc5f0\uc2b5<\/a> : \uc6b0\ub9ac\ub294 \ub610\ud55c \uba87 \uac00\uc9c0 \ubb38\uc81c\ub97c \ud480\uace0 \ubd84\uc218\uc5d0 \ub300\ud55c \uc5f0\uc2b5\uc744 \uc81c\uacf5\ud569\ub2c8\ub2e4. \ub355\ubd84\uc5d0 \ub300\ubd84\uc218 \uc5f0\uc0b0\ubfd0\ub9cc \uc544\ub2c8\ub77c \uadf8\uc5d0 \ub300\ud574 \uc124\uba85\ub41c \ubaa8\ub4e0 \uac1c\ub150\uc744 \uac80\ud1a0\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>\uc774 \uc628\ub77c\uc778 \ubd84\uc218 \uacc4\uc0b0\uae30\ub294 \ubd84\uc218 \uacc4\uc0b0\uacfc \uad00\ub828\ub41c \uc5f0\uc2b5\ubb38\uc81c\ub97c \uc218\uc815\ud560 \uc218 \uc788\uac8c \ud574\uc8fc\uae30 \ub54c\ubb38\uc5d0 \ub9e4\uc6b0 \uc720\uc6a9\ud55c \ud559\uc2b5 \ub3c4\uad6c\uc785\ub2c8\ub2e4. \uc774\ub807\uac8c \ud558\uba74 \ub300\ubd84\uc218\ub97c \uc0ac\uc6a9\ud558\uc5ec \ub2e4\uc591\ud55c \uc5f0\uc0b0\uc744 \ud574\uacb0\ud558\ub294 \ubc29\ubc95\uc744 \uc544\uc8fc \uc27d\uac8c \ubc30\uc6b8 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc774 \uacc4\uc0b0\uae30\uac00 \uc5b4\ub5bb\uac8c \uc791\ub3d9\ud558\ub294\uc9c0 \ubaa8\ub974\uc2e0\ub2e4\uba74 \uc804\uccb4 \uc791\ub3d9 \ubc29\ubc95\uc744 \uc124\uba85\ud558\ub294 \ub2e4\uc74c \uc139\uc158\uc73c\ub85c \uc2a4\ud06c\ub864\ud558\ub294 \uac83\uc774 \uc88b\uc2b5\ub2c8\ub2e4. \ubd84\uc218 \uacc4\uc0b0\uae30 \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 + &#8211; \uc5d1\uc2a4 \u00b6 \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 \uacb0\uacfc = \uc774 &hellip;<\/p>\n<p class=\"read-more\"> <a class=\"\" href=\"https:\/\/mathority.org\/ko\/%eb%b6%84%ec%88%98-%ea%b3%84%ec%82%b0%ea%b8%b0\/\"> <span class=\"screen-reader-text\">\ubd84\uc218 \uacc4\uc0b0\uae30<\/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":[23],"tags":[],"class_list":["post-126","post","type-post","status-publish","format-standard","hentry","category-23"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v21.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>\ubd84\uc218 \uacc4\uc0b0\uae30 - \uc218\ud559<\/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\/\ubd84\uc218-\uacc4\uc0b0\uae30\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\ubd84\uc218 \uacc4\uc0b0\uae30 - \uc218\ud559\" \/>\n<meta property=\"og:description\" content=\"\uc774 \uc628\ub77c\uc778 \ubd84\uc218 \uacc4\uc0b0\uae30\ub294 \ubd84\uc218 \uacc4\uc0b0\uacfc \uad00\ub828\ub41c \uc5f0\uc2b5\ubb38\uc81c\ub97c \uc218\uc815\ud560 \uc218 \uc788\uac8c \ud574\uc8fc\uae30 \ub54c\ubb38\uc5d0 \ub9e4\uc6b0 \uc720\uc6a9\ud55c \ud559\uc2b5 \ub3c4\uad6c\uc785\ub2c8\ub2e4. \uc774\ub807\uac8c \ud558\uba74 \ub300\ubd84\uc218\ub97c \uc0ac\uc6a9\ud558\uc5ec \ub2e4\uc591\ud55c \uc5f0\uc0b0\uc744 \ud574\uacb0\ud558\ub294 \ubc29\ubc95\uc744 \uc544\uc8fc \uc27d\uac8c \ubc30\uc6b8 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc774 \uacc4\uc0b0\uae30\uac00 \uc5b4\ub5bb\uac8c \uc791\ub3d9\ud558\ub294\uc9c0 \ubaa8\ub974\uc2e0\ub2e4\uba74 \uc804\uccb4 \uc791\ub3d9 \ubc29\ubc95\uc744 \uc124\uba85\ud558\ub294 \ub2e4\uc74c \uc139\uc158\uc73c\ub85c \uc2a4\ud06c\ub864\ud558\ub294 \uac83\uc774 \uc88b\uc2b5\ub2c8\ub2e4. \ubd84\uc218 \uacc4\uc0b0\uae30 \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 + - \uc5d1\uc2a4 \u00b6 \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 \uacb0\uacfc = \uc774 &hellip; \ubd84\uc218 \uacc4\uc0b0\uae30 \ub354 \ubcf4\uae30 &raquo;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/mathority.org\/ko\/\ubd84\uc218-\uacc4\uc0b0\uae30\/\" \/>\n<meta property=\"article:published_time\" content=\"2023-07-16T19:46:47+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%b6%84%ec%88%98-%ea%b3%84%ec%82%b0%ea%b8%b0\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/mathority.org\/ko\/%eb%b6%84%ec%88%98-%ea%b3%84%ec%82%b0%ea%b8%b0\/\"},\"author\":{\"name\":\"Mathority \ud300\",\"@id\":\"https:\/\/mathority.org\/ko\/#\/schema\/person\/b7f677c20b58bb738a8602832db8c1c7\"},\"headline\":\"\ubd84\uc218 \uacc4\uc0b0\uae30\",\"datePublished\":\"2023-07-16T19:46:47+00:00\",\"dateModified\":\"2023-07-16T19:46:47+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/mathority.org\/ko\/%eb%b6%84%ec%88%98-%ea%b3%84%ec%82%b0%ea%b8%b0\/\"},\"wordCount\":1,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/mathority.org\/ko\/#organization\"},\"articleSection\":[\"\uc628\ub77c\uc778 \uacc4\uc0b0\uae30\"],\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/mathority.org\/ko\/%eb%b6%84%ec%88%98-%ea%b3%84%ec%82%b0%ea%b8%b0\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/mathority.org\/ko\/%eb%b6%84%ec%88%98-%ea%b3%84%ec%82%b0%ea%b8%b0\/\",\"url\":\"https:\/\/mathority.org\/ko\/%eb%b6%84%ec%88%98-%ea%b3%84%ec%82%b0%ea%b8%b0\/\",\"name\":\"\ubd84\uc218 \uacc4\uc0b0\uae30 - \uc218\ud559\",\"isPartOf\":{\"@id\":\"https:\/\/mathority.org\/ko\/#website\"},\"datePublished\":\"2023-07-16T19:46:47+00:00\",\"dateModified\":\"2023-07-16T19:46:47+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/mathority.org\/ko\/%eb%b6%84%ec%88%98-%ea%b3%84%ec%82%b0%ea%b8%b0\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/mathority.org\/ko\/%eb%b6%84%ec%88%98-%ea%b3%84%ec%82%b0%ea%b8%b0\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/mathority.org\/ko\/%eb%b6%84%ec%88%98-%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\":\"\ubd84\uc218 \uacc4\uc0b0\uae30\"}]},{\"@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":"\ubd84\uc218 \uacc4\uc0b0\uae30 - \uc218\ud559","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\/\ubd84\uc218-\uacc4\uc0b0\uae30\/","og_locale":"ko_KR","og_type":"article","og_title":"\ubd84\uc218 \uacc4\uc0b0\uae30 - \uc218\ud559","og_description":"\uc774 \uc628\ub77c\uc778 \ubd84\uc218 \uacc4\uc0b0\uae30\ub294 \ubd84\uc218 \uacc4\uc0b0\uacfc \uad00\ub828\ub41c \uc5f0\uc2b5\ubb38\uc81c\ub97c \uc218\uc815\ud560 \uc218 \uc788\uac8c \ud574\uc8fc\uae30 \ub54c\ubb38\uc5d0 \ub9e4\uc6b0 \uc720\uc6a9\ud55c \ud559\uc2b5 \ub3c4\uad6c\uc785\ub2c8\ub2e4. \uc774\ub807\uac8c \ud558\uba74 \ub300\ubd84\uc218\ub97c \uc0ac\uc6a9\ud558\uc5ec \ub2e4\uc591\ud55c \uc5f0\uc0b0\uc744 \ud574\uacb0\ud558\ub294 \ubc29\ubc95\uc744 \uc544\uc8fc \uc27d\uac8c \ubc30\uc6b8 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc774 \uacc4\uc0b0\uae30\uac00 \uc5b4\ub5bb\uac8c \uc791\ub3d9\ud558\ub294\uc9c0 \ubaa8\ub974\uc2e0\ub2e4\uba74 \uc804\uccb4 \uc791\ub3d9 \ubc29\ubc95\uc744 \uc124\uba85\ud558\ub294 \ub2e4\uc74c \uc139\uc158\uc73c\ub85c \uc2a4\ud06c\ub864\ud558\ub294 \uac83\uc774 \uc88b\uc2b5\ub2c8\ub2e4. \ubd84\uc218 \uacc4\uc0b0\uae30 \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 + - \uc5d1\uc2a4 \u00b6 \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 \uacb0\uacfc = \uc774 &hellip; \ubd84\uc218 \uacc4\uc0b0\uae30 \ub354 \ubcf4\uae30 &raquo;","og_url":"https:\/\/mathority.org\/ko\/\ubd84\uc218-\uacc4\uc0b0\uae30\/","article_published_time":"2023-07-16T19:46:47+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%b6%84%ec%88%98-%ea%b3%84%ec%82%b0%ea%b8%b0\/#article","isPartOf":{"@id":"https:\/\/mathority.org\/ko\/%eb%b6%84%ec%88%98-%ea%b3%84%ec%82%b0%ea%b8%b0\/"},"author":{"name":"Mathority \ud300","@id":"https:\/\/mathority.org\/ko\/#\/schema\/person\/b7f677c20b58bb738a8602832db8c1c7"},"headline":"\ubd84\uc218 \uacc4\uc0b0\uae30","datePublished":"2023-07-16T19:46:47+00:00","dateModified":"2023-07-16T19:46:47+00:00","mainEntityOfPage":{"@id":"https:\/\/mathority.org\/ko\/%eb%b6%84%ec%88%98-%ea%b3%84%ec%82%b0%ea%b8%b0\/"},"wordCount":1,"commentCount":0,"publisher":{"@id":"https:\/\/mathority.org\/ko\/#organization"},"articleSection":["\uc628\ub77c\uc778 \uacc4\uc0b0\uae30"],"inLanguage":"ko-KR","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/mathority.org\/ko\/%eb%b6%84%ec%88%98-%ea%b3%84%ec%82%b0%ea%b8%b0\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/mathority.org\/ko\/%eb%b6%84%ec%88%98-%ea%b3%84%ec%82%b0%ea%b8%b0\/","url":"https:\/\/mathority.org\/ko\/%eb%b6%84%ec%88%98-%ea%b3%84%ec%82%b0%ea%b8%b0\/","name":"\ubd84\uc218 \uacc4\uc0b0\uae30 - \uc218\ud559","isPartOf":{"@id":"https:\/\/mathority.org\/ko\/#website"},"datePublished":"2023-07-16T19:46:47+00:00","dateModified":"2023-07-16T19:46:47+00:00","breadcrumb":{"@id":"https:\/\/mathority.org\/ko\/%eb%b6%84%ec%88%98-%ea%b3%84%ec%82%b0%ea%b8%b0\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/mathority.org\/ko\/%eb%b6%84%ec%88%98-%ea%b3%84%ec%82%b0%ea%b8%b0\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/mathority.org\/ko\/%eb%b6%84%ec%88%98-%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":"\ubd84\uc218 \uacc4\uc0b0\uae30"}]},{"@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\/126","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=126"}],"version-history":[{"count":0,"href":"https:\/\/mathority.org\/ko\/wp-json\/wp\/v2\/posts\/126\/revisions"}],"wp:attachment":[{"href":"https:\/\/mathority.org\/ko\/wp-json\/wp\/v2\/media?parent=126"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mathority.org\/ko\/wp-json\/wp\/v2\/categories?post=126"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mathority.org\/ko\/wp-json\/wp\/v2\/tags?post=126"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}