document.write( "Question 575248: Abby delivers twice as many papers as Jullian, and Brandy delivers 50 more papers than Abbey. How many papers does each deliver if the total number of papers delivered is 550? \n" ); document.write( "
Algebra.Com's Answer #369438 by chana(69)\"\" \"About 
You can put this solution on YOUR website!
Abby delivers twice as many papers as Jullian, and Brandy delivers 50 more papers than Abbey. How many papers does each deliver if the total number of papers delivered is 550?
\n" ); document.write( "sol :
\n" ); document.write( "let x = no of papers jullian delivers
\n" ); document.write( "given is , abby = 2 * no of jullian's = 2x
\n" ); document.write( "brandy = 50 + abby's = 50 + 2x
\n" ); document.write( "total number of papers delivered is 550 :
\n" ); document.write( "x + 2x + 50 + 2x = 550
\n" ); document.write( "i.e., abby + Jullian + brandy = 550
\n" ); document.write( "solving you get x = 100
\n" ); document.write( "so jullian = 100
\n" ); document.write( "abby = 200
\n" ); document.write( "brandy = 250
\n" ); document.write( "
\n" );