document.write( "Question 805604: A 50 pound mixture of Delicious and Jonathan apple cost 14.50.If Delicious apples cost 30 cents per pound and the Jonathan apples cost 20 cents per pound, how many of each kind are there? \n" ); document.write( "
Algebra.Com's Answer #485348 by richwmiller(17219)\"\" \"About 
You can put this solution on YOUR website!
d+j=50,
\n" ); document.write( ".30d+.2j=14.5
\n" ); document.write( "d=45., j=5.
\n" ); document.write( "
\n" );