document.write( "Question 99279: a set of childrens clocks contains three shapes: longs, flats, and cubes. there are 3 times as many longs as cubes, and 30 fewer flats than longs. if there are 600 blocks in all, how many longs are there?\r
\n" );
document.write( "\n" );
document.write( "how do i set up this equation? \n" );
document.write( "
Algebra.Com's Answer #72222 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! let c=cubes\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "there are 3 times as many longs as cubes ... 3c\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "30 fewer flats than longs ... 3c-30\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "if there are 600 blocks in all ... c+3c+3c-30=600 ... 7c=630 ... c=90\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "how many longs are there? ... 3(90)=270 \n" ); document.write( " |