randRange( 1, 5 ) randRange( 1, 5 )
init({ range: [ [0, 12], [-1, 1] ] }); label( [0, 0], "\\Huge{\\color{#6495ED}{ A } + \\color{#ff0000}{ B } = {?}}", "right" );
A + B
drawCircles( A, "#6495ED" );
drawCircles( B, "#ff0000" );

Er plural("is","zijn", A) A blauwe plural( "stip","stippen" , A) en er plural("is","zijn", B) B rode plural( "stip","stippen" , B).
Dit zijn samen A + B stippen.