randRange(4, 20) getFactors(NUMBER)

¿Cuáles son los factores de NUMBER?

Puedes cambiar el tamaño de esta caja que contiene NUMBER puntos para ayudarte a encontrar los factores:

init({range:[[-3,NUMBER+3],[-NUMBER-3,3]],scale:[20,20]}),addMouseLayer(),graph.width=NUMBER,graph.height=1,graph.set=bogusShape,graph.handle=bogusShape,graph.topLabel=bogusShape,graph.leftLabel=bogusShape,graph.redraw=function(){graph.set.remove(),graph.topLabel.remove(),graph.leftLabel.remove(),graph.height=ceil(NUMBER/graph.width),init({range:[[-3,graph.width+3],[-graph.height-2,3]],scale:[20,20]}),graph.set=raphael.set(),graph.set.push(path([[-1,1],[graph.width,1],[graph.width,-graph.height],[-1,-graph.height],[-1,1],[1,1]],{stroke:BLUE,opacity:1})),_(NUMBER).times(function(e){graph.set.push(circle([e%graph.width,-floor(e/graph.width)],.25,{stroke:BLUE,fill:BLUE,opacity:.6}))}),graph.handle.translate(20*graph.width-graph.handle[0].attr("translation").x,10*graph.height-graph.handle[0].attr("translation").y),graph.topLabel=label([graph.width/2-.5,1],graph.width,"above"),graph.leftLabel=label([-1,-graph.height/2+.5],graph.height,"left")},graph.dragHandle=addMovablePoint({coord:[graph.width,-graph.height/2+.5],constraints:{constrainY:!0},snapX:1,onMove:function(e){return graph.width=min(max(e,1),NUMBER),graph.redraw(),[graph.width,-graph.height/2+.5]}}),graph.handle=raphael.set(),graph.handle.push(line([-.12,0],[-.12,1],{stroke:BLUE,opacity:1})),graph.handle.push(line([.12,0],[.12,1],{stroke:BLUE,opacity:1})),graph.dragHandle.visibleShape.remove(),graph.dragHandle.mouseTarget.attr({scale:2}),$(graph.dragHandle.mouseTarget[0]).bind("vmouseover",function(){graph.handle.animate({scale:1.5,stroke:BLUE},50)}),$(graph.dragHandle.mouseTarget[0]).bind("vmouseout",function(){graph.handle.animate({scale:1,stroke:BLUE},50)}),graph.redraw()
FACTOR

Escribe todos los factores distintos que puedas encontrar (un factor por casilla):







Los NUMBER puntos pueden acomodarse en NUMBER / FACTOR filas.Los NUMBER puntos pueden acomodarse en NUMBER / FACTOR filas. Cada fila tiene FACTOR puntos cada una, así que NUMBER / FACTOR es un factor de NUMBER:Cada fila tiene FACTOR puntos cada una, así que NUMBER / FACTOR es un factor de NUMBER:

graph.width=FACTOR,graph.height=ceil(NUMBER/graph.width),init({range:[[-3,graph.width+3],[-graph.height-2,3]],scale:[7,7]}),graph.set=raphael.set(),graph.set.push(path([[-1,1],[graph.width,1],[graph.width,-graph.height],[-1,-graph.height],[-1,1],[1,1]],{stroke:BLUE,opacity:1})),_(NUMBER).times(function(e){graph.set.push(circle([e%graph.width,-floor(e/graph.width)],.25,{stroke:BLUE,fill:BLUE,opacity:.6}))})

Los factores deNUMBER son toSentenceTex(FACTORS.reverse(), function(){return true;}, "hint_pink").