document.write( "Question 48884This question is from textbook Elementary and Intermediate Algebra
\n" );
document.write( ": Lisa is coloring her creataion. The blue color used is 50% of the green color used, yellow is 5% of the blue color used, and brown is 7% of the amount of green used. She wants to find the total amount of color used by her.\r
\n" );
document.write( "\n" );
document.write( "a. Find the total amount of color used by Lisa using an algebraic expression.
\n" );
document.write( "b. Comment on the kind of terms of the algebraic expression. \n" );
document.write( "
Algebra.Com's Answer #32367 by venugopalramana(3286) You can put this solution on YOUR website! Lisa is coloring her creataion. The blue color (B)used is 50% of the green (G)color used, yellow (Y)is 5% of the blue color used, and brown (R)is 7% of the amount of green used. She wants to find the total amount of color used by her. \n" ); document.write( "a. Find the total amount of color used by Lisa using an algebraic expression. \n" ); document.write( "b. Comment on the kind of terms of the algebraic expression. \n" ); document.write( "let green used=G \n" ); document.write( "B=50% OF G=50G/100=G/2 \n" ); document.write( "Y=5% OF B =5B/100=5G/200=G/40 \n" ); document.write( "R=7% OF G =7G/100 \n" ); document.write( "TOTAL COLOUR USED =G+B+Y+R=G+G/2 + G/40 +7G/100=G(200+100+50+14)/200=364G/200=91G/50 \n" ); document.write( "b. Comment on the kind of terms of the algebraic expression. \n" ); document.write( "TERMS ARE FRACTIONS OF GREEN USED \n" ); document.write( " \n" ); document.write( " |