document.write( "Question 234039: Cara has 12 more dolls than Mara, Mara has twice the number of dolls as Sara, and
\n" );
document.write( "Sara has 15 dolls. How many dolls do the three girls have together? \n" );
document.write( "
Algebra.Com's Answer #172634 by dawny74(8)![]() ![]() ![]() You can put this solution on YOUR website! Let a = Sara's dolls \n" ); document.write( "Let x = cara's dolls \n" ); document.write( "let y = Mara's dolls \n" ); document.write( "let z = total dolls\r \n" ); document.write( "\n" ); document.write( "equation is s(2) + x = z\r \n" ); document.write( "\n" ); document.write( "15(2) = y \n" ); document.write( "y=30\r \n" ); document.write( "\n" ); document.write( "30 + 12 = x \n" ); document.write( "x=42\r \n" ); document.write( "\n" ); document.write( "15(2)+42 = z \n" ); document.write( "z=72 \n" ); document.write( " |