var bottomBoundary = ( B === 1 ) ? A - 1 : -1;
init({
range: [ [ -1, 10 ], [ bottomBoundary, A + 1 ] ],
scale: [ 50, 50 ]
});
KhanUtil.currentGraph.labelHolder = label( [ 0, A ],
"\\Huge{\\color{#6495ED}{ C } \\div \\color{#FFA500}{ B } = {?}}", "right" );
A