randRange( 3, 15 ) randRange(2, 10) * FACTOR randRange(2, 10) * FACTOR getGCD( NUM, DENOM ) getPrimeFactorization( GCD ) (function(){ var factorValue = 1; var factorDisplay = ""; var hint = "\\dfrac{" + NUM + "}{" + DENOM + "}"; jQuery.each( GCD_FACTORS, function( index, value) { factorValue *= value; var dot = index === 0 ? "" : "\\cdot "; factorDisplay += dot + value; hint += "= \\dfrac{" + factorDisplay + "\\cdot" + NUM / factorValue + "}{" + factorDisplay + "\\cdot" + DENOM / factorValue + "}"; }); hint += "= \\dfrac{" + NUM / GCD + "}{" + DENOM / GCD + "}"; return hint; })()

Taanda.

\dfrac{NUM}{DENOM}

NUM / DENOM

Selle ühesande lahendamiseks on mitu viisi.

Mis on suurim arv (suurim ühine kordaja), millega arvud NUM ja DENOM jaguvad?

NUM = getPrimeFactorization( NUM ).join( "\\cdot" )
DENOM = getPrimeFactorization( DENOM ).join( "\\cdot" )

\mbox{GCD}(NUM, DENOM) = GCD_FACTORS.join( "\\cdot" ) = GCD

\dfrac{NUM}{DENOM} = \dfrac{NUM / GCD \cdot GCD}{ DENOM / GCD\cdot GCD}

\hphantom{\dfrac{NUM}{DENOM}} = \dfrac{NUM / GCD}{DENOM / GCD} \cdot \dfrac{GCD}{GCD}

\hphantom{\dfrac{NUM}{DENOM}} = \dfrac{NUM / GCD}{DENOM / GCD} \cdot 1

\hphantom{\dfrac{NUM}{DENOM}} = \dfrac{NUM / GCD}{DENOM / GCD}

Seda ülesannet saab ka lahendada kui mitu korda järjest jagada ühise nimetajaga.

Näiteks:

HINT

(sulge)
ülesanne Selline on ülesanne alusta selle lahendamist.
Vajad abi? Vaata vihjet. See tegevus nullib sinu praegused punktid!
 
Tagasiside