document.write( "Question 1090127: Lita has 15.50 pesos more than Rosa.If together they have 71.50 pesos,how much does each girl have?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #704531 by EMStelley(208)![]() ![]() You can put this solution on YOUR website! We start by naming variables that represent how much each girl has. \n" ); document.write( "Let L = number of pesos Lita has \n" ); document.write( "Let R = number of pesos Rosa has \n" ); document.write( "The first sentence \"Lita has 15.50 pesos more than Rosa\" implies that we can use addition to represent this formula. \n" ); document.write( " \n" ); document.write( "And the second sentence \"Together they have 71.50 pesos\" also implies addition. \n" ); document.write( " \n" ); document.write( "So now we have two equations and two unknowns. In order to solve we can use the substitution method. Our first equation has an expression for L, (15.5 + R), so we can replace the L in the second equation with this expression. \n" ); document.write( " \n" ); document.write( "Now we solve for R. \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "So Rosa has 28 pesos. To find how many Lita has, we can use either equation to solve for L. \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "Thus Lita has 43.50 pesos. \n" ); document.write( " |