document.write( "Question 458795: a) Find the smallest sum of 2 perfect squares that end with the digit 9.
\n" );
document.write( "b) Yellow buttons are sold in packets of 1080 and green buttons are sold in packets of1350. Siti wants to have an equal number of each type of buttons.
\n" );
document.write( "(i) Find the least number of packets of each type of buttons Siti has to buy.
\n" );
document.write( "(ii) Hence find the number of packets of each type of buttons Siti has to buy.
\n" );
document.write( "c) A straight row of trees is to be planted on a 100m stretch of road. If the trees are equally spaced at 5m, how many trees would be planted? \n" );
document.write( "
Algebra.Com's Answer #314723 by robertb(5830)![]() ![]() You can put this solution on YOUR website! a) \n" ); document.write( "\n" ); document.write( "b) Find the lcm of 1080 and 1350: \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "==> LCM is \n" ); document.write( "\n" ); document.write( "Hence Siti has to buy 5400/1080 = 5 packets of yellow buttons, and \n" ); document.write( "5400/1350 = 4 packets of green buttons. (These give the least number of packets for each color.)\r \n" ); document.write( "\n" ); document.write( "c) 100/5 + 1 = 21 trees \n" ); document.write( " |