document.write( "Question 676548: Liz has five more than twice the number of quarters as Leslie. Together they have a total of 74 quarters. How many quarters does each girl have? Please define the variable and please write the equation.\r
\n" );
document.write( "\n" );
document.write( "Thank You\r
\n" );
document.write( "\n" );
document.write( "Michael Vechio \n" );
document.write( "
Algebra.Com's Answer #420406 by ankor@dixie-net.com(22740) You can put this solution on YOUR website! Liz has five more than twice the number of quarters as Leslie. \n" ); document.write( " Together they have a total of 74 quarters. \n" ); document.write( " How many quarters does each girl have? \n" ); document.write( ": \n" ); document.write( "Let x = no. of quarters that Liz has \n" ); document.write( "Let y = no. that Les has \n" ); document.write( ": \n" ); document.write( "Write an equation for each statement: \n" ); document.write( ": \n" ); document.write( "\"Liz has five more than twice the number of quarters as Leslie.\" \n" ); document.write( "x = 2y + 5 \n" ); document.write( ": \n" ); document.write( "\" Together they have a total of 74 quarters. \" \n" ); document.write( "x + y = 74 \n" ); document.write( ": \n" ); document.write( "To solve, replace x in the above equation with (2y+5) \n" ); document.write( " |