<h1>Maximizar las ganancias en ventas</h1><sup>Programación lineal en mercado minorista</sup><p></p><p></p> <div class="text-justify"> <p>En asuntos de mercadeo, inversión y finanzas lo que se busca es obtener un margen de ganancias para recuperar en la tasa de retorno, el tiempo invertido y mover la economía local al utilizar productos del mercado. Un ejemplo sencillo para <strong>maximizar las ganancias en ventas</strong> es tratar el asunto como una función objetivo que debe estar acotada, es decir, que tenga ciertas restricciones que condicionen las mejores condiciones de venta, o mejor dicho, que maximicen las ganancias.</p> <p><center></center></p> <blockquote> Buscar las opciones posibles que puedan <strong>optimizar</strong> las ganancias en la venta de varios productos agrícolas en un mercado mayorista, partiendo del caso que se tenga que usar cierta cantidad de agua para el riego y añadir fertilizante líquido, se transforma en un problema de contornos de varias funciones limitadas por las restricciones impuestas. Veamos el siguiente ejemplo de programación lineal en un caso de venta de frutas. </blockquote> <br /> <center>https://images.hive.blog/DQmRXchZvp4LZXBJwVZm6rCFtxSByd5vfHkWEEHkE15CWEA/image.png</center> <br /> <blockquote> <strong><div class="phishy">Situación planteada:</div></strong> Un agricultor desea vender aguacates a 100 bolívares y a 80 bolívares la patilla en el mercado minorista del pueblo; para el proceso de siembra y producción de estas frutas utilizó 4 litros de fertilizantes y 6 litros de agua en el caso de los aguacates y 4 litros de fertilizantes y 2 litros de agua para la siembra de la patilla. El monto destinado para la siembra del aguacate es de 3000 bolívares y el de la patilla es de 2000 bolívares. ¿Cuál debería ser la combinación ideal para optimizar las ganancias producto de una venta beneficiosa para el agricultor? </blockquote> <p> Como era de esperarse, debemos plantear un sistema de ecuaciones, de inecuaciones y de restricciones que acoten la función objetivo, basada en el precio, pero constituida por 2 variables: </p> <center>f(x, y) = a<strong>x</strong> + b<strong>y</strong></center> <center>f(x, y) = 100<strong>x</strong> + 80<strong>y</strong></center> <center><strong>x</strong>: es la cantidad de kilogramos de aguacates</center> <center><strong>y</strong>: es la cantidad de kilogramos de patillas</center> <br /> <blockquote> <strong><div class="phishy">Restricciones:</div></strong> las voy a relacionar con las cantidades de agua y fertilizante utilizadas en la producción agrícola de aguacates y patillas, usando un sistema de inecuaciones que condicionen el monto de inversión para cada fruta. </blockquote> <p><center>4<strong>x</strong> + 6<strong>y</strong> ≤ 3000</center> <center>4<strong>x</strong> + 2<strong>y</strong> ≤ 2000</center> con una restricción implícita, pero muy importante es que ambas variables son positivas: <center><strong>x</strong> ≥ 0 </center> <center><strong>y</strong> ≥ 0 </center></p> <p>Con estas <strong>restricciones</strong> comenzamos a graficar las inecuaciones propuestas y procedemos a obtener el <strong>conjunto de las soluciones factibles</strong>, haciendo x = 0 y también y = 0. La intersección de estas inecuaciones nos proporcionará el vértice con la <strong>solución óptima </strong> que estamos buscando.</p> <p></p><h2>Soluciones factibles</h2><p></p> <div class="text-justify"> Determinamos las <strong>coordenadas de los vértices</strong>, que limitan las soluciones de las inecuaciones planteadas: <p></p> <center>https://images.hive.blog/DQmRxFuqcFofEYLkd9sZPJGEK3pAhzeULRGtNj5RfH6H4Bi/image.png</center> <hr /> <p></p> <p>Ya encontramos los puntos de las soluciones factibles, los cuales corresponden a los vértices del primer cuadrante del sistema de coordenadas, correspondientes a cada una de las inecuaciones planteadas y que podemos ver en color azul y anaranjado:</p> <center> https://images.hive.blog/DQmRMLcaZtgdTCHPLfJU8aR4X1xxL72PMuQkPYyfA5PY6si/image.png </center> <hr /> <div class="text-justify"> <center><p>La solución óptima se encuentra en la intersección de estas 2 inecuaciones</p></center> <center>https://images.hive.blog/DQmezuyhtUApnGJVbeAzE5L9wC9L97XdCiXkphmrXvSipe2/image.png</center> <p></p> https://images.hive.blog/DQmctxMRc2ap1hqqjSwkY4iNyXUXTLMnVqdosSjFczETmmK/image.png <p></p> <p><blockquote> La <em>solución óptima</em> para obtener una mayor ganancia en la venta de estos productos agrícolas está determinada por la venta simultánea de x = 375 Kg de aguacates con y = 250 Kg de patillas y para comprobarlo vamos a realizar unos cálculos sencillos: </blockquote></p> <center> https://images.hive.blog/DQme2ivKrRw3rja4ua62szsoR8CBvDr79C7NaZjWQCAKwGY/image.png </center> <p></p> <strong><div class="phishy">Sólo a manera de resumen,</div></strong> puesto que las cantidades mostradas aquí no se corresponden con los costos reales de los productos! Las ganancias máximas corresponden a la venta de 375 Kg de aguacates y 250 Kg de patillas, con los precios indicados de 100 bolívares por kilogramo de aguacate y de 80 bolívares cada kilogramo de patilla, eso es maximizar las ganancias. <p></p><h3><strong>Apoyo bibliográfico y fuente de imágenes</strong></h3><p></p> <p>Nuestras ideas y conocimientos que podamos tener sobre el tema tratado en este artículo pueden ampliarse de manera voluntaria al consultar el siguiente catálogo de referencias:</p> <ul> <li>Blog: <a href="https://www.sangakoo.com/es/temas/maximizacion-y-minimizacion#:~:text=La%20funci%C3%B3n%20a%20maximizar%20(%20minimizar,le%20llama%20el%20valor%20%C3%B3ptimo.">Maximización y minimización</a></li> <li>Blog: <a href="https://www.vadenumeros.es/sociales/programacion-lineal-maximizar.html">Maximizar una función objetivo acotada</a></li> <li>Wikipedia: <a href="https://es.wikipedia.org/wiki/Optimizaci%C3%B3n_(matem%C3%A1tica)">Optimización en Matemática</a></li> <li>Imagen de kaboompics: <a href="https://pixabay.com/es/photos/caf%C3%A9-tel%C3%A9fono-de-papel-negocio-792113/">Bloc de notas</a></li> <li>Imagen de susan-lu4esm: <a href="https://pixabay.com/es/illustrations/pizarra-amor-escribir-dedicar-3766741/">Pizarra de portada</a></li> </ul> <p></p> <center><strong>Optimizar una función matemática</strong><br /> <em>es obtener los mejores valores<br /> que maximicen un resultado esperado</em></center> <p></p></div>
author | ycam |
---|---|
permlink | programacion-lineal-para-maximizar-las-ganancias-en-ventas |
category | stem-espanol |
json_metadata | {"tags":["stem-espanol","stemsocial","cervantes","spanish","education","edu-venezuela","ocd","mathematics"],"image":["https://images.hive.blog/DQmRXchZvp4LZXBJwVZm6rCFtxSByd5vfHkWEEHkE15CWEA/image.png","https://images.hive.blog/DQmRxFuqcFofEYLkd9sZPJGEK3pAhzeULRGtNj5RfH6H4Bi/image.png","https://images.hive.blog/DQmRMLcaZtgdTCHPLfJU8aR4X1xxL72PMuQkPYyfA5PY6si/image.png","https://images.hive.blog/DQmezuyhtUApnGJVbeAzE5L9wC9L97XdCiXkphmrXvSipe2/image.png","https://images.hive.blog/DQmctxMRc2ap1hqqjSwkY4iNyXUXTLMnVqdosSjFczETmmK/image.png","https://images.hive.blog/DQme2ivKrRw3rja4ua62szsoR8CBvDr79C7NaZjWQCAKwGY/image.png"],"links":["https://www.sangakoo.com/es/temas/maximizacion-y-minimizacion#:~:text=La%20funci%C3%B3n%20a%20maximizar%20(%20minimizar,le%20llama%20el%20valor%20%C3%B3ptimo."],"app":"hiveblog/0.1","format":"markdown"} |
created | 2021-06-06 22:52:57 |
last_update | 2021-06-06 22:52:57 |
depth | 0 |
children | 2 |
last_payout | 2021-06-13 22:52:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 10.293 HBD |
curator_payout_value | 10.034 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 6,387 |
author_reputation | 40,790,732,377,951 |
root_title | "Programación lineal para maximizar las ganancias en ventas" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 104,174,979 |
net_rshares | 33,106,877,410,680 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
xeldal | 0 | 6,927,046,471,829 | 13% | ||
drifter1 | 0 | 1,166,291,911 | 2.92% | ||
scalextrix | 0 | 1,641,417,010 | 2.92% | ||
justtryme90 | 0 | 90,007,422,079 | 65% | ||
eric-boucher | 0 | 13,250,084,561 | 2.92% | ||
thecryptodrive | 0 | 19,239,006,826 | 1.17% | ||
mammasitta | 0 | 18,629,449,656 | 2.92% | ||
skapaneas | 0 | 9,336,917,682 | 19.5% | ||
redpalestino | 0 | 1,007,413,568 | 100% | ||
onthewayout | 0 | 753,123,248,258 | 100% | ||
cloh76 | 0 | 4,206,900,770 | 2.92% | ||
lichtblick | 0 | 3,356,164,044 | 1.75% | ||
joshglen | 0 | 640,517,323 | 5.85% | ||
neddykelly | 0 | 11,047,185,852 | 80% | ||
stephen.king989 | 0 | 9,740,736,196 | 2.92% | ||
djennyfloro | 0 | 1,322,995,110 | 10% | ||
bidnat | 0 | 663,276,494 | 3% | ||
future24 | 0 | 1,352,575,877 | 2.92% | ||
randomblock1 | 0 | 564,961,007 | 5.85% | ||
kpine | 0 | 2,962,430,663,723 | 10% | ||
rmach | 0 | 15,063,753,704 | 32.5% | ||
lemouth | 0 | 1,270,687,385,169 | 65% | ||
notconvinced | 0 | 37,112,066,827 | 65% | ||
alaqrab | 0 | 1,089,644,757 | 2.92% | ||
lamouthe | 0 | 5,495,564,686 | 65% | ||
uwelang | 0 | 22,339,378,697 | 2.92% | ||
holoz0r | 0 | 1,182,464,433 | 8.77% | ||
tfeldman | 0 | 5,398,826,219 | 2.92% | ||
seckorama | 0 | 1,535,935,211 | 1.17% | ||
mcsvi | 0 | 123,069,316,688 | 50% | ||
lk666 | 0 | 2,847,873,524 | 2.92% | ||
cnfund | 0 | 5,118,577,726 | 2.92% | ||
michelle.gent | 0 | 3,039,865,992 | 1.17% | ||
curie | 0 | 982,269,008,810 | 5.85% | ||
modernzorker | 0 | 2,942,569,614 | 4.09% | ||
techslut | 0 | 150,308,288,044 | 26% | ||
roguewriter | 0 | 742,025,790 | 32.5% | ||
steemstem | 0 | 3,817,129,034,129 | 65% | ||
dashfit | 0 | 629,317,224 | 2.92% | ||
tristancarax | 0 | 1,589,774,189 | 2.92% | ||
edb | 0 | 806,775,169 | 0.58% | ||
yadamaniart | 0 | 1,981,659,926 | 2.92% | ||
apsu | 0 | 1,298,840,122 | 2.04% | ||
bigtakosensei | 0 | 950,877,521 | 0.87% | ||
walterjay | 0 | 287,413,799,144 | 32.5% | ||
taskmanager | 0 | 136,678,363 | 8% | ||
valth | 0 | 9,361,230,754 | 32.5% | ||
saleg25 | 0 | 1,076,371,975 | 2.92% | ||
lastminuteman | 0 | 1,336,598,542 | 2.04% | ||
driptorchpress | 0 | 3,019,393,990 | 2.92% | ||
gabriele-gio | 0 | 6,284,621,357 | 2.92% | ||
sardrt | 0 | 4,355,534,647 | 10% | ||
dna-replication | 0 | 2,285,812,440 | 65% | ||
steemitboard | 0 | 12,679,283,962 | 3% | ||
boynashruddin | 0 | 878,575,178 | 5.85% | ||
ambyr00 | 0 | 1,245,867,972 | 0.87% | ||
gmedley | 0 | 757,914,373 | 2.92% | ||
itinerantph | 0 | 744,720,257 | 2.92% | ||
dhimmel | 0 | 594,011,430,013 | 16.25% | ||
chasmic-cosm | 0 | 760,413,723 | 2.92% | ||
ycam | 0 | 11,683,453,393 | 100% | ||
thatsweeneyguy | 0 | 991,789,007 | 2.92% | ||
sokha | 0 | 6,470,941,550 | 50% | ||
federacion45 | 0 | 9,175,224,118 | 2.92% | ||
mobbs | 0 | 34,109,666,203 | 32.5% | ||
jagged | 0 | 836,971,797 | 1.17% | ||
luvabi | 0 | 627,031,877 | 2.92% | ||
roomservice | 0 | 2,283,839,652 | 2.92% | ||
cacalillos | 0 | 44,551,443 | 1.75% | ||
jga | 0 | 23,665,715,914 | 100% | ||
sustainablyyours | 0 | 2,876,027,430 | 2.92% | ||
erick1 | 0 | 3,184,837,233 | 2.92% | ||
yehey | 0 | 22,401,284,171 | 5.85% | ||
freetissues | 0 | 1,256,392,086 | 2.92% | ||
cindycam | 0 | 4,615,712,278 | 14% | ||
samminator | 0 | 9,592,689,397 | 6.5% | ||
robinhaney | 0 | 2,003,437,852 | 2.92% | ||
roseri | 0 | 1,182,038,356 | 14% | ||
zerotoone | 0 | 1,173,656,273 | 2.92% | ||
kalinka | 0 | 1,130,889,148 | 2.92% | ||
mahdiyari | 0 | 926,708,566,856 | 80% | ||
lorenzor | 0 | 13,107,412,754 | 50% | ||
firstamendment | 0 | 56,609,520,755 | 50% | ||
aboutyourbiz | 0 | 1,223,184,017 | 5.85% | ||
derosnec | 0 | 631,965,474 | 2.92% | ||
alexander.alexis | 0 | 39,937,201,214 | 65% | ||
finkistinger | 0 | 1,138,821,088 | 2.92% | ||
zacherybinx | 0 | 1,217,976,151 | 5.85% | ||
gunthertopp | 0 | 86,859,105,605 | 1.46% | ||
pipiczech | 0 | 1,441,983,985 | 2.92% | ||
binkyprod | 0 | 2,690,023,990 | 2.92% | ||
ludmila.kyriakou | 0 | 9,356,734,039 | 19.5% | ||
flatman | 0 | 4,900,085,270 | 5.85% | ||
samest | 0 | 4,626,435,061 | 32.5% | ||
minnowbooster | 0 | 1,224,259,302,167 | 20% | ||
felt.buzz | 0 | 12,689,638,920 | 1.46% | ||
howo | 0 | 2,262,084,987,777 | 65% | ||
tsoldovieri | 0 | 6,716,286,101 | 32.5% | ||
neumannsalva | 0 | 3,252,301,947 | 2.92% | ||
stayoutoftherz | 0 | 151,156,093,060 | 2.92% | ||
abigail-dantes | 0 | 24,213,476,569 | 65% | ||
zonguin | 0 | 1,427,802,968 | 16.25% | ||
sciencevienna | 0 | 24,954,225,822 | 35.75% | ||
investingpennies | 0 | 15,651,221,945 | 5.85% | ||
val.halla | 0 | 2,869,753,262 | 10% | ||
travelingmercies | 0 | 937,290,180 | 5.85% | ||
redrica | 0 | 2,899,886,753 | 2.92% | ||
appleskie | 0 | 583,262,308 | 4.09% | ||
iamphysical | 0 | 8,111,332,563 | 90% | ||
dipom98 | 0 | 1,209,622,309 | 2.92% | ||
felixrodriguez | 0 | 878,085,496 | 32.5% | ||
zyx066 | 0 | 10,588,597,287 | 2.92% | ||
chrisdavidphoto | 0 | 1,030,051,255 | 1.75% | ||
betterthanhome | 0 | 8,641,406,419 | 5.85% | ||
revo | 0 | 14,980,641,210 | 5.85% | ||
azulear | 0 | 3,643,854,345 | 100% | ||
djlethalskillz | 0 | 2,860,195,657 | 10% | ||
mulletwang | 0 | 75,039,861,717 | 35% | ||
wilians | 0 | 720,217,037 | 32.5% | ||
unacomn | 0 | 735,580,171 | 2.92% | ||
stickchumpion | 0 | 1,207,377,535 | 2.92% | ||
bahagia-arbi | 0 | 1,143,726,445 | 5.85% | ||
noloafing | 0 | 5,080,649,327 | 16.25% | ||
thelordsharvest | 0 | 7,324,825,192 | 5.85% | ||
massivevibration | 0 | 19,032,065,445 | 30% | ||
bradfordtennyson | 0 | 4,367,154,532 | 2.92% | ||
trevorpetrie | 0 | 2,601,575,594 | 2.92% | ||
torico | 0 | 1,448,067,642 | 1.93% | ||
procryptix | 0 | 32,964,623,932 | 100% | ||
minnowpowerup | 0 | 868,098,144 | 2.92% | ||
revisesociology | 0 | 10,371,783,812 | 0.58% | ||
majes.tytyty | 0 | 22,363,849,948 | 10% | ||
cryptononymous | 0 | 1,867,678,911 | 2.92% | ||
upme | 0 | 1,803,306,805 | 2.92% | ||
gotgame | 0 | 1,152,798,814 | 32.5% | ||
braveboat | 0 | 2,604,926,731 | 8% | ||
dauerossi | 0 | 5,045,274,778 | 30% | ||
buttcoins | 0 | 641,844,889 | 1.17% | ||
steemed-proxy | 0 | 1,071,314,381,573 | 4.97% | ||
fatkat | 0 | 1,540,222,310 | 2.92% | ||
peaceandwar | 0 | 921,519,273 | 2.92% | ||
bhoa | 0 | 1,466,455,017 | 32.5% | ||
enzor | 0 | 1,529,248,765 | 32.5% | ||
marcoriccardi | 0 | 1,204,511,221 | 5.85% | ||
tazbaz | 0 | 561,144,962 | 2.92% | ||
carloserp-2000 | 0 | 4,937,710,840 | 100% | ||
battebilly | 0 | 780,340,659 | 2.92% | ||
noble-noah | 0 | 11,493,586,799 | 100% | ||
dbooster | 0 | 3,242,742,914 | 2.92% | ||
dejan.vuckovic | 0 | 805,054,432 | 2.34% | ||
amritadeva | 0 | 668,335,463 | 2.92% | ||
lottje | 0 | 564,858,002 | 65% | ||
postpromoter | 0 | 2,146,535,627,630 | 65% | ||
mejustandrew | 0 | 1,886,490,409 | 2.92% | ||
omstavan | 0 | 8,466,005,915 | 100% | ||
bluefinstudios | 0 | 1,314,659,359 | 1.75% | ||
steveconnor | 0 | 4,120,740,796 | 2.92% | ||
sankysanket18 | 0 | 85,798,213,979 | 32.5% | ||
dranren | 0 | 1,988,239,364 | 100% | ||
nicole-st | 0 | 776,308,470 | 2.92% | ||
jeffandhisguitar | 0 | 21,020,202,722 | 50% | ||
fredkese | 0 | 3,012,792,396 | 11% | ||
jasimg | 0 | 42,284,435,842 | 100% | ||
drmake | 0 | 5,040,686,596 | 2.92% | ||
cataluz | 0 | 2,350,386,875 | 2.92% | ||
danile666 | 0 | 2,366,486,365 | 5.55% | ||
aboutcoolscience | 0 | 13,097,455,639 | 65% | ||
pechichemena | 0 | 742,509,227 | 1.17% | ||
amestyj | 0 | 88,828,023,730 | 40% | ||
skycae | 0 | 754,956,841 | 5.85% | ||
cahlen | 0 | 745,226,873 | 2.92% | ||
egotheist | 0 | 1,230,789,118 | 6.5% | ||
kenadis | 0 | 17,322,978,117 | 65% | ||
madridbg | 0 | 157,161,798,909 | 40% | ||
robotics101 | 0 | 13,356,212,123 | 65% | ||
marcolino76 | 0 | 664,977,014 | 2.92% | ||
howiemac | 0 | 595,814,338 | 2.92% | ||
fejiro | 0 | 816,127,913 | 32.5% | ||
straykat | 0 | 3,986,322,891 | 2.92% | ||
zipsardinia | 0 | 680,668,827 | 5.85% | ||
aamin | 0 | 7,043,122,921 | 32.5% | ||
danaedwards | 0 | 796,179,706 | 5.85% | ||
dechastre | 0 | 658,102,881 | 2.34% | ||
r00sj3 | 0 | 32,353,688,781 | 32.5% | ||
sco | 0 | 21,125,694,878 | 65% | ||
phgnomo | 0 | 726,695,372 | 2.92% | ||
ennyta | 0 | 993,997,127 | 50% | ||
brotherhood | 0 | 62,617,804,966 | 5.85% | ||
gordon92 | 0 | 679,052,927 | 2.92% | ||
stahlberg | 0 | 1,347,478,084 | 2.92% | ||
gabrielatravels | 0 | 3,361,382,085 | 1.17% | ||
cordeta | 0 | 981,383,439 | 5.85% | ||
tmholdings | 0 | 3,584,738,102 | 8% | ||
reizak | 0 | 522,495,798 | 2.34% | ||
vjap55 | 0 | 1,452,882,754 | 100% | ||
adityajainxds | 0 | 55,001,806,483 | 80% | ||
carn | 0 | 1,610,243,602 | 5.85% | ||
eliaschess333 | 0 | 4,606,257,962 | 50% | ||
branbello | 0 | 8,380,624,729 | 32.5% | ||
shoganaii | 0 | 648,449,814 | 32.5% | ||
iamjadeline | 0 | 2,031,825,793 | 0.87% | ||
intrepidphotos | 0 | 1,118,116,737,364 | 48.75% | ||
fineartnow | 0 | 3,563,108,415 | 2.92% | ||
hijosdelhombre | 0 | 39,416,395,196 | 40% | ||
steemvault | 0 | 2,191,441,443 | 5.85% | ||
steem4all | 0 | 1,153,494,137 | 2.92% | ||
smjn | 0 | 33,258,815,495 | 4.38% | ||
communitybank | 0 | 8,373,440,816 | 5.85% | ||
celioeguga | 0 | 537,030,880 | 2.92% | ||
shinedojo | 0 | 756,447,665 | 5.85% | ||
fragmentarion | 0 | 15,148,145,358 | 65% | ||
bennettitalia | 0 | 2,573,080,075 | 1.46% | ||
hadji | 0 | 55,620,026,691 | 100% | ||
utube | 0 | 4,339,305,347 | 5.85% | ||
jigstrike | 0 | 2,232,768,609 | 2.92% | ||
belemo | 0 | 75,312,110,472 | 100% | ||
socialmediaseo | 0 | 670,872,775 | 2.92% | ||
m1alsan | 0 | 551,442,921 | 2.92% | ||
neneandy | 0 | 6,775,456,264 | 5.85% | ||
pab.ink | 0 | 41,637,335,991 | 32.5% | ||
goldrooster | 0 | 2,529,382,157 | 2.92% | ||
real2josh | 0 | 610,358,310 | 32.5% | ||
soufiani | 0 | 4,132,019,295 | 2.34% | ||
sportscontest | 0 | 4,674,300,659 | 5.85% | ||
giddyupngo | 0 | 965,838,367 | 2.92% | ||
videosteemit | 0 | 3,751,228,000 | 5.85% | ||
gribouille | 0 | 3,009,606,673 | 65% | ||
pandasquad | 0 | 2,242,992,174 | 5.85% | ||
yrmaleza | 0 | 8,991,872,955 | 50% | ||
stemng | 0 | 15,888,401,182 | 65% | ||
rbalzan79 | 0 | 64,283,909,946 | 40% | ||
kingabesh | 0 | 1,288,202,049 | 32.5% | ||
silentscreamer | 0 | 13,631,034,720 | 100% | ||
miguelangel2801 | 0 | 796,864,349 | 50% | ||
fantasycrypto | 0 | 3,189,090,534 | 2.92% | ||
didic | 0 | 2,760,808,477 | 2.92% | ||
joebrochin | 0 | 123,713,289,369 | 65% | ||
warpedpoetic | 0 | 3,335,581,800 | 5.85% | ||
upfundme | 0 | 590,943,269 | 6% | ||
emiliomoron | 0 | 51,157,181,515 | 50% | ||
beverages | 0 | 1,485,726,266 | 2.92% | ||
obamike | 0 | 625,114,303 | 32.5% | ||
mamun123456 | 0 | 630,352,848 | 2.92% | ||
dexterdev | 0 | 2,341,112,580 | 32.5% | ||
nwjordan | 0 | 902,510,830 | 5.85% | ||
themonkeyzuelans | 0 | 1,040,208,177 | 2.92% | ||
verhp11 | 0 | 1,158,082,648 | 1% | ||
oghie | 0 | 976,013,053 | 50% | ||
photohunt | 0 | 5,390,641,559 | 5.85% | ||
geopolis | 0 | 4,345,854,341 | 65% | ||
ajfernandez | 0 | 684,653,359 | 100% | ||
robertbira | 0 | 7,038,210,107 | 16.25% | ||
blervin | 0 | 3,483,571,183 | 5.85% | ||
atomcollector | 0 | 2,861,969,543 | 1.46% | ||
the.chiomz | 0 | 711,748,528 | 35.75% | ||
alexdory | 0 | 81,264,822,763 | 65% | ||
irgendwo | 0 | 8,535,472,854 | 5.85% | ||
flugschwein | 0 | 2,239,476,333 | 55.25% | ||
charitybot | 0 | 4,703,818,646 | 100% | ||
cyprianj | 0 | 13,810,964,241 | 65% | ||
doikao | 0 | 5,428,340,132 | 5.85% | ||
francostem | 0 | 9,053,939,625 | 65% | ||
russellstockley | 0 | 905,702,694 | 1.46% | ||
endopediatria | 0 | 695,806,150 | 20% | ||
technologix | 0 | 3,937,872,708 | 5.85% | ||
croctopus | 0 | 1,570,410,912 | 100% | ||
michelmake | 0 | 505,582,808 | 2.92% | ||
zipporah | 0 | 2,715,303,041 | 1.17% | ||
joelagbo | 0 | 9,790,763,753 | 32.5% | ||
idkpdx | 0 | 0 | 2.92% | ||
randumb | 0 | 1,657,255,757 | 5.85% | ||
superlotto | 0 | 9,347,164,122 | 5.85% | ||
djoi | 0 | 2,375,017,833 | 32.5% | ||
frassman | 0 | 447,756,720 | 5% | ||
positiveninja | 0 | 1,043,507,750 | 2.92% | ||
miroslavrc | 0 | 2,986,935,580 | 1.46% | ||
bscrypto | 0 | 11,217,663,914 | 2.92% | ||
vonaurolacu | 0 | 1,658,370,860 | 2.92% | ||
movingman | 0 | 1,325,361,816 | 20% | ||
delpilar | 0 | 934,959,443 | 25% | ||
proto26 | 0 | 1,433,689,799 | 5.85% | ||
tomastonyperez | 0 | 17,118,554,130 | 50% | ||
marcus0alameda | 0 | 937,873,970 | 50% | ||
bil.prag | 0 | 1,564,435,760 | 0.29% | ||
elvigia | 0 | 11,215,576,001 | 50% | ||
safrizal.mus | 0 | 1,291,685,177 | 75% | ||
sanderjansenart | 0 | 4,607,946,412 | 2.92% | ||
vittoriozuccala | 0 | 1,942,965,314 | 2.92% | ||
qberry | 0 | 3,493,695,066 | 2.92% | ||
frissonsteemit | 0 | 1,191,990,251 | 2.92% | ||
lesmouths-travel | 0 | 5,249,518,530 | 65% | ||
rambutan.art | 0 | 3,443,044,096 | 5.85% | ||
flyerchen | 0 | 598,086,572 | 2.92% | ||
braaiboy | 0 | 10,398,484,767 | 4.38% | ||
blainjones | 0 | 7,516,074,583 | 2.92% | ||
gadrian | 0 | 88,788,189,203 | 52% | ||
c0wtschpotato | 0 | 573,966,659 | 2.92% | ||
inciter | 0 | 52,238,845,913 | 100% | ||
cryptocoinkb | 0 | 7,749,992,029 | 2.92% | ||
gifty-e | 0 | 697,466,129 | 80% | ||
scruffy23 | 0 | 20,045,687,020 | 50% | ||
de-stem | 0 | 39,400,508,971 | 64.35% | ||
serylt | 0 | 3,001,820,478 | 63.7% | ||
misia1979 | 0 | 811,291,886 | 2.92% | ||
josedelacruz | 0 | 9,306,486,776 | 50% | ||
lorenzopistolesi | 0 | 6,762,216,976 | 2.92% | ||
kgakakillerg | 0 | 27,674,081,213 | 10% | ||
charitymemes | 0 | 534,493,884 | 100% | ||
julialee66 | 0 | 8,143,437,483 | 5.85% | ||
andrewharland | 0 | 2,541,593,529 | 5.85% | ||
oscurity | 0 | 2,283,394,950 | 6% | ||
mariusfebruary | 0 | 1,459,764,075 | 2.34% | ||
davidcentenor | 0 | 2,114,720,788 | 2.92% | ||
outtheshellvlog | 0 | 872,608,116 | 2.92% | ||
sawyn | 0 | 694,764,532 | 2.92% | ||
josebenavente | 0 | 847,350,222 | 2.92% | ||
petertag | 0 | 859,166,574 | 4.68% | ||
erickyoussif | 0 | 827,533,377 | 100% | ||
michaelwrites | 0 | 862,171,397 | 32.5% | ||
srijana-gurung | 0 | 14,398,273,182 | 30% | ||
indigoocean | 0 | 1,237,525,200 | 2.92% | ||
incubot | 0 | 6,270,915,607 | 4.38% | ||
primersion | 0 | 161,747,751,326 | 20% | ||
deholt | 0 | 3,799,891,327 | 55.25% | ||
veteranforcrypto | 0 | 518,978,557 | 1.17% | ||
playdice | 0 | 823,104,680 | 2.19% | ||
celinavisaez | 0 | 8,382,817,877 | 30% | ||
adrianhadjii | 0 | 1,656,520,018 | 5.85% | ||
gwilberiol | 0 | 9,535,664,969 | 5.26% | ||
netzisde | 0 | 5,529,089,358 | 2.92% | ||
diabonua | 0 | 4,404,972,025 | 2.92% | ||
hafizullah | 0 | 6,741,073,043 | 10% | ||
jmjury | 0 | 970,515,527 | 2.92% | ||
minerthreat | 0 | 2,927,564,040 | 2.92% | ||
stevenwood | 0 | 2,378,471,551 | 1.94% | ||
temitayo-pelumi | 0 | 5,358,850,220 | 65% | ||
adam.tran | 0 | 780,301,656 | 5.85% | ||
andrick | 0 | 866,365,209 | 50% | ||
yusvelasquez | 0 | 25,951,515,463 | 50% | ||
motherofalegend | 0 | 9,830,584,367 | 32.5% | ||
carilinger | 0 | 90,297,465,997 | 13% | ||
doctor-cog-diss | 0 | 2,153,592,677 | 65% | ||
trisolaran | 0 | 1,590,232,266 | 2.92% | ||
musicvoter2 | 0 | 691,058,625 | 1% | ||
marcuz | 0 | 2,615,252,042 | 32.5% | ||
acont | 0 | 90,295,059,271 | 100% | ||
uche-nna | 0 | 6,353,571,667 | 4.68% | ||
vietthuy | 0 | 2,173,440,761 | 50% | ||
schroders | 0 | 542,871,023 | 1.75% | ||
anaestrada12 | 0 | 1,957,439,659 | 100% | ||
dzoji | 0 | 1,347,831,821 | 5.85% | ||
citizendog | 0 | 6,716,029,006 | 5.85% | ||
gaottantacinque | 0 | 418,666,982 | 100% | ||
blewitt | 0 | 11,143,116,614 | 0.35% | ||
pinedaocl | 0 | 15,789,837,747 | 40% | ||
drsensor | 0 | 1,430,512,601 | 52% | ||
olumzy | 0 | 6,561,596,173 | 1.75% | ||
ilovecryptopl | 0 | 968,605,607 | 4.68% | ||
urdreamscometrue | 0 | 3,222,605,755 | 100% | ||
bflanagin | 0 | 5,786,693,668 | 2.92% | ||
mastersa | 0 | 2,240,866,373 | 44% | ||
ubaldonet | 0 | 4,439,467,682 | 80% | ||
armandosodano | 0 | 14,977,178,630 | 2.92% | ||
melor9 | 0 | 823,047,234 | 2.92% | ||
sadbear | 0 | 919,833,042 | 2.92% | ||
csy | 0 | 587,622,310 | 2.92% | ||
marivic10 | 0 | 541,900,263 | 1.5% | ||
goblinknackers | 0 | 139,104,596,933 | 5% | ||
reinaseq | 0 | 7,147,611,912 | 100% | ||
honeycup-waters | 0 | 559,262,423 | 2.92% | ||
yaelg | 0 | 1,099,438,903 | 1.75% | ||
kylealex | 0 | 4,866,867,624 | 10% | ||
gasaeightyfive | 0 | 270,791,628 | 100% | ||
rubenp | 0 | 1,542,805,570 | 100% | ||
orlandogonzalez | 0 | 3,296,957,205 | 25% | ||
carlir | 0 | 63,800,661,617 | 40% | ||
minimining | 0 | 1,674,080,726 | 2.92% | ||
lupafilotaxia | 0 | 398,930,904,347 | 40% | ||
mobi72 | 0 | 1,352,132,583 | 2.92% | ||
fran.frey | 0 | 4,214,477,344 | 50% | ||
ummar | 0 | 12,037,945,082 | 32.5% | ||
perpetuum-lynx | 0 | 1,978,754,953 | 63.7% | ||
edu-venezuela | 0 | 39,580,573,025 | 28% | ||
alaiza | 0 | 60,629,614,657 | 40% | ||
pboulet | 0 | 37,799,766,241 | 32.5% | ||
javyeslava.photo | 0 | 991,640,734 | 2.34% | ||
stem-espanol | 0 | 67,663,857,422 | 100% | ||
crassipes | 0 | 71,430,355,531 | 40% | ||
cribbio | 0 | 198,271,469 | 100% | ||
aleestra | 0 | 16,898,324,338 | 80% | ||
palasatenea | 0 | 983,384,870 | 2.92% | ||
the.success.club | 0 | 3,021,509,636 | 2.92% | ||
chickenmeat | 0 | 1,207,261,211 | 2.92% | ||
amansharma555 | 0 | 595,961,049 | 100% | ||
unbiasedwriter | 0 | 126,900,526,309 | 30% | ||
chucho27 | 0 | 14,862,068,174 | 40% | ||
meanroosterfarm | 0 | 1,290,578,558 | 32.5% | ||
teemike | 0 | 518,167,676 | 32.5% | ||
embot | 0 | 515,866,465 | 100% | ||
ravenking13 | 0 | 583,327,487 | 1.17% | ||
besheda | 0 | 3,168,796,298 | 65% | ||
dubignyp | 0 | 1,121,354,996 | 20% | ||
brianoflondon | 0 | 11,427,994,927 | 0.87% | ||
giulyfarci52 | 0 | 1,722,948,742 | 50% | ||
esthersanchez | 0 | 5,928,451,642 | 60% | ||
dgalan | 0 | 114,987,555,828 | 40% | ||
faeryboots | 0 | 655,995,267 | 1.75% | ||
eliasseth | 0 | 3,949,113,656 | 40% | ||
steemcryptosicko | 0 | 13,717,789,545 | 1.17% | ||
abneagro | 0 | 8,451,024,726 | 40% | ||
alvin0617 | 0 | 517,059,178 | 2.92% | ||
adalger | 0 | 21,071,236,952 | 2% | ||
solarphasing | 0 | 558,652,239 | 5% | ||
cakemonster | 0 | 5,605,198,366 | 5.85% | ||
themightysquid | 0 | 3,240,918,354 | 100% | ||
cowpatty | 0 | 1,359,743,408 | 32.5% | ||
stem.witness | 0 | 277,293,112,761 | 65% | ||
devann | 0 | 8,796,398,730 | 2.92% | ||
hiddendragon | 0 | 637,534,091 | 38% | ||
autobodhi | 0 | 708,694,614 | 5.85% | ||
robmojo | 0 | 3,816,538,921 | 1.17% | ||
double-negative | 0 | 526,267,046 | 20% | ||
wilmer14molina | 0 | 3,070,603,617 | 50% | ||
bit4bit | 0 | 26,491,506,901 | 5.85% | ||
michaias | 0 | 2,091,842,565 | 75% | ||
vaultec | 0 | 3,466,845,913 | 12% | ||
steemstorage | 0 | 7,838,523,592 | 5.85% | ||
aqua.nano | 0 | 2,281,667,627 | 32.5% | ||
steemegg | 0 | 567,568,960 | 1.46% | ||
navyactifit | 0 | 2,236,214,664 | 2.34% | ||
jtm.support | 0 | 5,077,222,982 | 65% | ||
juanbg | 0 | 2,031,183,532 | 10% | ||
bambuka | 0 | 4,238,218,393 | 2.92% | ||
crowdwitness | 0 | 16,367,680,233 | 32.5% | ||
baasdebeer | 0 | 587,311,836 | 4.38% | ||
hairgistix | 0 | 3,048,084,337 | 2.92% | ||
rem-steem | 0 | 1,676,592,445 | 1.17% | ||
bluemaskman | 0 | 597,129,661 | 2.92% | ||
cryptological | 0 | 871,491,993 | 2.92% | ||
afternoondrinks | 0 | 605,969,687 | 4.38% | ||
steemean | 0 | 10,300,804,329 | 5% | ||
proxy-pal | 0 | 1,193,366,657 | 4.97% | ||
quentinvb | 0 | 516,711,593 | 100% | ||
deveney | 0 | 517,839,998 | 100% | ||
newton666 | 0 | 821,368,042 | 32.5% | ||
rankmeupclub | 0 | 6,741,427,849 | 100% | ||
aaronkroeblinger | 0 | 52,592,602,483 | 50% | ||
lefty619 | 0 | 3,046,719,500 | 5.85% | ||
jackramsey | 0 | 812,360,518 | 4.09% | ||
filosof103 | 0 | 2,232,436,551 | 2.92% | ||
elements5 | 0 | 1,880,441,465 | 2.92% | ||
photographercr | 0 | 2,010,679,197 | 1.17% | ||
epicdice | 0 | 1,841,541,788 | 1.75% | ||
iamsaray | 0 | 2,092,008,618 | 2.92% | ||
rmu01 | 0 | 4,206,594,383 | 100% | ||
yourfuture | 0 | 3,433,533,494 | 45.5% | ||
newtrailers | 0 | 979,257,774 | 5.85% | ||
rtron86 | 0 | 4,656,765,620 | 50% | ||
tggr | 0 | 635,134,716 | 1.46% | ||
waltermeth | 0 | 3,341,881,123 | 20% | ||
walterprofe | 0 | 22,493,436,961 | 32.5% | ||
zeruxanime | 0 | 7,536,080,794 | 32.5% | ||
afarina46 | 0 | 1,807,547,017 | 32.5% | ||
titan-c | 0 | 2,188,424,440 | 5.85% | ||
jalentakesphotos | 0 | 2,181,617,125 | 10% | ||
waraira777 | 0 | 2,607,315,865 | 32.5% | ||
imbartley | 0 | 797,218,382 | 26% | ||
mind.force | 0 | 924,808,130 | 1.46% | ||
reggaesteem | 0 | 531,793,026 | 5% | ||
liambu | 0 | 2,702,051,851 | 32.5% | ||
tokensink | 0 | 2,766,772,731 | 5.85% | ||
nazer | 0 | 2,770,572,674 | 32.5% | ||
drlobes | 0 | 1,960,754,751 | 32.5% | ||
ufm.pay | 0 | 359,344,626 | 8% | ||
wanderingmoon | 0 | 4,531,262,191 | 50% | ||
rosana6 | 0 | 998,705,774 | 2.92% | ||
maxuvd | 0 | 34,319,177,379 | 8% | ||
mister.reatard | 0 | 6,849,112,302 | 50% | ||
omegarojo827 | 0 | 612,672,529 | 100% | ||
tyrionlens | 0 | 10,464,073,757 | 50% | ||
daeshim | 0 | 7,082,073,117 | 100% | ||
andylein | 0 | 781,894,661 | 20% | ||
behram | 0 | 9,574,580,055 | 50% | ||
joshmania | 0 | 47,911,793,030 | 16.25% | ||
steemstem-trig | 0 | 5,123,279,650 | 65% | ||
zyzzyva | 0 | 1,790,108,987 | 5.85% | ||
dmoonfire | 0 | 24,360,292,781 | 71% | ||
mowemu | 0 | 3,249,469,840 | 32.5% | ||
javb | 0 | 13,716,105,214 | 40% | ||
karelia | 0 | 1,977,161,512 | 100% | ||
ibt-survival | 0 | 40,734,276,577 | 10% | ||
delilhavores | 0 | 1,578,333,935 | 6.5% | ||
hjmarseille | 0 | 5,674,671,468 | 45.5% | ||
roamingsparrow | 0 | 3,119,477,949 | 2.92% | ||
appics.tutorial | 0 | 30,035,750,994 | 100% | ||
jeffmackinnon | 0 | 607,606,491 | 16.25% | ||
gloriaolar | 0 | 2,685,292,593 | 1.75% | ||
onestop | 0 | 880,981,481 | 2.92% | ||
mengene | 0 | 3,696,608,167 | 32.5% | ||
adrenalinejunkie | 0 | 6,795,791,622 | 100% | ||
nerdvana | 0 | 1,485,864,488 | 5.85% | ||
traveledge | 0 | 515,895,215 | 100% | ||
andreina57 | 0 | 2,475,846,695 | 32.5% | ||
femcy-willy | 0 | 1,209,327,349 | 2.92% | ||
krisconkr | 0 | 936,770,615 | 2.92% | ||
fsm-core | 0 | 10,066,142,550 | 50% | ||
solcycler | 0 | 818,382,963 | 32.5% | ||
hornetsnest | 0 | 5,492,902,175 | 2.92% | ||
wolven-znz | 0 | 17,444,004,666 | 17% | ||
yuurinbee-znz | 0 | 11,282,036,409 | 17% | ||
alphahippie | 0 | 766,821,105 | 32.5% | ||
stemsocial | 0 | 51,599,219,483 | 65% | ||
hive.consultant | 0 | 1,336,490,146 | 4.68% | ||
mynima | 0 | 802,443,141 | 3.51% | ||
kodeblaccc | 0 | 467,654,638 | 2.92% | ||
peterpanpan | 0 | 1,123,962,271 | 1.17% | ||
veeart | 0 | 27,565,186,068 | 50% | ||
holoferncro | 0 | 8,057,549,627 | 10% | ||
gradeon | 0 | 1,499,310,198 | 5.85% | ||
the100 | 0 | 628,957,247 | 2.92% | ||
ciderjunkie | 0 | 1,392,463,008 | 2.92% | ||
pimpstudio | 0 | 3,767,374,355 | 100% | ||
hiveonboard | 0 | 8,427,192,402 | 2.92% | ||
authentika | 0 | 5,600,869,013 | 2.92% | ||
ninnu | 0 | 1,340,131,353 | 0.29% | ||
kiemurainen | 0 | 566,704,795 | 2.45% | ||
lyubo19 | 0 | 3,767,420,350 | 4.97% | ||
nockzonk | 0 | 1,924,944,410 | 10% | ||
aquarius.academy | 0 | 28,790,630,739 | 100% | ||
shinyrygaming | 0 | 3,127,263,964 | 32.5% | ||
hive-101493 | 0 | 2,460,567,402 | 32.5% | ||
dna.org | 0 | 26,993,967,412 | 20% | ||
jsalvage | 0 | 4,805,522,659 | 32.5% | ||
datavix | 0 | 522,265,194 | 25% | ||
quinnertronics | 0 | 3,234,276,717 | 2% | ||
anafae | 0 | 755,746,405 | 1.17% | ||
hrcl.art | 0 | 699,269,052 | 5.85% | ||
vicnzia | 0 | 1,873,873,274 | 2.92% | ||
chaodietas | 0 | 37,440,657,433 | 40% | ||
coffeebender | 0 | 526,601,080 | 25% | ||
dwixer | 0 | 814,872,054 | 2.92% | ||
discohedge | 0 | 4,691,012,403 | 8% | ||
gonklavez9 | 0 | 571,423,882 | 65% | ||
death-and-taxes | 0 | 3,858,721,974 | 50% | ||
casilokodesing | 0 | 687,188,024 | 2.92% | ||
aiovo | 0 | 591,211,666 | 4.55% | ||
joshuabbey | 0 | 4,712,076,976 | 32.5% | ||
chubb149 | 0 | 2,241,663,264 | 7.8% | ||
cosplay.hadr | 0 | 758,087,649 | 2.92% | ||
hadrgames | 0 | 779,995,704 | 2.92% | ||
rawecz | 0 | 588,806,499 | 5.85% | ||
maar | 0 | 971,872,453 | 65% | ||
joey1989 | 0 | 573,926,472 | 2.92% | ||
luss97 | 0 | 650,301,615 | 50% | ||
dcrops | 0 | 5,614,129,869 | 2.92% | ||
dhedge-drips | 0 | 7,468,723,798 | 8% | ||
rondonshneezy | 0 | 1,002,116,850 | 2.92% | ||
knowledgefruit | 0 | 18,021,158,807 | 20% | ||
hivegifbot | 0 | 38,715,694,516 | 100% | ||
archon-drips | 0 | 6,109,898,371 | 8% | ||
cbridges573 | 0 | 1,105,816,426 | 4.09% | ||
bananass | 0 | 2,798,021,458 | 2.92% | ||
livegaming | 0 | 91,973,102 | 10% | ||
wynella | 0 | 1,113,676,911 | 4.38% | ||
radiofreefutura | 0 | 1,242,256,102 | 2.92% | ||
brofi | 0 | 309,747,704,242 | 8% | ||
valthy | 0 | 552,523,027 | 5.85% | ||
miroslaviv | 0 | 1,013,741,353 | 2.92% | ||
genx-miner | 0 | 1,168,462,292 | 100% | ||
maxelitereturned | 0 | 770,939,318 | 32.5% | ||
counterterrorism | 0 | 56,561,001,141 | 2.92% | ||
mattbrown.art | 0 | 2,415,339,996 | 50% | ||
hdnakum | 0 | 273,000,039 | 100% |

author | edu-venezuela |
---|---|
permlink | qud09y |
category | stem-espanol |
json_metadata | {"image":["https://cdn.steemitimages.com/DQmQMGnUxgB4NmBgHEgcvNkFfxAZgKjhBLu2bXNhh7T9hUr/image.png"],"app":"hiveblog/0.1"} |
created | 2021-06-08 01:32:24 |
last_update | 2021-06-08 01:32:24 |
depth | 1 |
children | 0 |
last_payout | 2021-06-15 01:32:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 101 |
author_reputation | 205,035,819,797,478 |
root_title | "Programación lineal para maximizar las ganancias en ventas" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 104,199,662 |
net_rshares | 0 |
<div class='text-justify'> <div class='pull-left'> <img src='https://stem.openhive.network/images/stemsocialsupport7.png'> </div> Thanks for your contribution to the STEMsocial community. Feel free to join us on discord to get to know the rest of us! Please consider <a href="https://hivesigner.com/sign/update-proposal-votes?proposal_ids=%5B91%5D&approve=true">supporting our funding proposal</a>, <a href="https://hivesigner.com/sign/account_witness_vote?approve=1&witness=stem.witness">approving our witness</a> (@stem.witness) or delegating to the @stemsocial account (for some ROI). Please consider using the <a href='https://stem.openhive.network'>STEMsocial app</a> app and including @stemsocial as a beneficiary to get a stronger support. <br /> <br />
author | steemstem |
---|---|
permlink | re-ycam-programacion-lineal-para-maximizar-las-ganancias-en-ventas-20210607t100459001z |
category | stem-espanol |
json_metadata | {"app":"stemsocial"} |
created | 2021-06-07 10:05:00 |
last_update | 2021-06-07 10:05:00 |
depth | 1 |
children | 0 |
last_payout | 2021-06-14 10:05:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 778 |
author_reputation | 262,017,435,115,313 |
root_title | "Programación lineal para maximizar las ganancias en ventas" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 104,184,614 |
net_rshares | 0 |