document.write( "Question 214155: Cadence has a collection of 52 dolls that all have either blue eyes or green eyes.
\n" );
document.write( "Cadence has 16 more blue-eyed dolls than green-eyed dolls
\n" );
document.write( "a Write a system of equations that describes the above situation. Define your variables carefully using let statements.
\n" );
document.write( "b Using the system from part (a), find the number of each type of doll. \n" );
document.write( "
Algebra.Com's Answer #162389 by ptaylor(2198)![]() ![]() You can put this solution on YOUR website! a. \n" ); document.write( "Let x=number of green eyed dolls \n" ); document.write( "Ane let y=number of blue-eyed dolls\r \n" ); document.write( "\n" ); document.write( "Now we are told the following: \n" ); document.write( "x+y=52----------------------------------eq1 \n" ); document.write( "and \n" ); document.write( "y=x+16------------------------------------eq2\r \n" ); document.write( "\n" ); document.write( "b. \n" ); document.write( "substitute y=x+16 from eq2 into eq1: \n" ); document.write( "x+x+16=52 subtract 16 from each side \n" ); document.write( "x+x+16-16=52-16 collect like terms \n" ); document.write( "2x=36 divide each side by 2 \n" ); document.write( "x=18--------------------------number of green-eyed dolls \n" ); document.write( "substitute x=18 into eq2 \n" ); document.write( "y=18+16=34----------------------number of blue-eyed dolls\r \n" ); document.write( "\n" ); document.write( "CK \n" ); document.write( "18+34=52 \n" ); document.write( "52=52 \n" ); document.write( "and \n" ); document.write( "18+16=34 \n" ); document.write( "34=34\r \n" ); document.write( "\n" ); document.write( "THIS PROBLEM CAN ALSO BE SOLVED USING ONE EQUATION AND ONE UNKNOWN:\r \n" ); document.write( "\n" ); document.write( "Let x=number of green-eyed dolls \n" ); document.write( "Then 52-x=number of blue-eyed dolls \n" ); document.write( "Now we are told that: \n" ); document.write( "x+16=52-x add x to and subtract 16 from each side \n" ); document.write( "x+x+16-16=52-16-x+x collect like terms \n" ); document.write( "2x=36-------------------same as before\r \n" ); document.write( "\n" ); document.write( "Hope this helps---ptaylor \n" ); document.write( " |