document.write( "Question 925586: maya, rafael, and carlos have a total of $90 in their wallet. Maya has $5 more than carlos. rafael has 3x what carlos has. how much does each has \n" ); document.write( "
Algebra.Com's Answer #561610 by rfer(16322)![]() ![]() ![]() You can put this solution on YOUR website! Carlos=x \n" ); document.write( "Maya=x+5 \n" ); document.write( "Rafael=3x \n" ); document.write( "--------------- \n" ); document.write( "x+x+5+3x=90 \n" ); document.write( "5x=90-5 \n" ); document.write( "x=85/5 \n" ); document.write( "x=17 \n" ); document.write( "x+5=22 \n" ); document.write( "3x=51 \n" ); document.write( " |