document.write( "Question 34492: In printing an article of 48,000 words, a printer decides to use two sizes of type. Using the larger type, a printed page contains 1,800 words. Using smaller type, a page contains 2,400 words. The article is allotted 21 full pages in a magazine. How many pages must be in smaller type? \n" ); document.write( "
Algebra.Com's Answer #20777 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Let number pf pages of smaller print be \"x\". \n" ); document.write( "Then number of pages of larger pring is \"21-x\" \n" ); document.write( "Number of words on the x pages in smaller print = 2400x words. \n" ); document.write( "Number of words on the 21-x pages in larger print = 1800(21-x)words \n" ); document.write( "EQUATION: \n" ); document.write( " words + words = 48000 words \n" ); document.write( "2400x + 37800-1800x = 48000 \n" ); document.write( "600x=10200 \n" ); document.write( "x=17 (number of pages of small print) \n" ); document.write( "Cheers, \n" ); document.write( "stan H. \n" ); document.write( " |