randFromArray([ 0, randRange( 1, 9 ) ]) randRange( 0, 9 )
randRange( 0, 9 ) randRange( 0, 9 ) randRange( 0, 9 )
randRange( 0, 9 ) randRange( 1, 9 )

Elige el número correcto en cada valor de posición para hacer
\Huge{ \color{PINK}{THOUSANDS} \color{ORANGE}{HUNDREDS} \color{GREEN}{TENS} \color{BLUE}{ONES}. \color{purple}{TENTHS} \color{gray}{HUNDREDTHS} \color{#a52a2a}{THOUSANDTHS} }

Millares
1000
Cientos
100
Decenas
10
Unidades
1
Décimas
0.1
Centésimos
0.01
Milésimas
0.001
function(){Khan.scratchpad.disable(),$("#problemarea .thou").bind("vmousedown",function(e){e.preventDefault(),$(this).toggleClass("thou-selected")}),$("#problemarea .hund").bind("vmousedown",function(e){e.preventDefault(),$(this).toggleClass("hund-selected")}),$("#problemarea .ten").bind("vmousedown",function(e){e.preventDefault(),$(this).toggleClass("ten-selected")}),$("#problemarea .one").bind("vmousedown",function(e){e.preventDefault(),$(this).toggleClass("one-selected")}),$("#problemarea .tenth").bind("vmousedown",function(e){e.preventDefault(),$(this).toggleClass("tenth-selected")}),$("#problemarea .hundth").bind("vmousedown",function(e){e.preventDefault(),$(this).toggleClass("hundth-selected")}),$("#problemarea .thouth").bind("vmousedown",function(e){e.preventDefault(),$(this).toggleClass("thouth-selected")})}()

 

Haz clic en los números en los rectángulos para seleccionarlos.
digitsToInteger([$("#problemarea .thou-selected").length,$("#problemarea .hund-selected").length,$("#problemarea .ten-selected").length,$("#problemarea .one-selected").length,$("#problemarea .tenth-selected").length,$("#problemarea .hundth-selected").length,$("#problemarea .thouth-selected").length])/1e3
return 0===guess?"":guess===digitsToInteger([THOUSANDS,HUNDREDS,TENS,ONES,TENTHS,HUNDREDTHS,THOUSANDTHS])/1e3
var places=digits(1e3*guess);$("#problemarea .place-value").removeClass("thou-selected hund-selected ten-selected one-selected tenth-selected, hundth-selected, thouth-selected"),$("#problemarea .thou").slice(0,places[6]||0).addClass("thou-selected"),$("#problemarea .hund").slice(0,places[5]||0).addClass("hund-selected"),$("#problemarea .ten").slice(0,places[4]||0).addClass("ten-selected"),$("#problemarea .one").slice(0,places[3]||0).addClass("one-selected"),$("#problemarea .tenth").slice(0,places[2]||0).addClass("tenth-selected"),$("#problemarea .hundth").slice(0,places[1]||0).addClass("hundth-selected"),$("#problemarea .thouth").slice(0,places[0]||0).addClass("thouth-selected")
Haz click en un número para seleccionarlo
Haz click en un número de nuevo para anular la selección
randRange( 1, 9 ) 0

Elige el número correcto de billetes y monedas para hacer
\Huge{$ \color{PINK}{THOUSANDS} \color{ORANGE}{HUNDREDS} \color{GREEN}{TENS} \color{BLUE}{ONES}. \color{purple}{TENTHS} \color{gray}{HUNDREDTHS} }

Millares
$1000
Cientos
$100
Decenas
$10
Unidades
$1
Décimas
10¢
Centésimos
Khan.scratchpad.disable(),init({range:[[0,143],[-430,22]],scale:[1,1]}),style({fill:"#eee",stroke:"#ddd",strokeWidth:1}),graph.tenths=[],graph.hundredths=[];for(var i=0;10>i;++i)graph.tenths.push(circle([37,-42*i-26],18)),graph.hundredths.push(circle([107,-42*i-26],18));graph.getCoinCircle=function(e){var r,t=$(e);return r=t.hasClass("dime")?KhanUtil.currentGraph.graph.tenths:KhanUtil.currentGraph.graph.hundredths,r[t.index()-1]},$("#problemarea .thou").bind("vmousedown",function(e){e.preventDefault(),$(this).toggleClass("thou-selected")}),$("#problemarea .hund").bind("vmousedown",function(e){e.preventDefault(),$(this).toggleClass("hund-selected")}),$("#problemarea .ten").bind("vmousedown",function(e){e.preventDefault(),$(this).toggleClass("ten-selected")}),$("#problemarea .one").bind("vmousedown",function(e){e.preventDefault(),$(this).toggleClass("one-selected")}),$("#problemarea .dime").bind("vmousedown",function(e){e.preventDefault(),$(this).toggleClass("dime-selected"),$(this).hasClass("dime-selected")?graph.getCoinCircle(this).attr({fill:"purple",stroke:"#000"}):graph.getCoinCircle(this).attr({fill:"#eee",stroke:"#ddd"})}),$("#problemarea .penny").bind("vmousedown",function(e){e.preventDefault(),$(this).toggleClass("penny-selected"),$(this).hasClass("penny-selected")?graph.getCoinCircle(this).attr({fill:"gray",stroke:"#000"}):graph.getCoinCircle(this).attr({fill:"#eee",stroke:"#ddd"})}),$("#problemarea .dime").bind("vmouseover",function(){graph.getCoinCircle(this).attr({stroke:"#999"})}),$("#problemarea .penny").bind("vmouseover",function(){graph.getCoinCircle(this).attr({stroke:"#999"})}),$("#problemarea .dime").bind("vmouseout",function(){$(this).hasClass("dime-selected")?graph.getCoinCircle(this).attr({stroke:"#000"}):graph.getCoinCircle(this).attr({stroke:"#ddd"})}),$("#problemarea .penny").bind("vmouseout",function(){$(this).hasClass("penny-selected")?graph.getCoinCircle(this).attr({stroke:"#000"}):graph.getCoinCircle(this).attr({stroke:"#ddd"})})

 

Haz clic en los billetes y monedas para seleccionarlos.
digitsToInteger([$("#problemarea .thou-selected").length,$("#problemarea .hund-selected").length,$("#problemarea .ten-selected").length,$("#problemarea .one-selected").length,$("#problemarea .dime-selected").length,$("#problemarea .penny-selected").length])/100
return 0===guess?"":guess===digitsToInteger([THOUSANDS,HUNDREDS,TENS,ONES,TENTHS,HUNDREDTHS])/100
var places=digits(100*guess);$("#problemarea .bill").removeClass("thou-selected hund-selected ten-selected one-selected"),$("#problemarea .dime").removeClass("dime-selected"),$("#problemarea .penny").removeClass("penny-selected"),$.each(KhanUtil.currentGraph.graph.tenths,function(){this.attr({fill:"#eee",stroke:"#ddd"})}),$.each(KhanUtil.currentGraph.graph.hundredths,function(){this.attr({fill:"#eee",stroke:"#ddd"})}),$("#problemarea .thou").slice(0,places[5]||0).addClass("thou-selected"),$("#problemarea .hund").slice(0,places[4]||0).addClass("hund-selected"),$("#problemarea .ten").slice(0,places[3]||0).addClass("ten-selected"),$("#problemarea .one").slice(0,places[2]||0).addClass("one-selected"),$("#problemarea .dime").slice(0,places[1]||0).addClass("dime-selected"),$("#problemarea .penny").slice(0,places[0]||0).addClass("penny-selected");for(var i=0;i<places[1];++i)KhanUtil.currentGraph.graph.tenths[i].attr({fill:"purple",stroke:"#000"});for(var i=0;i<places[0];++i)KhanUtil.currentGraph.graph.hundredths[i].attr({fill:"gray",stroke:"#000"})
Haz clic en un billete o en una moneda para seleccionarla
Para anular la selección haz otra vez clic en un billete o en una moneda

\Large{ \color{PINK}{THOUSANDS} \color{ORANGE}{HUNDREDS} \color{GREEN}{TENS} \color{BLUE}{ONES}. \color{purple}{TENTHS} \color{gray}{HUNDREDTHS} \color{brown}{THOUSANDTHS} } es lo mismo que \large{ \color{PINK}{THOUSANDS000} + \color{ORANGE}{HUNDREDS00} + \color{GREEN}{TENS0} + \color{BLUE}{ONES} + \color{purple}{0.TENTHS} + \color{gray}{0.0HUNDREDTHS} + \color{brown}{0.00THOUSANDTHS} }.

\large{\color{PINK}{THOUSANDS000}} es lo mismo que \large{\color{PINK}{THOUSANDS}} miles, el valor del lugar a cuatro lugares a la izquierda del punto decimal.

\large{\color{PINK}{THOUSANDS000}} es lo mismo que \large{\color{PINK}{THOUSANDS}} miles, el valor del lugar a cuatro lugares a la izquierda del punto decimal.

var thous=$("#problemarea .thou");thous.removeClass("thou-selected");for(var i=0;THOUSANDS>i;i++)$(thous[i]).addClass("thou-selected")

Como no hay ningún número en el lugar de los thousands, no necesitas ningunos miles.

\large{\color{ORANGE}{HUNDREDS00}} is the same as \large{\color{ORANGE}{HUNDREDS}} hundred, the place value three places to the left of the decimal point.

var hunds=$("#problemarea .hund");hunds.removeClass("hund-selected");for(var i=0;HUNDREDS>i;i++)$(hunds[i]).addClass("hund-selected")

Como el lugar de las centenas es \large{0}, no necesitas ninguna centena.

\large{\color{GREEN}{TENS0}} is the same as \large{\color{GREEN}{TENS}} ten, the place value two places to the left of the decimal point.

var tens=$("#problemarea .ten");tens.removeClass("ten-selected");for(var i=0;TENS>i;i++)$(tens[i]).addClass("ten-selected")

Como es lugar de las decenas es \large{0}, no necesitas ninguna decena.

\large{\color{BLUE}{ONES}} is the same as \large{\color{BLUE}{ONES}} one, the place value one place to the left of the decimal point.

var ones=$("#problemarea .one");ones.removeClass("one-selected");for(var i=0;ONES>i;i++)$(ones[i]).addClass("one-selected")

Como el lugar de las unidades es \large{0}, no necesitas ningúna unidad.

\large{\color{purple}{0.TENTHS}} es lo mismo que \large{\color{purple}{TENTHS}} décimas, el valor de la posición a un lugar a la derecha del punto decimal.

\large{\color{purple}{0.TENTHS}} es lo mismo que \large{\color{purple}{TENTHS}} décimas, el valor de la posición a un lugar a la derecha del punto decimal.

if(1===$("#place-value").length){var tenths=$("#problemarea .tenth");tenths.removeClass("tenth-selected");for(var i=0;TENTHS>i;i++)$(tenths[i]).addClass("tenth-selected")}else{var dimes=$("#problemarea .dime");dimes.removeClass("dime-selected");for(var i=0;i<dimes.length;i++)graph.getCoinCircle(dimes[i]).attr({fill:"#eee",stroke:"#ddd"});for(var i=0;TENTHS>i;i++)$(dimes[i]).addClass("dime-selected"),graph.getCoinCircle(dimes[i]).attr({fill:"purple",stroke:"#000"})}

Como el lugar de las décimas es \large{0}, no necesitas ninguna decima.

\large{\color{gray}{0.0HUNDREDTHS}} es lo mismo que \large{\color{gray}{HUNDREDTHS}} centésimas, el valor del lugar a dos lugares a la derecha del punto decimal.

\large{\color{gray}{0.0HUNDREDTHS}} es lo mismo que \large{\color{gray}{HUNDREDTHS}} centésimas, el valor del lugar a dos lugares a la derecha del puntos decimal.

if(1===$("#place-value").length){var hundths=$("#problemarea .hundth");hundths.removeClass("hundth-selected");for(var i=0;HUNDREDTHS>i;i++)$(hundths[i]).addClass("hundth-selected")}else{var pennies=$("#problemarea .penny");pennies.removeClass("penny-selected");for(var i=0;i<pennies.length;i++)graph.getCoinCircle(pennies[i]).attr({fill:"#eee",stroke:"#ddd"});for(var i=0;HUNDREDTHS>i;i++)$(pennies[i]).addClass("penny-selected"),graph.getCoinCircle(pennies[i]).attr({fill:"gray",stroke:"#000"})}

Como el lugar de las centenas centésima es \large{0}, no necesitas ninguna centésima.

\large{\color{#a52a2a}{0.00THOUSANDTHS}} es lo mismo que \large{\color{#a52a2a}{THOUSANDTHS}} milésimas, el valor del lugar a tres lugares a la derecha del punto decimal.

\large{\color{#a52a2a}{0.00THOUSANDTHS}} es lo mismo que \large{\color{#a52a2a}{THOUSANDTHS}} milésimas, el valor del lugar a tres lugares a la derecha del punto decimal.

var thouths=$("#problemarea .thouth");thouths.removeClass("thouth-selected");for(var i=0;THOUSANDTHS>i;i++)$(thouths[i]).addClass("thouth-selected")

Por lo tanto necesitas: \large{\color{PINK}{THOUSANDS}} miles,\large{\color{PINK}{THOUSANDS}} miles, \large{\color{ORANGE}{HUNDREDS}} hundred, \large{\color{GREEN}{TENS}} ten, \large{\color{BLUE}{ONES}} one, \large{\color{purple}{TENTHS}} décimas,\large{\color{purple}{TENTHS}} décimas, y \large{\color{gray}{HUNDREDTHS}} centésimas.y \large{\color{gray}{HUNDREDTHS}} centésimas. \large{\color{gray}{HUNDREDTHS}} centésimas,\large{\color{gray}{HUNDREDTHS}} centésimas, y \large{\color{#a52a2a}{THOUSANDTHS}} milésima.y \large{\color{#a52a2a}{THOUSANDTHS}} milésimas.