document.write( "Question 1097352: Frida and Diego are both painters. At the time they met, Frida had sold 11 paintings and Diego had sold 37. From that point on, Frida sells 7 paintings per year and Diego sells 5 paintings per year. When they have sold the same number of paintings, how many paintings will each have sold? \n" ); document.write( "
Algebra.Com's Answer #711810 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! f=11+7y \n" ); document.write( "d=37+5y \n" ); document.write( "11+7y=37+5y \n" ); document.write( "2y=26 \n" ); document.write( "y=13 \n" ); document.write( "f=11+13*7=11+91=102 \n" ); document.write( "d=37+13*5=37+65=102 \n" ); document.write( "After 13 years they will each have sold 102 paintings.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |